Home
last modified time | relevance | path

Searched refs:cfs (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_disk.h537 void lustre_register_client_fill_super(int (*cfs)(struct super_block *sb,
539 void lustre_register_kill_super_cb(void (*cfs)(struct super_block *sb));
/linux-4.1.27/kernel/sched/
Dfair.c381 return container_of(cfs_rq, struct rq, cfs); in rq_of()
391 return &task_rq(p)->cfs; in task_cfs_rq()
399 return &rq->cfs; in cfs_rq_of()
417 for (cfs_rq = &rq->cfs; cfs_rq; cfs_rq = NULL)
2707 __update_tg_runnable_avg(&rq->avg, &rq->cfs); in update_rq_runnable_avg()
3719 if (rq->curr == rq->idle && rq->cfs.nr_running) in unthrottle_cfs_rq()
4329 return cpu_rq(cpu)->cfs.runnable_load_avg; in weighted_cpuload()
4378 unsigned long nr_running = ACCESS_ONCE(rq->cfs.h_nr_running); in cpu_avg_load_per_task()
4379 unsigned long load_avg = rq->cfs.runnable_load_avg; in cpu_avg_load_per_task()
4807 unsigned long usage = cpu_rq(cpu)->cfs.utilization_load_avg; in get_cpu_usage()
[all …]
Dproc.c503 return rq->cfs.runnable_load_avg; in get_rq_runnable_load()
Ddebug.c196 rq0_min_vruntime = cpu_rq(0)->cfs.min_vruntime; in print_cfs_rq()
Dsched.h584 struct cfs_rq cfs; member
Dcore.c2674 rq->nr_running == rq->cfs.h_nr_running)) { in pick_next_task()
7174 init_cfs_rq(&rq->cfs); in sched_init()
7200 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c1264 void lustre_register_client_fill_super(int (*cfs)(struct super_block *sb, in lustre_register_client_fill_super()
1267 client_fill_super = cfs; in lustre_register_client_fill_super()
1271 void lustre_register_kill_super_cb(void (*cfs)(struct super_block *sb)) in lustre_register_kill_super_cb()
1273 kill_super_cb = cfs; in lustre_register_kill_super_cb()
/linux-4.1.27/Documentation/scheduler/
Dsched-design-CFS.txt58 CFS also maintains the rq->cfs.min_vruntime value, which is a monotonic
65 rq->cfs.load value, which is the sum of the weights of the tasks queued on the
/linux-4.1.27/net/netfilter/
Dxt_set.c40 #define ADT_OPT(n, f, d, fs, cfs, t) \ argument
45 .cmdflags = cfs, \