Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dpage-types.c199 #define HASH_MASK (HASH_SIZE - 1) macro
200 #define HASH_KEY(flags) (flags & HASH_MASK)
/linux/drivers/md/
H A Draid5.c80 int hash = (sect >> RAID5_STRIPE_SHIFT(conf)) & HASH_MASK; in stripe_hash()