Searched refs:cfs (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/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.
|
| /Linux-v5.4/drivers/pci/endpoint/ |
| D | Makefile | 6 obj-$(CONFIG_PCI_ENDPOINT_CONFIGFS) += pci-ep-cfs.o
|
| /Linux-v5.4/kernel/sched/ |
| D | pelt.h | 100 u32 util_sum = rq->cfs.avg.util_sum; in update_idle_rq_clock_pelt()
|
| D | fair.c | 448 return &task_rq(p)->cfs; in task_cfs_rq() 456 return &rq->cfs; in cfs_rq_of() 485 for (cfs_rq = &rq->cfs, pos = NULL; cfs_rq; cfs_rq = pos) 3113 if (&rq->cfs == cfs_rq || (flags & SCHED_CPUFREQ_MIGRATION)) { in cfs_rq_util_change() 4176 rq_of(cfs_rq)->cfs.load.weight >= 2*se->load.weight) { in set_next_entity() 4597 if (rq->curr == rq->idle && rq->cfs.nr_running) in unthrottle_cfs_rq() 5123 if (rq->cfs.h_nr_running > 1) { in hrtick_start_fair() 5200 util_est_enqueue(&rq->cfs, p); in enqueue_task_fair() 5342 util_est_dequeue(&rq->cfs, p, task_sleep); in dequeue_task_fair() 5369 return unlikely(rq->nr_running == rq->cfs.idle_h_nr_running && in sched_idle_cpu() [all …]
|
| D | sched.h | 881 struct cfs_rq cfs; member 1016 return container_of(cfs_rq, struct rq, cfs); in rq_of() 1821 return rq->cfs.nr_running > 0; in sched_fair_runnable() 2401 unsigned long util = READ_ONCE(rq->cfs.avg.util_avg); in cpu_util_cfs() 2405 READ_ONCE(rq->cfs.avg.util_est.enqueued)); in cpu_util_cfs()
|
| D | debug.c | 508 rq0_min_vruntime = cpu_rq(0)->cfs.min_vruntime; in print_cfs_rq()
|
| D | core.c | 3535 struct sched_entity *curr = (&task_rq(p)->cfs)->curr; in prefetch_curr_exec_start() 3918 rq->nr_running == rq->cfs.h_nr_running)) { in pick_next_task() 6628 init_cfs_rq(&rq->cfs); in sched_init() 6655 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
|
| /Linux-v5.4/net/netfilter/ |
| D | xt_set.c | 38 #define ADT_OPT(n, f, d, fs, cfs, t, p, b, po, bo) \ argument 43 .cmdflags = cfs, \
|
| /Linux-v5.4/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
|