Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcfg.c72 subprog->might_throw = true; in mark_subprog_might_throw()
89 caller->might_throw |= callee->might_throw; in merge_callee_effects()
H A Dverifier.c9557 if (env->subprog_info[subprog].might_throw) { in check_func_call()
/linux/include/linux/
H A Dbpf_verifier.h732 bool might_throw: 1; member