Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Drelay.c308 int *is_global) in create_buf_file_default_callback() argument
395 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_reset()
430 &chan->is_global); in relay_create_buf_file()
449 if (chan->is_global) in relay_open_buf()
465 &chan->is_global); in relay_open_buf()
473 if(chan->is_global) { in relay_open_buf()
674 if (chan->is_global) { in relay_late_setup_files()
679 if (dentry && !WARN_ON_ONCE(!chan->is_global)) { in relay_late_setup_files()
843 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) in relay_close()
875 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_flush()
/Linux-v5.4/include/linux/
Drelay.h70 int is_global; /* One global buffer ? */ member
150 int *is_global);
/Linux-v5.4/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.c1644 uverb_attr->is_global = !!(rdma_ah_get_ah_flags(rdma_attr) & in copy_ah_attr_to_uverbs()
1646 if (uverb_attr->is_global) { in copy_ah_attr_to_uverbs()
1752 if (uverb_attr->is_global) { in copy_ah_attr_from_uverbs()
2439 if (cmd.attr.is_global) { in ib_uverbs_create_ah()
/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c109 int *is_global) in create_buf_file_callback() argument
119 *is_global = 1; in create_buf_file_callback()
/Linux-v5.4/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.4/include/uapi/rdma/
Dib_user_verbs.h518 __u8 is_global; member
667 __u8 is_global; member
/Linux-v5.4/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.4/Documentation/filesystems/
Drelay.txt180 create_buf_file(filename, parent, mode, buf, is_global)
227 int *is_global)
281 implementation should set the value of the is_global outparam to a
/Linux-v5.4/kernel/trace/
Dblktrace.c442 int *is_global) in blk_create_buf_file_callback() argument