Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/dev/dtrace/
H A Dlockstat.c91 …LOCKSTAT_PROBE(LS_LCK_RW_LOCK_SHARED, LSR_SPIN, LS_LCK_RW_LOCK_SHARED_SPIN, "lck_rw_t", "uint64_t"…
95 …LOCKSTAT_PROBE(LS_LCK_RW_LOCK_EXCL, LSR_SPIN, LS_LCK_RW_LOCK_EXCL_SPIN, "lck_rw_t", "uint64_t", "i…
101 …LOCKSTAT_PROBE(LS_LCK_RW_LOCK_SHARED_TO_EXCL, LSR_SPIN, LS_LCK_RW_LOCK_SHARED_TO_EXCL_SPIN, "lck_r…
/xnu-12377.61.12/bsd/sys/
H A Dlockstat.h79 #define LSR_SPIN (LS_TYPE_RW "-" LS_SPIN) macro