Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Drelay.c327 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_reset()
362 &chan->is_global); in relay_create_buf_file()
381 if (chan->is_global) in relay_open_buf()
397 &chan->is_global); in relay_open_buf()
405 if(chan->is_global) { in relay_open_buf()
592 if (chan->is_global) { in relay_late_setup_files()
597 if (dentry && !WARN_ON_ONCE(!chan->is_global)) { in relay_late_setup_files()
761 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) in relay_close()
793 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_flush()
/Linux-v6.1/drivers/net/wwan/iosm/
Diosm_ipc_trace.c39 int *is_global) in ipc_trace_create_buf_file_handler() argument
41 *is_global = 1; in ipc_trace_create_buf_file_handler()
/Linux-v6.1/include/linux/
Drelay.h70 int is_global; /* One global buffer ? */ member
135 int *is_global);
/Linux-v6.1/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.c1624 uverb_attr->is_global = !!(rdma_ah_get_ah_flags(rdma_attr) & in copy_ah_attr_to_uverbs()
1626 if (uverb_attr->is_global) { in copy_ah_attr_to_uverbs()
1733 if (uverb_attr->is_global) { in copy_ah_attr_from_uverbs()
2421 if (cmd.attr.is_global) { in ib_uverbs_create_ah()
/Linux-v6.1/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-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c249 int *is_global) in create_buf_file_callback() argument
259 *is_global = 1; in create_buf_file_callback()
/Linux-v6.1/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-v6.1/include/uapi/rdma/
Dib_user_verbs.h529 __u8 is_global; member
664 __u8 is_global; member
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dspectral.c133 int *is_global) in create_buf_file_handler() argument
139 *is_global = 1; in create_buf_file_handler()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Ddebugfs.c538 struct rchan_buf *buf, int *is_global) in create_buf_file_cb() argument
547 *is_global = 1; in create_buf_file_cb()
/Linux-v6.1/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-v6.1/kernel/bpf/
Dbtf.c6582 bool is_global; in btf_check_subprog_arg_match() local
6596 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_arg_match()
6597 err = btf_check_func_arg_match(env, btf, btf_id, regs, is_global, NULL, false); in btf_check_subprog_arg_match()
6625 bool is_global; in btf_check_subprog_call() local
6639 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_call()
6640 err = btf_check_func_arg_match(env, btf, btf_id, regs, is_global, NULL, true); in btf_check_subprog_call()
Dverifier.c6662 bool is_global = false; in __check_func_call() local
6679 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in __check_func_call()
6683 if (is_global) { in __check_func_call()
/Linux-v6.1/kernel/trace/
Dblktrace.c487 int *is_global) in blk_create_buf_file_callback() argument