Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/translations/zh_CN/scheduler/
Dsched-design-CFS.rst58 CFS同样维护了rq->cfs.min_vruntime值,它是单调递增的,跟踪运行队列中的所有任务的最小
62 运行队列中正在运行的任务的总数由rq->cfs.load计数,它是运行队列中的任务的权值之和。
/Linux-v6.1/drivers/pci/endpoint/
DMakefile6 obj-$(CONFIG_PCI_ENDPOINT_CONFIGFS) += pci-ep-cfs.o
/Linux-v6.1/Documentation/PCI/endpoint/
Dindex.rst11 pci-endpoint-cfs
Dpci-endpoint.rst124 the EPF device with EPC device. pci-ep-cfs.c can be used as reference for
212 pci-ep-cfs.c can be used as reference for using these APIs.
/Linux-v6.1/kernel/sched/
Dfair.c529 for (cfs_rq = &rq->cfs, pos = NULL; cfs_rq; cfs_rq = pos)
734 nr_running = rq_of(cfs_rq)->cfs.h_nr_running; in sched_slice()
1792 ns->nr_running += rq->cfs.h_nr_running; in update_numa_stats()
3493 if (&rq->cfs == cfs_rq) { in cfs_rq_util_change()
4812 rq_of(cfs_rq)->cfs.load.weight >= 2*se->load.weight) { in set_next_entity()
5317 if (rq->curr == rq->idle && rq->cfs.nr_running) in unthrottle_cfs_rq()
5822 if (rq->cfs.h_nr_running > 1) { in hrtick_start_fair()
5882 return unlikely(rq->nr_running == rq->cfs.idle_h_nr_running && in sched_idle_rq()
5923 util_est_enqueue(&rq->cfs, p); in enqueue_task_fair()
6011 util_est_dequeue(&rq->cfs, p); in dequeue_task_fair()
[all …]
Dpelt.h136 u32 util_sum = rq->cfs.avg.util_sum; in update_idle_rq_clock_pelt()
Dsched.h990 struct cfs_rq cfs; member
1167 return container_of(cfs_rq, struct rq, cfs); in rq_of()
1434 return &task_rq(p)->cfs; in task_cfs_rq()
1442 return &rq->cfs; in cfs_rq_of()
2271 return rq->cfs.nr_running > 0; in sched_fair_runnable()
2962 cfs_rq = &cpu_rq(cpu)->cfs; in cpu_util_cfs()
Ddebug.c606 rq0_min_vruntime = cpu_rq(0)->cfs.min_vruntime; in print_cfs_rq()
Dcore.c5360 struct sched_entity *curr = (&task_rq(p)->cfs)->curr; in prefetch_curr_exec_start()
5829 rq->nr_running == rq->cfs.h_nr_running)) { in __pick_next_task()
9703 init_cfs_rq(&rq->cfs); in sched_init()
9728 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
/Linux-v6.1/net/netfilter/
Dxt_set.c38 #define ADT_OPT(n, f, d, fs, cfs, t, p, b, po, bo) \ argument
43 .cmdflags = cfs, \
/Linux-v6.1/Documentation/scheduler/
Dsched-design-CFS.rst61 CFS also maintains the rq->cfs.min_vruntime value, which is a monotonic
68 rq->cfs.load value, which is the sum of the weights of the tasks queued on the