Searched refs:tasks (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | pid.h | 64 struct hlist_head tasks[PIDTYPE_MAX]; member 181 &(pid)->tasks[type], pids[type].node) {
|
D | init_task.h | 78 .tasks = { \ 225 .tasks = LIST_HEAD_INIT(tsk.tasks), \
|
D | cgroup-defs.h | 168 struct list_head tasks; member
|
D | sched.h | 1703 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/ |
D | sched.h | 767 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/ |
D | sched.h | 187 struct list_head tasks[RPC_NR_PRIORITY]; /* task queue for each priority level */ member
|