Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h1023 struct rhashtable dsq_hash; member
H A Dext.c337 return rhashtable_lookup(&sch->dsq_hash, &dsq_id, dsq_hash_params); in find_user_dsq()
4652 if (rhashtable_remove_fast(&sch->dsq_hash, &dsq->hash_node, in destroy_dsq()
4847 rhashtable_walk_enter(&sch->dsq_hash, &rht_iter);
4858 rhashtable_free_and_destroy(&sch->dsq_hash, NULL, NULL); in scx_attr_ops_show()
6561 ret = rhashtable_init(&sch->dsq_hash, &dsq_hash_params); in scx_alloc_and_add_sched()
6712 rhashtable_free_and_destroy(&sch->dsq_hash, NULL, NULL); in validate_ops()
8763 ret = rhashtable_lookup_insert_fast(&sch->dsq_hash, &dsq->hash_node, in scx_kick_cpu()