Searched refs:reg_may_point_to_spin_lock (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c456 static bool reg_may_point_to_spin_lock(const struct bpf_reg_state *reg) function
12473 if (reg_may_point_to_spin_lock(&regs[BPF_REG_0]) && !regs[BPF_REG_0].id)
14797 if (!reg_may_point_to_spin_lock(reg)) {

Completed in 199 milliseconds