Searched refs:HASHTAB_MAP_LOCK_MASK (Results 1 – 1 of 1) sorted by relevance
90 #define HASHTAB_MAP_LOCK_MASK (HASHTAB_MAP_LOCK_COUNT - 1) macro165 hash = hash & HASHTAB_MAP_LOCK_MASK; in htab_lock_bucket()187 hash = hash & HASHTAB_MAP_LOCK_MASK; in htab_unlock_bucket()
Completed in 7 milliseconds