Searched refs:curr_slot (Results 1 – 1 of 1) sorted by relevance
66 #define PREV_SLOT md.slot[(md.curr_slot + NUM_SLOTS - 1) % NUM_SLOTS]67 #define CURR_SLOT md.slot[md.curr_slot]277 int curr_slot; member6575 first = (md.curr_slot + NUM_SLOTS - md.num_slots_in_use) % NUM_SLOTS; in emit_one_bundle()10330 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS; in remove_marked_resource()10352 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS; in remove_marked_resource()10907 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS; in md_assemble()