HomeSort by: relevance | last modified time | path
    Searched refs:LOCKSTAT_EVENT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
lockstat.h 100 * Event types, for lockstat_event(). Stored in lb_flags but should be
146 #define LOCKSTAT_EVENT(flag, lock, type, count, time) \
149 lockstat_event((uintptr_t)(lock), \
157 lockstat_event((uintptr_t)(lock), (uintptr_t)ra, \
184 void lockstat_event(uintptr_t, uintptr_t, u_int, u_int, uint64_t);
191 #define LOCKSTAT_EVENT(flag, lock, type, count, time) /* nothing */
  /src/sys/kern/
kern_mutex.c 505 LOCKSTAT_EVENT(lsflag, mtx,
700 LOCKSTAT_EVENT(lsflag, mtx, LB_ADAPTIVE_MUTEX | LB_SLEEP1,
702 LOCKSTAT_EVENT(lsflag, mtx, LB_ADAPTIVE_MUTEX | LB_SPIN,
948 LOCKSTAT_EVENT(lsflag, mtx, LB_SPIN_MUTEX | LB_SPIN, 1, spintime);

Completed in 14 milliseconds