Searched refs:free_csg_slots (Results 1 – 1 of 1) sorted by relevance
2112 u32 free_csg_slots = 0; in tick_ctx_apply() local2183 free_csg_slots |= BIT(i); in tick_ctx_apply()2200 csg_id = ffs(free_csg_slots) - 1; in tick_ctx_apply()2215 free_csg_slots &= ~BIT(csg_id); in tick_ctx_apply()