Searched refs:in_task_stack (Results 1 – 3 of 3) sorted by relevance
31 bool in_task_stack(unsigned long *stack, struct task_struct *task,
31 bool in_task_stack(unsigned long stack, struct task_struct *task, struct stack_info *info);
282 bool in_task_stack(unsigned long stack, struct task_struct *task, in in_task_stack() function307 if (in_task_stack(stack, task, info)) in get_stack_info()