Searched refs:lowest_sp (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/misc/lkdtm/
H A Dstackleak.c34 const unsigned long lowest_sp = current->lowest_stack; local
52 if (lowest_sp < task_stack_low || lowest_sp >= task_stack_high) {
55 lowest_sp, task_stack_low, task_stack_high - 1);
71 untracked_high = min(current_sp, lowest_sp);
109 task_stack_high - lowest_sp,

Completed in 103 milliseconds