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 | 255 return rhashtable_lookup(&sch->dsq_hash, &dsq_id, dsq_hash_params); in scx_setscheduler_class() 3431 if (rhashtable_remove_fast(&sch->dsq_hash, &dsq->hash_node, in destroy_dsq() 3603 rhashtable_walk_enter(&sch->dsq_hash, &rht_iter); in scx_kobj_release() 3614 rhashtable_free_and_destroy(&sch->dsq_hash, NULL, NULL); in scx_attr_ops_show() 4761 ret = rhashtable_init(&sch->dsq_hash, &dsq_hash_params); in scx_alloc_and_add_sched() 4819 rhashtable_free_and_destroy(&sch->dsq_hash, NULL, NULL); in check_hotplug_seq() 6309 ret = rhashtable_lookup_insert_fast(&sch->dsq_hash, &dsq->hash_node,
|