Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h151 #define CALLOUT_COUNTER_SHIFT callout_table_bits macro
165 #define CALLOUT_IDHASH(x) CALLOUT_HASH((x) >> CALLOUT_COUNTER_SHIFT)
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c2104 callout_counter_low = 1 << CALLOUT_COUNTER_SHIFT; in callout_init()