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