Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Drelay.c309 int *is_global) in create_buf_file_default_callback() argument
396 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_reset()
431 &chan->is_global); in relay_create_buf_file()
450 if (chan->is_global) in relay_open_buf()
466 &chan->is_global); in relay_open_buf()
474 if(chan->is_global) { in relay_open_buf()
680 if (chan->is_global) { in relay_late_setup_files()
685 if (dentry && !WARN_ON_ONCE(!chan->is_global)) { in relay_late_setup_files()
849 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) in relay_close()
881 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_flush()
/kernel/linux/linux-5.10/include/linux/
Drelay.h70 int is_global; /* One global buffer ? */ member
150 int *is_global);
/kernel/linux/linux-5.10/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.c1616 uverb_attr->is_global = !!(rdma_ah_get_ah_flags(rdma_attr) & in copy_ah_attr_to_uverbs()
1618 if (uverb_attr->is_global) { in copy_ah_attr_to_uverbs()
1725 if (uverb_attr->is_global) { in copy_ah_attr_from_uverbs()
2416 if (cmd.attr.is_global) { in ib_uverbs_create_ah()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/uapi/rdma/
Dib_user_verbs.h529 __u8 is_global; member
678 __u8 is_global; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
Dib_user_verbs.h426 __u8 is_global; member
549 __u8 is_global; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
Dib_user_verbs.h398 __u8 is_global; member
523 __u8 is_global; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/kernel/trace/
Dblktrace.c446 int *is_global) in blk_create_buf_file_callback() argument
/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c5157 bool is_global = false; in check_func_call() local
5182 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in check_func_call()
5186 if (is_global) { in check_func_call()