Searched refs:cfs (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | sched.h | 338 TP_PROTO(struct cfs_rq *cfs, struct sched_entity *se), 339 TP_ARGS(cfs, se), 1); 342 TP_PROTO(struct cfs_rq *cfs, struct sched_entity *se), 343 TP_ARGS(cfs, se), 1);
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 380 * cfs rq without parent should be put in list_add_leaf_cfs_rq() 494 return &task_rq(p)->cfs; in task_cfs_rq() 502 return &rq->cfs; in cfs_rq_of() 531 #define for_each_leaf_cfs_rq_safe(rq, cfs, pos) (for ((cfs) = &(rq)->cfs, (pos) = NULL; (cfs); (cfs) = (pos))) 746 nr_running = rq_of(cfs_rq)->cfs.h_nr_running; in sched_slice() 1683 ns->nr_running += rq->cfs in update_numa_stats() 5772 check_preempt_from_idle(struct cfs_rq *cfs, struct sched_entity *se) check_preempt_from_idle() argument [all...] |
H A D | sched.h | 1015 struct cfs_rq cfs; member 1182 return container_of(cfs_rq, struct rq, cfs); in rq_of() 1988 return rq->cfs.nr_running > 0; in sched_fair_runnable() 2663 unsigned long util = READ_ONCE(rq->cfs.avg.util_avg); in cpu_util_cfs() 2666 util = max_t(unsigned long, util, READ_ONCE(rq->cfs.avg.util_est.enqueued)); in cpu_util_cfs()
|
H A D | core.c | 4325 struct sched_entity *curr = (&task_rq(p)->cfs)->curr; in prefetch_curr_exec_start() 4774 rq->nr_running == rq->cfs.h_nr_running)) { in pick_next_task() 8131 init_cfs_rq(&rq->cfs); in sched_init() 8154 * directly in rq->cfs (i.e root_task_group->se[] = NULL). in sched_init() 8156 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
|
Completed in 23 milliseconds