Searched refs:task_stack_high (Results 1 – 2 of 2) sorted by relevance
32 const unsigned long task_stack_high = stackleak_task_high_bound(current); in check_stackleak_irqoff() local45 if (current_sp < task_stack_low || current_sp >= task_stack_high) { in check_stackleak_irqoff()48 current_sp, task_stack_low, task_stack_high - 1); in check_stackleak_irqoff()52 if (lowest_sp < task_stack_low || lowest_sp >= task_stack_high) { in check_stackleak_irqoff()55 lowest_sp, task_stack_low, task_stack_high - 1); in check_stackleak_irqoff()107 task_stack_base + THREAD_SIZE - task_stack_high, in check_stackleak_irqoff()108 task_stack_high - current_sp, in check_stackleak_irqoff()109 task_stack_high - lowest_sp, in check_stackleak_irqoff()110 task_stack_high - untracked_high, in check_stackleak_irqoff()
87 const unsigned long task_stack_high = stackleak_task_high_bound(current); in __stackleak_erase() local113 erase_high = task_stack_high; in __stackleak_erase()118 current->lowest_stack = task_stack_high; in __stackleak_erase()