Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h575 bool is_async_cb; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c5906 if (subprog[sidx].is_async_cb) { in check_max_stack_depth_subprog()
5958 if (!i || si[i].is_async_cb) { in check_max_stack_depth()
9287 env->subprog_info[subprog].is_async_cb = true; in push_callback_call()