Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/trace/
Dhistogram.rst391 …{ call_site: [ffffffff8109524a] alloc_fair_sched_group } hitcount: …
451 …{ call_site: [ffffffff81095225] alloc_fair_sched_group } hitcount: …
491 …{ call_site: [ffffffff8109524a] alloc_fair_sched_group+0x5a/0x1a0 } hitcount…
532 …{ call_site: [ffffffff8109524a] alloc_fair_sched_group } hitcount: …
533 …{ call_site: [ffffffff81095225] alloc_fair_sched_group } hitcount: …
/linux-6.6.21/kernel/sched/
Dsched.h451 extern int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent);
Dfair.c12722 int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent) in alloc_fair_sched_group() function
12968 int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent) in alloc_fair_sched_group() function
Dcore.c10395 if (!alloc_fair_sched_group(tg, parent)) in sched_create_group()