Searched refs:NUM_OF_HPTSI_SLOTS (Results 1 – 1 of 1) sorted by relevance
171 #define NUM_OF_HPTSI_SLOTS 102400 macro356 #define HPTS_MAX_SLEEP_ALLOWED (NUM_OF_HPTSI_SLOTS/2)624 KASSERT(wheel_slot < NUM_OF_HPTSI_SLOTS, ("Invalid tick %u not on wheel", wheel_slot)); in hpts_slot()625 return ((wheel_slot + plus) % NUM_OF_HPTSI_SLOTS); in hpts_slot()638 return (cts_in_wticks % NUM_OF_HPTSI_SLOTS); in tick_to_wheel()655 return (NUM_OF_HPTSI_SLOTS - 1); in hpts_slots_diff()657 return ((NUM_OF_HPTSI_SLOTS - prev_slot) + slot_now); in hpts_slots_diff()683 end_slot = NUM_OF_HPTSI_SLOTS - 1; in max_slots_available()699 end_slot = NUM_OF_HPTSI_SLOTS - 1; in max_slots_available()722 return (NUM_OF_HPTSI_SLOTS - dis_to_travel); in max_slots_available()[all …]