Home
last modified time | relevance | path

Searched defs:task_stack_page (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dsched.h3311 static inline void *task_stack_page(const struct task_struct *task) in task_stack_page() function
3326 #define task_stack_page(task) ((void *)(task)->stack) macro