Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbpf_verifier.h440 u32 active_preempt_lock; member
/linux-6.12.1/kernel/bpf/
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()
18568 if (env->cur_state->active_preempt_lock && !env->cur_state->curframe) { in do_check()
[all …]