Searched refs:cfs (Results 1 – 19 of 19) sorted by relevance
| /linux/drivers/pci/endpoint/ |
| A D | built-in.a | 3 pci-ep-cfs.o/
|
| A D | Makefile | 6 obj-$(CONFIG_PCI_ENDPOINT_CONFIGFS) += pci-ep-cfs.o
|
| A D | .built-in.a.cmd | 1 …-gnu-ar cDPrST drivers/pci/endpoint/built-in.a drivers/pci/endpoint/pci-ep-cfs.o drivers/pci/endpo…
|
| A D | .pci-ep-cfs.o.cmd | 1 …cfs.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarc… 3 source_drivers/pci/endpoint/pci-ep-cfs.o := drivers/pci/endpoint/pci-ep-cfs.c 5 deps_drivers/pci/endpoint/pci-ep-cfs.o := \ 1102 include/linux/pci-ep-cfs.h \ 1105 drivers/pci/endpoint/pci-ep-cfs.o: $(deps_drivers/pci/endpoint/pci-ep-cfs.o) 1107 $(deps_drivers/pci/endpoint/pci-ep-cfs.o):
|
| A D | .pci-epc-core.o.cmd | 1124 include/linux/pci-ep-cfs.h \
|
| A D | .pci-epf-core.o.cmd | 1103 include/linux/pci-ep-cfs.h \
|
| /linux/Documentation/PCI/endpoint/ |
| A D | index.rst | 11 pci-endpoint-cfs
|
| 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.
|
| /linux/kernel/sched/ |
| A D | fair.c | 3230 if (&rq->cfs == cfs_rq) { in cfs_rq_util_change() 5792 cfs_rq = &rq->cfs; in cpu_load_without() 5815 cfs_rq = &rq->cfs; in cpu_runnable_without() 6502 cfs_rq = &cpu_rq(cpu)->cfs; in cpu_util() 6533 cfs_rq = &cpu_rq(cpu)->cfs; in cpu_util_without() 7199 cfs_rq = &rq->cfs; in pick_task_fair() 7271 cfs_rq = &rq->cfs; in pick_next_task_fair() 8161 if (cfs_rq == &rq->cfs) in __update_blocked_fair() 11136 cfs_rqa = &task_rq(a)->cfs; in cfs_prio_less() 11574 se->cfs_rq = &rq->cfs; in init_tg_cfs_entry() [all …]
|
| A D | sched.h | 962 struct cfs_rq cfs; member 1131 return container_of(cfs_rq, struct rq, cfs); in rq_of() 1404 return &task_rq(p)->cfs; in task_cfs_rq() 1412 return &rq->cfs; in cfs_rq_of() 2221 return rq->cfs.nr_running > 0; in sched_fair_runnable() 2943 unsigned long util = READ_ONCE(rq->cfs.avg.util_avg); in cpu_util_cfs() 2947 READ_ONCE(rq->cfs.avg.util_est.enqueued)); in cpu_util_cfs()
|
| A D | pelt.h | 116 u32 util_sum = rq->cfs.avg.util_sum; in update_idle_rq_clock_pelt()
|
| A D | debug.c | 606 rq0_min_vruntime = cpu_rq(0)->cfs.min_vruntime; in print_cfs_rq()
|
| A D | core.c | 5123 struct sched_entity *curr = (&task_rq(p)->cfs)->curr; in prefetch_curr_exec_start() 5591 rq->nr_running == rq->cfs.h_nr_running)) { in __pick_next_task() 9343 init_cfs_rq(&rq->cfs); in sched_init() 9368 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
|
| /linux/drivers/pci/ |
| A D | built-in.a | 41 endpoint/pci-ep-cfs.o/
|
| /linux/net/netfilter/ |
| A D | xt_set.c | 38 #define ADT_OPT(n, f, d, fs, cfs, t, p, b, po, bo) \ argument 43 .cmdflags = cfs, \
|
| /linux/Documentation/scheduler/ |
| 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
|
| /linux/ |
| A D | modules.builtin | 234 kernel/drivers/pci/endpoint/pci-ep-cfs.ko
|
| A D | modules.builtin.modinfo | 1 …org>pci_ep_cfs.license=GPL v2pci_ep_cfs.file=drivers/pci/endpoint/pci-ep-cfspci_ep_cfs.author=K…
|
| /linux/drivers/ |
| A D | built-in.a | 303 pci/endpoint/pci-ep-cfs.o/
|
Completed in 77 milliseconds