Searched refs:cfs (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-design-CFS.rst | 58 CFS同样维护了rq->cfs.min_vruntime值,它是单调递增的,跟踪运行队列中的所有任务的最小 62 运行队列中正在运行的任务的总数由rq->cfs.load计数,它是运行队列中的任务的权值之和。
|
| /linux-6.15/drivers/pci/endpoint/ |
| H A D | Makefile | 6 obj-$(CONFIG_PCI_ENDPOINT_CONFIGFS) += pci-ep-cfs.o
|
| /linux-6.15/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-6.15/kernel/sched/ |
| H A D | fair.c | 4001 if (&rq->cfs == cfs_rq) { in cfs_rq_util_change() 7246 cfs_rq = &rq->cfs; in cpu_load_without() 7269 cfs_rq = &rq->cfs; in cpu_runnable_without() 8847 cfs_rq = &rq->cfs; in pick_task_fair() 9805 if (cfs_rq == &rq->cfs) in __update_blocked_fair() 13065 cfs_rqa = &task_rq(a)->cfs; in cfs_prio_less() 13066 cfs_rqb = &task_rq(b)->cfs; in cfs_prio_less() 13087 cfs_rq = &cpu_rq(cpu)->cfs; in task_is_throttled_fair() 13142 if (rq->cfs.nr_queued == 1) in prio_changed_fair() 13465 se->cfs_rq = &rq->cfs; in init_tg_cfs_entry() [all …]
|
| H A D | pelt.h | 137 u32 util_sum = rq->cfs.avg.util_sum; in update_idle_rq_clock_pelt()
|
| H A D | sched.h | 1129 struct cfs_rq cfs; member 1318 return container_of(cfs_rq, struct rq, cfs); in rq_of() 1593 return &task_rq(p)->cfs; in task_cfs_rq() 1601 return &rq->cfs; in cfs_rq_of() 2547 return rq->cfs.nr_queued > 0; in sched_fair_runnable()
|
| H A D | debug.c | 384 if (rq->cfs.h_nr_queued) { in sched_fair_server_write() 397 if (rq->cfs.h_nr_queued) in sched_fair_server_write()
|
| H A D | core.c | 1358 if (rq->cfs.h_nr_queued > 1) in sched_can_stop_tick() 5535 struct sched_entity *curr = task_rq(p)->cfs.curr; in prefetch_curr_exec_start() 6030 rq->nr_running == rq->cfs.h_nr_queued)) { in __pick_next_task() 8604 init_cfs_rq(&rq->cfs); in sched_init() 8629 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
|
| /linux-6.15/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-6.15/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-6.15/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
|