Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Drelay.c330 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_reset()
365 &chan->is_global); in relay_create_buf_file()
384 if (chan->is_global) in relay_open_buf()
400 &chan->is_global); in relay_open_buf()
408 if(chan->is_global) { in relay_open_buf()
595 if (chan->is_global) { in relay_late_setup_files()
600 if (dentry && !WARN_ON_ONCE(!chan->is_global)) { in relay_late_setup_files()
764 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) in relay_close()
796 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_flush()
/Linux-v5.15/include/linux/
Drelay.h70 int is_global; /* One global buffer ? */ member
135 int *is_global);
/Linux-v5.15/drivers/infiniband/core/
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()
Duverbs_cmd.c1625 uverb_attr->is_global = !!(rdma_ah_get_ah_flags(rdma_attr) & in copy_ah_attr_to_uverbs()
1627 if (uverb_attr->is_global) { in copy_ah_attr_to_uverbs()
1734 if (uverb_attr->is_global) { in copy_ah_attr_from_uverbs()
2422 if (cmd.attr.is_global) { in ib_uverbs_create_ah()
/Linux-v5.15/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c104 int *is_global) in create_buf_file_callback() argument
114 *is_global = 1; in create_buf_file_callback()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dspectral.c480 int *is_global) in create_buf_file_handler() argument
489 *is_global = 1; in create_buf_file_handler()
/Linux-v5.15/include/uapi/rdma/
Dib_user_verbs.h529 __u8 is_global; member
664 __u8 is_global; member
/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c1036 int *is_global) in create_buf_file_handler() argument
1045 *is_global = 1; in create_buf_file_handler()
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dspectral.c134 int *is_global) in create_buf_file_handler() argument
140 *is_global = 1; in create_buf_file_handler()
/Linux-v5.15/Documentation/filesystems/
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-v5.15/kernel/trace/
Dblktrace.c445 int *is_global) in blk_create_buf_file_callback() argument
/Linux-v5.15/kernel/bpf/
Dbtf.c5583 bool is_global; in btf_check_subprog_arg_match() local
5597 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_arg_match()
5598 err = btf_check_func_arg_match(env, btf, btf_id, regs, is_global); in btf_check_subprog_arg_match()
Dverifier.c5710 bool is_global = false; in __check_func_call() local
5727 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in __check_func_call()
5731 if (is_global) { in __check_func_call()