Searched refs:TQ_HASH (Results 1 – 1 of 1) sorted by relevance
559 #define TQ_HASH(x) ((x) ^ ((x) >> 11) ^ ((x) >> 17) ^ ((x) ^ 27)) macro1197 h = TQ_HASH(h); in taskq_dispatch()