Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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); in pv_wait_node()
342 lockevent_cond_inc(pv_spurious_wakeup, in pv_wait_node()
469 lockevent_cond_inc(pv_wait_again, waitcnt); in pv_wait_head_or_lock()
H A Drwsem.c514 lockevent_cond_inc(rwsem_wake_reader, woken); in rwsem_mark_wake()
677 lockevent_cond_inc(rwsem_opt_fail, !ret); in rwsem_can_spin_on_owner()
903 lockevent_cond_inc(rwsem_opt_fail, !taken); in rwsem_optimistic_spin()
H A Dqspinlock.c425 lockevent_cond_inc(lock_use_node2 + idx - 1, idx); in queued_spin_lock_slowpath()