Home
last modified time | relevance | path

Searched refs:prev_lowest_stack (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dstackleak.h76 t->prev_lowest_stack = t->lowest_stack; in stackleak_task_init()
H A Dsched.h1512 unsigned long prev_lowest_stack; member
/linux/kernel/
H A Dstackleak.c94 current->prev_lowest_stack = erase_low; in __stackleak_erase()
/linux/fs/proc/
H A Dbase.c3232 (task->prev_lowest_stack & (THREAD_SIZE - 1)); in proc_stack_depth()