Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
Dcache.c573 #define DFR_HASHSIZE (PAGE_SIZE/sizeof(struct list_head)) macro
574 #define DFR_HASH(item) ((((long)item)>>4 ^ (((long)item)>>13)) % DFR_HASHSIZE)
580 static struct hlist_head cache_defer_hash[DFR_HASHSIZE];