Home
last modified time | relevance | path

Searched refs:alloc_fair_sched_group (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram.rst381 …{ call_site: [ffffffff8109524a] alloc_fair_sched_group } hitcount: …
441 …{ call_site: [ffffffff81095225] alloc_fair_sched_group } hitcount: …
481 …{ call_site: [ffffffff8109524a] alloc_fair_sched_group+0x5a/0x1a0 } hitcount…
522 …{ call_site: [ffffffff8109524a] alloc_fair_sched_group } hitcount: …
523 …{ call_site: [ffffffff81095225] alloc_fair_sched_group } hitcount: …
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dsched.h482 extern int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent);
H A Dfair.c11325 int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent) in alloc_fair_sched_group() function
11482 int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent) in alloc_fair_sched_group() function
H A Dcore.c7870 if (!alloc_fair_sched_group(tg, parent)) in sched_create_group()