Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dcache.c575 #define DFR_HASHSIZE (PAGE_SIZE/sizeof(struct list_head)) macro
576 #define DFR_HASH(item) ((((long)item)>>4 ^ (((long)item)>>13)) % DFR_HASHSIZE)
582 static struct hlist_head cache_defer_hash[DFR_HASHSIZE];