Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/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];
/dports/multimedia/libv4l/linux-5.13-rc2/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];
/dports/multimedia/v4l-utils/linux-5.13-rc2/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];