Home
last modified time | relevance | path

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

/kernel/
Drelay.c309 int *is_global) in create_buf_file_default_callback() argument
396 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_reset()
431 &chan->is_global); in relay_create_buf_file()
450 if (chan->is_global) in relay_open_buf()
466 &chan->is_global); in relay_open_buf()
474 if(chan->is_global) { in relay_open_buf()
680 if (chan->is_global) { in relay_late_setup_files()
685 if (dentry && !WARN_ON_ONCE(!chan->is_global)) { in relay_late_setup_files()
849 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) in relay_close()
881 if (chan->is_global && (buf = *per_cpu_ptr(chan->buf, 0))) { in relay_flush()
/kernel/trace/
Dblktrace.c446 int *is_global) in blk_create_buf_file_callback() argument
/kernel/bpf/
Dverifier.c5303 bool is_global = false; in check_func_call() local
5328 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in check_func_call()
5332 if (is_global) { in check_func_call()