Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_lock.c248 #define LPROF_HASH_MASK (LPROF_HASH_SIZE - 1) macro
544 hash &= LPROF_HASH_MASK; in lock_profile_lookup()