Searched refs:cfs (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_disk.h | 389 void lustre_register_client_fill_super(int (*cfs)(struct super_block *sb, 391 void lustre_register_kill_super_cb(void (*cfs)(struct super_block *sb));
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 1151 void lustre_register_client_fill_super(int (*cfs)(struct super_block *sb, in lustre_register_client_fill_super() 1154 client_fill_super = cfs; in lustre_register_client_fill_super() 1158 void lustre_register_kill_super_cb(void (*cfs)(struct super_block *sb)) in lustre_register_kill_super_cb() 1160 kill_super_cb = cfs; in lustre_register_kill_super_cb()
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 376 return container_of(cfs_rq, struct rq, cfs); in rq_of() 386 return &task_rq(p)->cfs; in task_cfs_rq() 394 return &rq->cfs; in cfs_rq_of() 412 for (cfs_rq = &rq->cfs; cfs_rq; cfs_rq = NULL) 3652 if (rq->curr == rq->idle && rq->cfs.nr_running) in unthrottle_cfs_rq() 4348 return cfs_rq_runnable_load_avg(&cpu_rq(cpu)->cfs); in weighted_cpuload() 4472 unsigned long nr_running = READ_ONCE(rq->cfs.h_nr_running); in cpu_avg_load_per_task() 4907 unsigned long util = cpu_rq(cpu)->cfs.avg.util_avg; in cpu_util() 5200 struct cfs_rq *cfs_rq = &rq->cfs; in pick_next_task_fair() 5283 cfs_rq = &rq->cfs; in pick_next_task_fair() [all …]
|
D | debug.c | 189 rq0_min_vruntime = cpu_rq(0)->cfs.min_vruntime; in print_cfs_rq()
|
D | sched.h | 587 struct cfs_rq cfs; member
|
D | core.c | 3040 rq->nr_running == rq->cfs.h_nr_running)) { in pick_next_task() 7432 init_cfs_rq(&rq->cfs); in sched_init() 7458 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
|
/linux-4.4.14/net/netfilter/ |
D | xt_set.c | 42 #define ADT_OPT(n, f, d, fs, cfs, t) \ argument 47 .cmdflags = cfs, \
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 58 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
|