MAX_TCS_SLOTS
DECLARE_BITMAP(slots, MAX_TCS_SLOTS);
if (bitmap_empty(tcs->slots, MAX_TCS_SLOTS))
bitmap_zero(tcs->slots, MAX_TCS_SLOTS);
slot = bitmap_find_next_zero_area(tcs->slots, MAX_TCS_SLOTS,