Searched refs:is_global (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/ |
| H A D | relay.c | 332 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_reset() 366 &chan->is_global); in relay_create_buf_file() 385 if (chan->is_global) in relay_open_buf() 401 &chan->is_global); in relay_open_buf() 409 if(chan->is_global) { in relay_open_buf() 658 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) in relay_close() 685 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_flush() 713 if (chan->is_global) { in relay_stats()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_port_trace.c | 22 int *is_global) in t7xx_trace_create_buf_file_handler() argument 24 *is_global = 1; in t7xx_trace_create_buf_file_handler()
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_trace.c | 39 int *is_global) in ipc_trace_create_buf_file_handler() argument 41 *is_global = 1; in ipc_trace_create_buf_file_handler()
|
| /linux/include/linux/ |
| H A D | relay.h | 85 int is_global; /* One global buffer ? */ member 148 int *is_global);
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | spectral.c | 470 int *is_global) in create_buf_file_handler() argument 479 *is_global = 1; in create_buf_file_handler()
|
| /linux/include/uapi/rdma/ |
| H A D | ib_user_verbs.h | 559 __u8 is_global; member 694 __u8 is_global; member
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | common-spectral.c | 1016 int *is_global) in create_buf_file_handler() argument 1025 *is_global = 1; in create_buf_file_handler()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | spectral.c | 134 int *is_global) in create_buf_file_handler() 140 *is_global = 1; in create_buf_file_handler() 135 create_buf_file_handler(const char * filename,struct dentry * parent,umode_t mode,struct rchan_buf * buf,int * is_global) create_buf_file_handler() argument
|
| H A D | cfr.c | 820 int *is_global) in ath11k_cfr_create_buf_file_handler() argument 826 *is_global = 1; in ath11k_cfr_create_buf_file_handler()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 7848 u32 arg_idx, bool is_global, u32 *tags) in btf_prepare_func_args() 7875 if (!is_global) { in btf_prepare_func_args() 7979 bool is_global = subprog_aux(env, subprog)->linkage == BTF_FUNC_GLOBAL; in btf_prepare_func_args() 8001 if (!is_global) /* not fatal for static funcs */ in btf_prepare_func_args() 8047 if (is_global && nargs > MAX_BPF_FUNC_REG_ARGS) { in btf_prepare_func_args() 8055 if (is_global) { in btf_prepare_func_args() 8069 err = btf_scan_decl_tags(env, btf, fn_t, i, is_global, &tags); in btf_prepare_func_args() 8161 if (is_global) { /* generic user data pointer */ in btf_type_snprintf_show() 8194 if (!is_global) in __btf_new_fd() 7838 bool is_global = subprog_aux(env, subprog)->linkage == BTF_FUNC_GLOBAL; btf_prepare_func_args() local
|
| /linux/kernel/trace/ |
| H A D | blktrace.c | 626 int *is_global) in blk_create_buf_file_callback() argument
|