Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dexit.c773 static int lowest_to_date = THREAD_SIZE; in check_stack_usage() local
778 if (free >= lowest_to_date) in check_stack_usage()
782 if (free < lowest_to_date) { in check_stack_usage()
785 lowest_to_date = free; in check_stack_usage()