Searched refs:is_global (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/kernel/ |
D | relay.c | 330 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/ |
D | relay.h | 70 int is_global; /* One global buffer ? */ member 135 int *is_global);
|
/Linux-v5.15/drivers/infiniband/core/ |
D | uverbs_marshall.c | 80 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()
|
D | uverbs_cmd.c | 1625 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/ |
D | intel_guc_log.c | 104 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/ |
D | spectral.c | 480 int *is_global) in create_buf_file_handler() argument 489 *is_global = 1; in create_buf_file_handler()
|
/Linux-v5.15/include/uapi/rdma/ |
D | ib_user_verbs.h | 529 __u8 is_global; member 664 __u8 is_global; member
|
/Linux-v5.15/drivers/net/wireless/ath/ath9k/ |
D | common-spectral.c | 1036 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/ |
D | spectral.c | 134 int *is_global) in create_buf_file_handler() argument 140 *is_global = 1; in create_buf_file_handler()
|
/Linux-v5.15/Documentation/filesystems/ |
D | relay.rst | 187 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/ |
D | blktrace.c | 445 int *is_global) in blk_create_buf_file_callback() argument
|
/Linux-v5.15/kernel/bpf/ |
D | btf.c | 5583 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()
|
D | verifier.c | 5710 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()
|