Lines Matching refs:locks
106 * We'll iterate over max 32 locks; no need to do is_lock_released.
109 if (rqh->locks[i] == lock)
117 * more locks, which reduce to ABBA). This is not exhaustive, and we rely on
152 * acquired won't appear in the table, and other locks in the table are
161 * and would be one of the locks we hold on the current CPU.
163 remote_lock = READ_ONCE(rqh_cpu->locks[cnt - 1]);
178 if (READ_ONCE(rqh_cpu->locks[i]) != lock)
187 if (rqh->locks[i] == remote_lock)
683 bpf_stream_printk(ss, "Total held locks = %d\n", rqh->cnt);
685 bpf_stream_printk(ss, "Held lock[%2d] = 0x%px\n", i, rqh->locks[i]);