Searched refs:free_csg_slots (Results 1 – 1 of 1) sorted by relevance
2275 u32 free_csg_slots = 0; in tick_ctx_apply() local2346 free_csg_slots |= BIT(i); in tick_ctx_apply()2363 csg_id = ffs(free_csg_slots) - 1; in tick_ctx_apply()2378 free_csg_slots &= ~BIT(csg_id); in tick_ctx_apply()