Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
H A 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];
/kernel/linux/linux-6.6/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];

Completed in 6 milliseconds