Home
last modified time | relevance | path

Searched refs:is_global (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_trace.c22 int *is_global) in t7xx_trace_create_buf_file_handler() argument
24 *is_global = 1; in t7xx_trace_create_buf_file_handler()
/linux/kernel/
H A Drelay.c333 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_reset()
367 &chan->is_global); in relay_create_buf_file()
386 if (chan->is_global) in relay_open_buf()
402 &chan->is_global); in relay_open_buf()
410 if(chan->is_global) { in relay_open_buf()
659 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) in relay_close()
686 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_flush()
714 if (chan->is_global) { in relay_stats()
/linux/include/linux/
H A Drelay.h85 int is_global; /* One global buffer ? */ member
125 * @is_global: outparam - set non-zero if the buffer should be global
136 * Setting the is_global outparam to a non-zero value will
148 int *is_global);
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_trace.c39 int *is_global) in ipc_trace_create_buf_file_handler() argument
41 *is_global = 1; in ipc_trace_create_buf_file_handler()
/linux/drivers/infiniband/core/
H A Duverbs_marshall.c80 dst->is_global = rdma_ah_get_ah_flags(src) & in ib_copy_ah_attr_to_user()
82 if (dst->is_global) { in ib_copy_ah_attr_to_user()
H A Duverbs_cmd.c1649 uverb_attr->is_global = !!(rdma_ah_get_ah_flags(rdma_attr) & in copy_ah_attr_to_uverbs()
1651 if (uverb_attr->is_global) { in copy_ah_attr_to_uverbs()
1758 if (uverb_attr->is_global) { in copy_ah_attr_from_uverbs()
2455 if (cmd.attr.is_global) { in ib_uverbs_create_ah()
/linux/drivers/net/wireless/ath/ath10k/
H A Dspectral.c470 int *is_global) in create_buf_file_handler() argument
479 *is_global = 1; in create_buf_file_handler()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c248 int *is_global) in create_buf_file_callback() argument
256 * Need to set 'is_global' even if parent is NULL for early logging. in create_buf_file_callback()
258 *is_global = 1; in create_buf_file_callback()
/linux/include/uapi/rdma/
H A Dib_user_verbs.h559 __u8 is_global; member
694 __u8 is_global; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c135 int *is_global) in create_buf_file_handler() argument
141 *is_global = 1; in create_buf_file_handler()
/linux/Documentation/filesystems/
H A Drelay.rst187 create_buf_file(filename, parent, mode, buf, is_global)
234 int *is_global)
288 implementation should set the value of the is_global outparam to a
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c608 struct rchan_buf *buf, int *is_global) in create_buf_file_cb() argument
617 *is_global = 1; in create_buf_file_cb()
/linux/kernel/bpf/
H A Dbtf.c7672 bool is_global = subprog_aux(env, subprog)->linkage == BTF_FUNC_GLOBAL; in btf_prepare_func_args() local
7693 if (!is_global) /* not fatal for static funcs */ in btf_prepare_func_args()
7725 if (!is_global) in btf_prepare_func_args()
7736 if (!is_global) in btf_prepare_func_args()
7758 if (!is_global) { in btf_prepare_func_args()
7869 if (is_global) { /* generic user data pointer */ in btf_prepare_func_args()
7902 if (!is_global) in btf_prepare_func_args()
/linux/kernel/trace/
H A Dblktrace.c471 int *is_global) in blk_create_buf_file_callback() argument