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

/linux-master/kernel/locking/
H A Dlock_events.h44 #define lockevent_cond_inc(ev, c) __lockevent_inc(LOCKEVENT_ ##ev, c) macro
57 #define lockevent_cond_inc(ev, c) macro
H A Dqspinlock_paravirt.h324 lockevent_cond_inc(pv_wait_early, wait_early);
342 lockevent_cond_inc(pv_spurious_wakeup,
469 lockevent_cond_inc(pv_wait_again, waitcnt);
H A Dqspinlock.c428 lockevent_cond_inc(lock_use_node2 + idx - 1, idx);
H A Drwsem.c525 lockevent_cond_inc(rwsem_wake_reader, woken);
728 lockevent_cond_inc(rwsem_opt_fail, !ret);
933 lockevent_cond_inc(rwsem_opt_fail, !taken);

Completed in 246 milliseconds