Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c53 static ulong_t callout_counter_low; /* callout ID increment */ variable
1076 id = (ct->ct_long_id - callout_counter_low); in timeout_generic()
1080 id = (ct->ct_short_id - callout_counter_low); in timeout_generic()
1085 id = (ct->ct_gen_id - callout_counter_low); in timeout_generic()
2104 callout_counter_low = 1 << CALLOUT_COUNTER_SHIFT; in callout_init()