Lines Matching refs:NUM_SLOTS
65 #define NUM_SLOTS 4 macro
66 #define PREV_SLOT md.slot[(md.curr_slot + NUM_SLOTS - 1) % NUM_SLOTS]
309 slot[NUM_SLOTS];
6575 first = (md.curr_slot + NUM_SLOTS - md.num_slots_in_use) % NUM_SLOTS; in emit_one_bundle()
6576 know (first >= 0 && first < NUM_SLOTS); in emit_one_bundle()
6594 curr = (curr + 1) % NUM_SLOTS; in emit_one_bundle()
6636 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record; in emit_one_bundle()
6970 curr = (curr + 1) % NUM_SLOTS; in emit_one_bundle()
7015 know (md.num_slots_in_use < NUM_SLOTS); in emit_one_bundle()
7447 for (i = 0; i < NUM_SLOTS; ++i) in md_begin()
10330 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS; in remove_marked_resource()
10331 if (++md.num_slots_in_use >= NUM_SLOTS) in remove_marked_resource()
10352 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS; in remove_marked_resource()
10353 if (++md.num_slots_in_use >= NUM_SLOTS) in remove_marked_resource()
10907 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS; in md_assemble()
10908 if (++md.num_slots_in_use >= NUM_SLOTS) in md_assemble()