Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dhashtab.c90 #define HASHTAB_MAP_LOCK_MASK (HASHTAB_MAP_LOCK_COUNT - 1) macro
165 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