Searched refs:cfs (Results 1 – 6 of 6) 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 | fair.c | 357 * cfs rq without parent should be put in list_add_leaf_cfs_rq() 498 for (cfs_rq = &rq->cfs, pos = NULL; cfs_rq; cfs_rq = pos) 2893 ns->nr_running += rq->cfs.h_nr_runnable; in update_task_scan_period() 4531 * cfs->util_sum. Although this is not a problem by itself, detaching 4533 * util_avg (~1ms) can make cfs->util_sum becoming null whereas 4868 if (&rq->cfs == cfs_rq) { in update_cfs_rq_load_avg() 5374 * - cfs->throttled_clock_pelt_time@cfs_rq_idle in __setparam_fair() 5384 * now = rq_clock_pelt()@rq_idle - cfs->throttled_clock_pelt_time + in place_entity() 5389 * cfs->throttled_clock_pelt_time@cfs_rq_idle in place_entity() 6354 rq_of(cfs_rq)->cfs in __cfsb_csd_unthrottle() [all...] |
| 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 | 1187 struct cfs_rq cfs; 1386 return container_of(cfs_rq, struct rq, cfs); 1737 return &task_rq(p)->cfs; 1745 return &rq->cfs; 1829 * an update_rq_clock() for several cfs and rt runqueues (Typically 2856 return rq->cfs.nr_queued > 0; in get_push_task() 1183 struct cfs_rq cfs; global() member
|
| H A D | core.c | 1461 if (rq->cfs.h_nr_queued > 1) 5663 struct sched_entity *curr = task_rq(p)->cfs.curr; in sched_tick() 6142 rq->nr_running == rq->cfs.h_nr_queued)) { in pick_next_task() 8933 root_task_group.cfs_rq = &runqueues.cfs; in sched_init() 8976 init_cfs_rq(&rq->cfs); in sched_init() 8999 * directly in rq->cfs (i.e root_task_group->se[] = NULL). in sched_init() 9001 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, \
|