Lines Matching refs:scx_root
35 struct scx_sched __rcu *scx_root; variable
3710 sch = rcu_dereference_bh(scx_root); in check_rq_for_timeouts()
3773 root = rcu_dereference_bh(scx_root); in scx_tick()
5589 sch = rcu_dereference(scx_root); in handle_lockup()
5626 sch = rcu_dereference(scx_root); in scx_rcu_cpu_stall()
6519 RCU_INIT_POINTER(scx_root, NULL); in scx_root_disable()
7523 WARN_ON_ONCE(scx_root); in scx_root_enable_workfn()
7558 rcu_assign_pointer(scx_root, sch); in scx_root_enable_workfn()
8394 sch = rcu_dereference(scx_root); in sysrq_handle_sched_ext_reset()
8632 sch = rcu_dereference(scx_root); in scx_pm_handler()
8939 sch = rcu_dereference(scx_root); in scx_bpf_dsq_insert_vtime()
10499 struct scx_sched *sch = rcu_dereference(scx_root); in scx_bpf_tid_to_task()