Searched refs:cfs (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/Documentation/translations/zh_CN/scheduler/ |
D | sched-design-CFS.rst | 58 CFS同样维护了rq->cfs.min_vruntime值,它是单调递增的,跟踪运行队列中的所有任务的最小 62 运行队列中正在运行的任务的总数由rq->cfs.load计数,它是运行队列中的任务的权值之和。
|
/linux-6.12.1/drivers/pci/endpoint/ |
D | Makefile | 6 obj-$(CONFIG_PCI_ENDPOINT_CONFIGFS) += pci-ep-cfs.o
|
/linux-6.12.1/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-6.12.1/kernel/sched/ |
D | fair.c | 490 for (cfs_rq = &rq->cfs, pos = NULL; cfs_rq; cfs_rq = pos) 2131 ns->nr_running += rq->cfs.h_nr_running; in update_numa_stats() 4084 if (&rq->cfs == cfs_rq) { in cfs_rq_util_change() 5591 rq_of(cfs_rq)->cfs.load.weight >= 2*se->load.weight) { in set_next_entity() 5921 long rq_h_nr_running = rq->cfs.h_nr_running; in throttle_cfs_rq() 6004 if (rq_h_nr_running && !rq->cfs.h_nr_running) in throttle_cfs_rq() 6024 long rq_h_nr_running = rq->cfs.h_nr_running; in unthrottle_cfs_rq() 6100 if (!rq_h_nr_running && rq->cfs.h_nr_running) in unthrottle_cfs_rq() 6110 if (rq->curr == rq->idle && rq->cfs.nr_running) in unthrottle_cfs_rq() 6819 if (rq->cfs.h_nr_running > 1) { in hrtick_start_fair() [all …]
|
D | pelt.h | 137 u32 util_sum = rq->cfs.avg.util_sum; in update_idle_rq_clock_pelt()
|
D | sched.h | 1128 struct cfs_rq cfs; member 1316 return container_of(cfs_rq, struct rq, cfs); in rq_of() 1586 return &task_rq(p)->cfs; in task_cfs_rq() 1594 return &rq->cfs; in cfs_rq_of() 2574 return rq->cfs.nr_running > 0; in sched_fair_runnable()
|
D | debug.c | 381 if (rq->cfs.h_nr_running) { in sched_fair_server_write() 394 if (rq->cfs.h_nr_running) in sched_fair_server_write()
|
D | core.c | 1303 if (rq->cfs.nr_running > 1) in sched_can_stop_tick() 5481 struct sched_entity *curr = task_rq(p)->cfs.curr; in prefetch_curr_exec_start() 5969 rq->nr_running == rq->cfs.h_nr_running)) { in __pick_next_task() 8443 init_cfs_rq(&rq->cfs); in sched_init() 8468 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
|
/linux-6.12.1/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-6.12.1/Documentation/scheduler/ |
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.12.1/Documentation/translations/sp_SP/scheduler/ |
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
|