Searched refs:dsq_hash (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/sched/ext/ |
| H A D | internal.h | 1566 struct rhashtable dsq_hash; member
|
| H A D | ext.c | 312 return rhashtable_lookup(&sch->dsq_hash, &dsq_id, dsq_hash_params); in find_user_dsq() 5127 if (rhashtable_remove_fast(&sch->dsq_hash, &dsq->hash_node, in destroy_dsq() 5378 rhashtable_walk_enter(&sch->dsq_hash, &rht_iter); in scx_sched_free_rcu_work() 5389 rhashtable_free_and_destroy(&sch->dsq_hash, NULL, NULL); in scx_sched_free_rcu_work() 7146 ret = rhashtable_init(&sch->dsq_hash, &dsq_hash_params); in scx_alloc_and_add_sched() 7342 rhashtable_free_and_destroy(&sch->dsq_hash, NULL, NULL); in scx_alloc_and_add_sched() 9400 ret = rhashtable_lookup_insert_fast(&sch->dsq_hash, &dsq->hash_node, in scx_bpf_create_dsq()
|