Home
last modified time | relevance | path

Searched refs:TIM_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c290 #define TIM_HASH_SIZE 256 macro
292 #define TIM_HASH(id) (((uintptr_t)(id) >> 8) % TIM_HASH_SIZE)
294 #define TIM_HASH(id) ((uintptr_t)(id) % TIM_HASH_SIZE)
296 static struct tim_tim *tim_hash[TIM_HASH_SIZE];