Searched refs:cfs (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-design-CFS.rst | 58 CFS同样维护了rq->cfs.min_vruntime值,它是单调递增的,跟踪运行队列中的所有任务的最小 62 运行队列中正在运行的任务的总数由rq->cfs.load计数,它是运行队列中的任务的权值之和。
|
| /linux/drivers/pci/endpoint/ |
| H A D | Makefile | 6 obj-$(CONFIG_PCI_ENDPOINT_CONFIGFS) += pci-ep-cfs.o
|
| /linux/Documentation/PCI/endpoint/ |
| H A D | index.rst | 11 pci-endpoint-cfs
|
| H A D | pci-endpoint.rst | 152 the EPF device with EPC device. pci-ep-cfs.c can be used as reference for 240 pci-ep-cfs.c can be used as reference for using these APIs.
|
| /linux/kernel/sched/ |
| H A D | fair.c | 491 for (cfs_rq = &rq->cfs, pos = NULL; cfs_rq; cfs_rq = pos) 2129 ns->nr_running += rq->cfs.h_nr_runnable; in update_numa_stats() 3975 if (&rq->cfs == cfs_rq) { in cfs_rq_util_change() 5489 rq_of(cfs_rq)->cfs.load.weight >= 2*se->load.weight) { in set_next_entity() 6069 if (rq->curr == rq->idle && rq->cfs.nr_queued) in unthrottle_cfs_rq() 6788 if (rq->cfs.h_nr_queued > 1) { in hrtick_start_fair() 6872 return unlikely(rq->nr_running == rq->cfs.h_nr_idle && in sched_idle_rq() 6925 int rq_h_nr_queued = rq->cfs.h_nr_queued; in enqueue_task_fair() 6938 util_est_enqueue(&rq->cfs, p); in enqueue_task_fair() 7006 if (!rq_h_nr_queued && rq->cfs.h_nr_queued) { in enqueue_task_fair() [all …]
|
| H A D | pelt.h | 141 u32 util_sum = rq->cfs.avg.util_sum; in update_idle_rq_clock_pelt()
|
| H A D | sched.h | 1147 struct cfs_rq cfs; member 1335 return container_of(cfs_rq, struct rq, cfs); in rq_of() 1627 return &task_rq(p)->cfs; in task_cfs_rq() 1635 return &rq->cfs; in cfs_rq_of() 2579 return rq->cfs.nr_queued > 0; in sched_fair_runnable()
|
| H A D | debug.c | 390 if (rq->cfs.h_nr_queued) in sched_fair_server_write()
|
| H A D | core.c | 1369 if (rq->cfs.h_nr_queued > 1) in sched_can_stop_tick() 5474 struct sched_entity *curr = task_rq(p)->cfs.curr; in prefetch_curr_exec_start() 5967 rq->nr_running == rq->cfs.h_nr_queued)) { in __pick_next_task() 8716 init_cfs_rq(&rq->cfs); in sched_init() 8741 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
|
| /linux/net/netfilter/ |
| H A D | xt_set.c | 38 #define ADT_OPT(n, f, d, fs, cfs, t, p, b, po, bo) \ argument 43 .cmdflags = cfs, \
|
| /linux/Documentation/scheduler/ |
| H A D | sched-design-CFS.rst | 65 CFS also maintains the rq->cfs.min_vruntime value, which is a monotonic 72 rq->cfs.load value, which is the sum of the weights of the tasks queued on the
|
| /linux/Documentation/translations/sp_SP/scheduler/ |
| H A D | sched-design-CFS.rst | 77 CFS también mantiene el valor de rq->cfs.min_vruntime, el cual crece 85 contabilizado mediante el valor rq->cfs.load, el cual es la suma de los
|