Searched refs:tested_queues (Results 1 – 1 of 1) sorted by relevance
2439 u32 tested_queues = group->blocked_queues; in sync_upd_work() local2442 while (tested_queues) { in sync_upd_work()2443 u32 cs_id = ffs(tested_queues) - 1; in sync_upd_work()2451 tested_queues &= ~BIT(cs_id); in sync_upd_work()