Home
last modified time | relevance | path

Searched refs:is_async_cb (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h819 bool is_async_cb: 1; member
/linux/kernel/bpf/
H A Dverifier.c427 info->is_async_cb = true; in bpf_mark_subprog_exc_cb()
5398 if (subprog[sidx].is_async_cb) { in check_max_stack_depth_subprog()
5509 if (!i || si[i].is_async_cb) { in check_max_stack_depth()
9810 env->subprog_info[subprog].is_async_cb = true; in push_callback_call()