Searched refs:cfs (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-design-CFS.rst | 58 CFS同样维护了rq->cfs.min_vruntime值,它是单调递增的,跟踪运行队列中的所有任务的最小 62 运行队列中正在运行的任务的总数由rq->cfs.load计数,它是运行队列中的任务的权值之和。
|
/openbmc/linux/drivers/pci/endpoint/ |
H A D | Makefile | 6 obj-$(CONFIG_PCI_ENDPOINT_CONFIGFS) += pci-ep-cfs.o
|
/openbmc/linux/Documentation/PCI/endpoint/ |
H A D | index.rst | 11 pci-endpoint-cfs
|
H A D | pci-endpoint.rst | 124 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.
|
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 4026 if (&rq->cfs == cfs_rq) { in cfs_rq_util_change() 6910 cfs_rq = &rq->cfs; in cpu_load_without() 6933 cfs_rq = &rq->cfs; in cpu_runnable_without() 8333 cfs_rq = &rq->cfs; in pick_task_fair() 8405 cfs_rq = &rq->cfs; in pick_next_task_fair() 9297 if (cfs_rq == &rq->cfs) in __update_blocked_fair() 12534 cfs_rqa = &task_rq(a)->cfs; in cfs_prio_less() 12535 cfs_rqb = &task_rq(b)->cfs; in cfs_prio_less() 12556 cfs_rq = &cpu_rq(cpu)->cfs; in task_is_throttled_fair() 12918 se->cfs_rq = &rq->cfs; in init_tg_cfs_entry() [all …]
|
H A D | pelt.h | 136 u32 util_sum = rq->cfs.avg.util_sum; in update_idle_rq_clock_pelt()
|
H A D | sched.h | 1000 struct cfs_rq cfs; member 1186 return container_of(cfs_rq, struct rq, cfs); in rq_of() 1452 return &task_rq(p)->cfs; in task_cfs_rq() 1460 return &rq->cfs; in cfs_rq_of() 2360 return rq->cfs.nr_running > 0; in sched_fair_runnable()
|
H A D | core.c | 5533 struct sched_entity *curr = (&task_rq(p)->cfs)->curr; in prefetch_curr_exec_start() 6003 rq->nr_running == rq->cfs.h_nr_running)) { in __pick_next_task() 10011 init_cfs_rq(&rq->cfs); in sched_init() 10036 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
|
/openbmc/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, \
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-design-CFS.rst | 61 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
|