Searched refs:cfs (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/pci/endpoint/ |
| H A D | Makefile | 6 obj-$(CONFIG_PCI_ENDPOINT_CONFIGFS) += pci-ep-cfs.o
|
| /linux/kernel/sched/ |
| H A D | pelt.h | 141 u32 util_sum = rq->cfs.avg.util_sum; in update_idle_rq_clock_pelt()
|
| H A D | sched.h | 1211 struct cfs_rq cfs; member 1411 return container_of(cfs_rq, struct rq, cfs); in rq_of() 1762 return &task_rq(p)->cfs; in task_cfs_rq() 1770 return &rq->cfs; in cfs_rq_of() 2895 return rq->cfs.nr_queued > 0; in sched_fair_runnable()
|
| H A D | core.c | 1471 if (rq->cfs.h_nr_queued > 1) in sched_can_stop_tick() 5670 struct sched_entity *curr = task_rq(p)->cfs.curr; in prefetch_curr_exec_start() 6157 rq->nr_running == rq->cfs.h_nr_queued)) { in __pick_next_task() 8969 root_task_group.cfs_rq = &runqueues.cfs; in sched_init() 9012 init_cfs_rq(&rq->cfs); in sched_init() 9037 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
|
| /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, \
|