Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/kernel/
H A Drelay.c327 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_reset()
362 &chan->is_global); in relay_create_buf_file()
381 if (chan->is_global) in relay_open_buf()
397 &chan->is_global); in relay_open_buf()
405 if(chan->is_global) { in relay_open_buf()
592 if (chan->is_global) { in relay_late_setup_files()
597 if (dentry && !WARN_ON_ONCE(!chan->is_global)) { in relay_late_setup_files()
761 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) in relay_close()
793 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_flush()
/openbmc/linux/include/linux/
H A Drelay.h70 int is_global; /* One global buffer ? */ member
135 int *is_global);
/openbmc/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()
/openbmc/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.c1624 uverb_attr->is_global = !!(rdma_ah_get_ah_flags(rdma_attr) & in copy_ah_attr_to_uverbs()
1626 if (uverb_attr->is_global) { in copy_ah_attr_to_uverbs()
1733 if (uverb_attr->is_global) { in copy_ah_attr_from_uverbs()
2426 if (cmd.attr.is_global) { in ib_uverbs_create_ah()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dspectral.c480 int *is_global) in create_buf_file_handler() argument
489 *is_global = 1; in create_buf_file_handler()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c249 int *is_global) in create_buf_file_callback() argument
259 *is_global = 1; in create_buf_file_callback()
/openbmc/linux/include/uapi/rdma/
H A Dib_user_verbs.h543 __u8 is_global; member
678 __u8 is_global; member
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c1015 int *is_global) in create_buf_file_handler() argument
1024 *is_global = 1; in create_buf_file_handler()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c378 struct rchan_buf *buf, int *is_global) in create_buf_file_cb() argument
387 *is_global = 1; in create_buf_file_cb()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c134 int *is_global) in create_buf_file_handler() argument
140 *is_global = 1; in create_buf_file_handler()
/openbmc/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
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c586 struct rchan_buf *buf, int *is_global) in create_buf_file_cb() argument
595 *is_global = 1; in create_buf_file_cb()
/openbmc/linux/kernel/bpf/
H A Dbtf.c6875 bool is_global; in btf_check_subprog_arg_match() local
6889 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_arg_match()
6890 err = btf_check_func_arg_match(env, btf, btf_id, regs, is_global, false); in btf_check_subprog_arg_match()
6918 bool is_global; in btf_check_subprog_call() local
6932 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_call()
6933 err = btf_check_func_arg_match(env, btf, btf_id, regs, is_global, true); in btf_check_subprog_call()
/openbmc/linux/kernel/trace/
H A Dblktrace.c487 int *is_global) in blk_create_buf_file_callback() argument