DFR_HASHSIZE
#define DFR_HASH(item) ((((long)item)>>4 ^ (((long)item)>>13)) % DFR_HASHSIZE)
static struct hlist_head cache_defer_hash[DFR_HASHSIZE];