Searched refs:tested_queues (Results 1 – 1 of 1) sorted by relevance
2486 u32 tested_queues = group->blocked_queues; in sync_upd_work() local2489 while (tested_queues) { in sync_upd_work()2490 u32 cs_id = ffs(tested_queues) - 1; in sync_upd_work()2498 tested_queues &= ~BIT(cs_id); in sync_upd_work()