Home
last modified time | relevance | path

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

/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()
/kernel/bpf/
Dbtf.c6603 bool is_global; in btf_check_subprog_arg_match() local
6617 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_arg_match()
6618 err = btf_check_func_arg_match(env, btf, btf_id, regs, is_global, NULL, false); in btf_check_subprog_arg_match()
6646 bool is_global; in btf_check_subprog_call() local
6660 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_call()
6661 err = btf_check_func_arg_match(env, btf, btf_id, regs, is_global, NULL, true); in btf_check_subprog_call()
Dverifier.c6920 bool is_global = false; in __check_func_call() local
6937 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in __check_func_call()
6941 if (is_global) { in __check_func_call()
/kernel/trace/
Dblktrace.c487 int *is_global) in blk_create_buf_file_callback() argument