Home
last modified time | relevance | path

Searched refs:pushable_tasks (Results 1 – 3 of 3) sorted by relevance

/linux/init/
H A Dinit_task.c138 .pushable_tasks = PLIST_NODE_INIT(init_task.pushable_tasks, MAX_PRIO),
/linux/kernel/sched/
H A Dsched.h873 struct plist_head pushable_tasks; member
H A Dcore.c4878 plist_node_init(&p->pushable_tasks, MAX_PRIO); in sched_fork()