Searched refs:HASH_QUEUES (Results 1 – 2 of 2) sorted by relevance
70 #define HASH_QUEUES 128 macro71 static struct thread_hash_head thr_hashtable[HASH_QUEUES];72 #define THREAD_HASH(thrd) (((unsigned long)thrd >> 8) % HASH_QUEUES)89 for (i = 0; i < HASH_QUEUES; ++i) in _thr_list_init()
48 #define HASH_QUEUES 17 macro49 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES)51 static struct sigev_list_head sigev_hash[HASH_QUEUES];121 for (i = 0; i < HASH_QUEUES; ++i) in __sigev_thread_init()