Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dext.c61 static struct rhashtable scx_tid_hash; variable
4068 ret = rhashtable_lookup_insert_fast(&scx_tid_hash, in scx_tid_hash_insert()
4196 rhashtable_remove_fast(&scx_tid_hash, in sched_ext_dead()
6497 rhashtable_free_and_destroy(&scx_tid_hash, NULL, NULL); in scx_root_disable()
7501 ret = rhashtable_init(&scx_tid_hash, &scx_tid_hash_params); in scx_root_enable_workfn()
7855 rhashtable_free_and_destroy(&scx_tid_hash, NULL, NULL); in scx_root_enable_workfn()
10506 scx = rhashtable_lookup(&scx_tid_hash, &tid, scx_tid_hash_params); in scx_bpf_tid_to_task()