Searched refs:DFR_HASHSIZE (Results 1 – 1 of 1) sorted by relevance
537 #define DFR_HASHSIZE (PAGE_SIZE/sizeof(struct list_head)) macro538 #define DFR_HASH(item) ((((long)item)>>4 ^ (((long)item)>>13)) % DFR_HASHSIZE)544 static struct hlist_head cache_defer_hash[DFR_HASHSIZE];