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()47 current_sp, task_stack_low, task_stack_high - 1); in check_stackleak_irqoff()51 if (lowest_sp < task_stack_low || lowest_sp >= task_stack_high) { in check_stackleak_irqoff()53 lowest_sp, task_stack_low, task_stack_high - 1); in check_stackleak_irqoff()102 task_stack_base + THREAD_SIZE - task_stack_high, in check_stackleak_irqoff()103 task_stack_high - current_sp, in check_stackleak_irqoff()104 task_stack_high - lowest_sp, in check_stackleak_irqoff()105 task_stack_high - untracked_high, in check_stackleak_irqoff()
76 const unsigned long task_stack_high = stackleak_task_high_bound(current); in __stackleak_erase() local102 erase_high = task_stack_high; in __stackleak_erase()110 current->lowest_stack = task_stack_high; in __stackleak_erase()