Searched refs:free_csg_slots (Results 1 – 1 of 1) sorted by relevance
2169 u32 free_csg_slots = 0; in tick_ctx_apply() local2240 free_csg_slots |= BIT(i); in tick_ctx_apply()2257 csg_id = ffs(free_csg_slots) - 1; in tick_ctx_apply()2272 free_csg_slots &= ~BIT(csg_id); in tick_ctx_apply()