Home
last modified time | relevance | path

Searched refs:tasks (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Dpid.h64 struct hlist_head tasks[PIDTYPE_MAX]; member
181 &(pid)->tasks[type], pids[type].node) {
Dinit_task.h78 .tasks = { \
225 .tasks = LIST_HEAD_INIT(tsk.tasks), \
Dcgroup-defs.h168 struct list_head tasks; member
Dsched.h1703 struct list_head tasks; member
3161 list_empty(&init_task.tasks)
3164 list_entry_rcu((p)->tasks.next, struct task_struct, tasks)
/include/trace/events/
Dsched.h767 TP_PROTO(struct task_struct *tsk, int cpu, int tasks, int idx,
770 TP_ARGS(tsk, cpu, tasks, idx, boost, max_boost),
776 __field( int, tasks )
786 __entry->tasks = tasks;
795 __entry->cpu, __entry->tasks, __entry->idx,
/include/linux/sunrpc/
Dsched.h187 struct list_head tasks[RPC_NR_PRIORITY]; /* task queue for each priority level */ member