Searched refs:MAX_TCS_SLOTS (Results 1 – 2 of 2) sorted by relevance
17 #define MAX_TCS_SLOTS (MAX_CMDS_PER_TCS * MAX_TCS_PER_TYPE) macro46 DECLARE_BITMAP(slots, MAX_TCS_SLOTS);
113 if (bitmap_empty(tcs->slots, MAX_TCS_SLOTS)) { in tcs_invalidate()126 bitmap_zero(tcs->slots, MAX_TCS_SLOTS); in tcs_invalidate()428 for_each_set_bit(i, tcs->slots, MAX_TCS_SLOTS) { in find_match()460 slot = bitmap_find_next_zero_area(tcs->slots, MAX_TCS_SLOTS, in find_slots()