Searched refs:callout_counter_low (Results 1 – 1 of 1) sorted by relevance
52 static ulong_t callout_counter_low; /* callout ID increment */ variable1075 id = (ct->ct_long_id - callout_counter_low); in timeout_generic()1079 id = (ct->ct_short_id - callout_counter_low); in timeout_generic()1084 id = (ct->ct_gen_id - callout_counter_low); in timeout_generic()2103 callout_counter_low = 1 << CALLOUT_COUNTER_SHIFT; in callout_init()