Searched refs:rht_iter (Results 1 – 1 of 1) sorted by relevance
3590 struct rhashtable_iter rht_iter; in scx_sched_free_rcu_work() local3603 rhashtable_walk_enter(&sch->dsq_hash, &rht_iter); in scx_sched_free_rcu_work()3605 rhashtable_walk_start(&rht_iter); in scx_sched_free_rcu_work()3607 while ((dsq = rhashtable_walk_next(&rht_iter)) && !IS_ERR(dsq)) in scx_sched_free_rcu_work()3610 rhashtable_walk_stop(&rht_iter); in scx_sched_free_rcu_work()3612 rhashtable_walk_exit(&rht_iter); in scx_sched_free_rcu_work()