Home
last modified time | relevance | path

Searched refs:rht_iter (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/kernel/sched/
H A Dext.c4676 struct rhashtable_iter rht_iter; in scx_ops_disable_workfn() local
4813 rhashtable_walk_enter(&dsq_hash, &rht_iter); in scx_ops_disable_workfn()
4815 rhashtable_walk_start(&rht_iter); in scx_ops_disable_workfn()
4817 while ((dsq = rhashtable_walk_next(&rht_iter)) && !IS_ERR(dsq)) in scx_ops_disable_workfn()
4820 rhashtable_walk_stop(&rht_iter); in scx_ops_disable_workfn()
4822 rhashtable_walk_exit(&rht_iter); in scx_ops_disable_workfn()