Searched refs:DFR_HASH (Results 1 – 1 of 1) sorted by relevance
527 #define DFR_HASH(item) ((((long)item)>>4 ^ (((long)item)>>13)) % DFR_HASHSIZE) macro547 int hash = DFR_HASH(item); in __hash_deferred_req()673 int hash = DFR_HASH(item); in cache_revisit_request()