Lines Matching defs:task
127 * stack_trace_save_tsk - Save a task stack trace into a storage array
128 * @task: The task to examine
179 * stack_trace_save_tsk_reliable - Save task stack with verification
180 * @tsk: Pointer to the task to examine
188 * If the task is not 'current', the caller *must* ensure the task is inactive.
201 * If the task doesn't have a stack (e.g., a zombie), the stack is
284 * stack_trace_save_tsk - Save a task stack trace into a storage array
285 * @task: The task to examine
292 unsigned int stack_trace_save_tsk(struct task_struct *task,
300 .skip = skipnr + (current == task),
303 save_stack_trace_tsk(task, &trace);
331 * stack_trace_save_tsk_reliable - Save task stack with verification
332 * @tsk: Pointer to the task to examine
340 * If the task is not 'current', the caller *must* ensure the task is inactive.