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 */
lockstat.c 247 * way we don't need to add any barriers in lockstat_event.
280 * Disable and wait for other CPUs to exit lockstat_event().
380 lockstat_event(uintptr_t lock, uintptr_t callsite, u_int flags, u_int count, function in typeref:typename:void

Completed in 14 milliseconds