Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h440 u32 active_preempt_lock; member
/linux/kernel/bpf/
A Dverifier.c1434 dst_state->active_preempt_lock = src->active_preempt_lock; in copy_verifier_state()
9791 if (env->cur_state->active_preempt_lock) { in check_func_call()
10498 if (env->cur_state->active_preempt_lock) { in check_helper_call()
12543 if (env->cur_state->active_preempt_lock) { in check_kfunc_call()
12545 env->cur_state->active_preempt_lock++; in check_kfunc_call()
12547 env->cur_state->active_preempt_lock--; in check_kfunc_call()
12553 env->cur_state->active_preempt_lock++; in check_kfunc_call()
15763 if (env->cur_state->active_preempt_lock) { in check_ld_abs()
17611 if (old->active_preempt_lock != cur->active_preempt_lock) in states_equal()
18570 env->cur_state->active_preempt_lock, in do_check()
[all …]

Completed in 44 milliseconds