Searched refs:rht_iter (Results 1 – 1 of 1) sorted by relevance
4450 struct rhashtable_iter rht_iter; in scx_ops_disable_workfn() local4576 rhashtable_walk_enter(&dsq_hash, &rht_iter); in scx_ops_disable_workfn()4578 rhashtable_walk_start(&rht_iter); in scx_ops_disable_workfn()4580 while ((dsq = rhashtable_walk_next(&rht_iter)) && !IS_ERR(dsq)) in scx_ops_disable_workfn()4583 rhashtable_walk_stop(&rht_iter); in scx_ops_disable_workfn()4585 rhashtable_walk_exit(&rht_iter); in scx_ops_disable_workfn()