Searched refs:callout_counter_low (Results 1 – 1 of 1) sorted by relevance
53 static ulong_t callout_counter_low; /* callout ID increment */ variable1076 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()