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.h662 bool is_async_cb: 1; member
/linux/kernel/bpf/
H A Dverifier.c448 info->is_async_cb = true; in mark_subprog_exc_cb()
6429 if (subprog[sidx].is_async_cb) { in check_max_stack_depth_subprog()
6513 if (!i || si[i].is_async_cb) { in check_max_stack_depth()
10184 env->subprog_info[subprog].is_async_cb = true; in push_callback_call()