Searched refs:THREAD_HASH (Results 1 – 1 of 1) sorted by relevance
73 #define THREAD_HASH(thrd) (((unsigned long)thrd >> 8) % HASH_QUEUES) macro261 head = &thr_hashtable[THREAD_HASH(thread)]; in _thr_hash_add()277 head = &thr_hashtable[THREAD_HASH(thread)]; in _thr_hash_find()