Searched refs:MAX_TCS_SLOTS (Results 1 – 2 of 2) sorted by relevance
18 #define MAX_TCS_SLOTS (MAX_CMDS_PER_TCS * MAX_TCS_PER_TYPE) macro52 DECLARE_BITMAP(slots, MAX_TCS_SLOTS);
215 if (bitmap_empty(tcs->slots, MAX_TCS_SLOTS)) in tcs_invalidate()221 bitmap_zero(tcs->slots, MAX_TCS_SLOTS); in tcs_invalidate()673 slot = bitmap_find_next_zero_area(tcs->slots, MAX_TCS_SLOTS, in find_slots()