Searched refs:dsq_hash (Results 1 – 1 of 1) sorted by relevance
955 static struct rhashtable dsq_hash; variable1057 return rhashtable_lookup_fast(&dsq_hash, &dsq_id, dsq_hash_params); in find_user_dsq()4027 ret = rhashtable_insert_fast(&dsq_hash, &dsq->hash_node, in create_dsq()4066 if (rhashtable_remove_fast(&dsq_hash, &dsq->hash_node, dsq_hash_params)) in destroy_dsq()4576 rhashtable_walk_enter(&dsq_hash, &rht_iter); in scx_ops_disable_workfn()5861 BUG_ON(rhashtable_init(&dsq_hash, &dsq_hash_params)); in init_sched_ext_class()