Searched refs:is_global (Results 1 – 13 of 13) sorted by relevance
| /linux/kernel/ |
| A 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/include/linux/ |
| A D | relay.h | 70 int is_global; /* One global buffer ? */ member 135 int *is_global);
|
| /linux/drivers/infiniband/core/ |
| A 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()
|
| A D | uverbs_cmd.c | 1622 uverb_attr->is_global = !!(rdma_ah_get_ah_flags(rdma_attr) & in copy_ah_attr_to_uverbs() 1624 if (uverb_attr->is_global) { in copy_ah_attr_to_uverbs() 1731 if (uverb_attr->is_global) { in copy_ah_attr_from_uverbs() 2419 if (cmd.attr.is_global) { in ib_uverbs_create_ah()
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| A 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/drivers/net/wireless/ath/ath10k/ |
| A D | spectral.c | 480 int *is_global) in create_buf_file_handler() argument 489 *is_global = 1; in create_buf_file_handler()
|
| /linux/include/uapi/rdma/ |
| A D | ib_user_verbs.h | 529 __u8 is_global; member 664 __u8 is_global; member
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | common-spectral.c | 1036 int *is_global) in create_buf_file_handler() argument 1045 *is_global = 1; in create_buf_file_handler()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | spectral.c | 132 int *is_global) in create_buf_file_handler() argument 138 *is_global = 1; in create_buf_file_handler()
|
| /linux/Documentation/filesystems/ |
| A 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/kernel/trace/ |
| A D | blktrace.c | 445 int *is_global) in blk_create_buf_file_callback() argument
|
| /linux/kernel/bpf/ |
| A D | btf.c | 5711 bool is_global; in btf_check_subprog_arg_match() local 5725 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_arg_match() 5726 err = btf_check_func_arg_match(env, btf, btf_id, regs, is_global); in btf_check_subprog_arg_match()
|
| A D | verifier.c | 5925 bool is_global = false; in __check_func_call() local 5942 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in __check_func_call() 5946 if (is_global) { in __check_func_call()
|
Completed in 79 milliseconds