Lines Matching refs:scx_task_sched

1352 		     (scx_task_sched(p)->id & SCX_SLICE_OOB_ID_MASK)))  in apply_task_slice_oob()
1359 unlikely(scx_missing_caps(scx_task_sched(p), cpu_of(rq), SCX_CAP_BASE))) { in apply_task_slice_oob()
1360 __scx_add_event(scx_task_sched(p), SCX_EV_SLICE_DENIED, 1); in apply_task_slice_oob()
1365 __scx_add_event(scx_task_sched(p), SCX_EV_SLICE_DENIED, 1); in apply_task_slice_oob()
1978 struct scx_sched *sch = scx_task_sched(p); in scx_do_enqueue_task()
2140 struct scx_sched *sch = scx_task_sched(p); in enqueue_task_scx()
2190 struct scx_sched *sch = scx_task_sched(p); in ops_dequeue()
2266 struct scx_sched *sch = scx_task_sched(p); in dequeue_task_scx()
2327 struct scx_sched *sch = scx_task_sched(p); in yield_task_scx()
2341 struct scx_sched *sch = scx_task_sched(from); in yield_to_task_scx()
2346 if (SCX_HAS_OP(sch, yield) && sch == scx_task_sched(to)) in yield_to_task_scx()
3008 struct scx_sched *sch = scx_task_sched(p); in set_next_task_scx()
3121 struct scx_sched *sch = scx_task_sched(p); in put_prev_task_scx()
3399 refill_task_slice_dfl(scx_task_sched(p), p); in do_pick_task_scx()
3407 struct scx_sched *sch = scx_task_sched(p); in do_pick_task_scx()
3481 struct scx_sched *sch_a = scx_task_sched(a); in scx_prio_less()
3482 struct scx_sched *sch_b = scx_task_sched(b); in scx_prio_less()
3534 struct scx_sched *sch = scx_task_sched(p); in select_task_rq_scx()
3613 struct scx_sched *sch = scx_task_sched(p); in set_cpus_allowed_scx()
3717 struct scx_sched *sch = scx_task_sched(p); in check_rq_for_timeouts()
3794 struct scx_sched *sch = scx_task_sched(curr); in task_tick_scx()
4129 scx_enable_task(scx_task_sched(p), p); in scx_post_fork()
4151 scx_disable_and_exit_task(scx_task_sched(p), p); in scx_cancel_fork()
4222 scx_disable_and_exit_task(scx_task_sched(p), p); in sched_ext_dead()
4231 struct scx_sched *sch = scx_task_sched(p); in reweight_task_scx()
4260 struct scx_sched *sch = scx_task_sched(p); in switching_to_scx()
4290 scx_disable_task(scx_task_sched(p), p); in switched_from_scx()
4322 struct scx_sched *sch = scx_task_sched(p); in process_ddsp_deferred_locals()
4376 __scx_add_event(scx_task_sched(p), SCX_EV_REENQ_IMMED, 1); in local_task_should_reenq()
4410 struct scx_sched *task_sch = scx_task_sched(p); in reenq_local()
4645 struct scx_sched *sch = scx_task_sched(p); in scx_can_stop_tick()
5558 sch = scx_task_sched(p); in scx_allow_ttwu_queue()
6153 if (!scx_is_descendant(scx_task_sched(p), sch)) in scx_bypass()
6450 scx_disable_and_exit_task(scx_task_sched(p), p); in scx_root_disable()
6782 struct scx_sched *task_sch = scx_task_sched(p); in scx_dump_task()
8952 scx_error(scx_task_sched(p), "__scx_bpf_dsq_insert_vtime() must be used"); in scx_bpf_dsq_insert_vtime()