Searched refs:dsq_hash (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 899 struct rhashtable dsq_hash; member
|
| H A D | ext.c | 256 return rhashtable_lookup(&sch->dsq_hash, &dsq_id, dsq_hash_params); in find_user_dsq() 3480 if (rhashtable_remove_fast(&sch->dsq_hash, &dsq->hash_node, in destroy_dsq() 3652 rhashtable_walk_enter(&sch->dsq_hash, &rht_iter); in scx_sched_free_rcu_work() 3663 rhashtable_free_and_destroy(&sch->dsq_hash, NULL, NULL); in scx_sched_free_rcu_work() 4805 ret = rhashtable_init(&sch->dsq_hash, &dsq_hash_params); in scx_alloc_and_add_sched() 4865 rhashtable_free_and_destroy(&sch->dsq_hash, NULL, NULL); in scx_alloc_and_add_sched() 6355 ret = rhashtable_lookup_insert_fast(&sch->dsq_hash, &dsq->hash_node, in scx_bpf_create_dsq()
|