Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dinternal.h2116 extern struct rhashtable scx_sched_hash;
H A Dext.c51 struct rhashtable scx_sched_hash; variable
6337 ret = rhashtable_lookup_insert_fast(&scx_sched_hash, in scx_link_sched()
6354 rhashtable_remove_fast(&scx_sched_hash, &sch->hash_node, in scx_link_sched()
6377 rhashtable_remove_fast(&scx_sched_hash, &sch->hash_node, in scx_unlink_sched()
8750 BUG_ON(rhashtable_init(&scx_sched_hash, &scx_sched_hash_params)); in init_sched_ext_class()
H A Dsub.c97 return rhashtable_lookup(&scx_sched_hash, &cgroup_id, in scx_find_sub_sched()