Lines Matching defs:task
30 return "task";
54 static bool in_task_stack(unsigned long sp, struct task_struct *task,
57 unsigned long stack = (unsigned long)task_stack_page(task);
90 int get_stack_info(unsigned long sp, struct task_struct *task,
100 /* Check per-task stack */
101 if (in_task_stack(sp, task, info))
104 if (task != current)
129 void show_stack(struct task_struct *task, unsigned long *stack,
135 unwind_for_each_frame(&state, task, NULL, (unsigned long) stack)
139 debug_show_held_locks(task ? : current);