Searched refs:on_task_stack (Results 1 – 2 of 2) sorted by relevance
97 static inline bool on_task_stack(const struct task_struct *tsk, in on_task_stack() function135 if (on_task_stack(tsk, sp, size, info)) in on_accessible_stack()
389 #define on_thread_stack() (on_task_stack(current, current_stack_pointer, 1, NULL))
Completed in 4 milliseconds