Searched refs:cfs (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/endpoint/ |
D | Makefile | 6 obj-$(CONFIG_PCI_ENDPOINT_CONFIGFS) += pci-ep-cfs.o
|
/kernel/linux/linux-5.10/Documentation/PCI/endpoint/ |
D | index.rst | 11 pci-endpoint-cfs
|
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.
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | fair.c | 487 return &task_rq(p)->cfs; in task_cfs_rq() 495 return &rq->cfs; in cfs_rq_of() 524 for (cfs_rq = &rq->cfs, pos = NULL; cfs_rq; cfs_rq = pos) 736 nr_running = rq_of(cfs_rq)->cfs.h_nr_running; in sched_slice() 1656 ns->nr_running += rq->cfs.h_nr_running; in update_numa_stats() 3309 if (&rq->cfs == cfs_rq) { in cfs_rq_util_change() 4657 rq_of(cfs_rq)->cfs.load.weight >= 2*se->load.weight) { in set_next_entity() 5139 if (rq->curr == rq->idle && rq->cfs.nr_running) in unthrottle_cfs_rq() 5645 if (rq->cfs.h_nr_running > 1) { in hrtick_start_fair() 5705 return unlikely(rq->nr_running == rq->cfs.idle_h_nr_running && in sched_idle_rq() [all …]
|
D | pelt.h | 118 u32 util_sum = rq->cfs.avg.util_sum; in update_idle_rq_clock_pelt()
|
D | sched_avg.c | 166 util = rq->cfs.avg.util_avg; in sched_get_cpu_util()
|
D | sched.h | 1033 struct cfs_rq cfs; member 1200 return container_of(cfs_rq, struct rq, cfs); in rq_of() 2031 return rq->cfs.nr_running > 0; in sched_fair_runnable() 2714 unsigned long util = READ_ONCE(rq->cfs.avg.util_avg); in cpu_util_cfs() 2718 READ_ONCE(rq->cfs.avg.util_est.enqueued)); in cpu_util_cfs()
|
D | debug.c | 580 rq0_min_vruntime = cpu_rq(0)->cfs.min_vruntime; in print_cfs_rq()
|
D | core.c | 4123 struct sched_entity *curr = (&task_rq(p)->cfs)->curr; in prefetch_curr_exec_start() 4548 rq->nr_running == rq->cfs.h_nr_running)) { in pick_next_task() 7736 init_cfs_rq(&rq->cfs); in sched_init() 7761 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | xt_set.c | 38 #define ADT_OPT(n, f, d, fs, cfs, t, p, b, po, bo) \ argument 43 .cmdflags = cfs, \
|
/kernel/linux/linux-5.10/Documentation/scheduler/ |
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
|
/kernel/linux/linux-5.10/init/ |
D | Kconfig | 870 This feature use latency nice priority to decide if a cfs task can
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0020_linux_drivers_gpu.patch | 29801 + .cfs = &_cfs, 29826 + .cfs = &_cfs, 35416 + const struct dpu_unit *cfs;
|