Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c9355 struct cfs_rq *dst_cfs_rq; in task_is_ineligible_on_dst_cpu() local
9358 dst_cfs_rq = task_group(p)->cfs_rq[dest_cpu]; in task_is_ineligible_on_dst_cpu()
9360 dst_cfs_rq = &cpu_rq(dest_cpu)->cfs; in task_is_ineligible_on_dst_cpu()
9362 if (sched_feat(PLACE_LAG) && dst_cfs_rq->nr_queued && in task_is_ineligible_on_dst_cpu()