Searched refs:is_global (Results 1 – 10 of 10) sorted by relevance
| /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/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/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/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 | 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/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | debugfs.c | 597 struct rchan_buf *buf, int *is_global) in create_buf_file_cb() argument 606 *is_global = 1; in create_buf_file_cb()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 7865 u32 arg_idx, bool is_global, u32 *tags) in btf_scan_decl_tags() argument 7892 if (!is_global) { in btf_scan_decl_tags() 7996 bool is_global = subprog_aux(env, subprog)->linkage == BTF_FUNC_GLOBAL; in btf_prepare_func_args() local 8018 if (!is_global) /* not fatal for static funcs */ in btf_prepare_func_args() 8064 if (is_global && nargs > MAX_BPF_FUNC_REG_ARGS) { in btf_prepare_func_args() 8072 if (is_global) { in btf_prepare_func_args() 8086 err = btf_scan_decl_tags(env, btf, fn_t, i, is_global, &tags); in btf_prepare_func_args() 8178 if (is_global) { /* generic user data pointer */ in btf_prepare_func_args() 8211 if (!is_global) in btf_prepare_func_args()
|
| /linux/kernel/trace/ |
| H A D | blktrace.c | 626 int *is_global) in blk_create_buf_file_callback() argument
|