Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
H A Dexit.c748 static int lowest_to_date = THREAD_SIZE; in check_stack_usage() local
753 if (free >= lowest_to_date) in check_stack_usage()
757 if (free < lowest_to_date) { in check_stack_usage()
760 lowest_to_date = free; in check_stack_usage()
/kernel/linux/linux-6.6/kernel/
H A Dexit.c780 static int lowest_to_date = THREAD_SIZE; in check_stack_usage() local
785 if (free >= lowest_to_date) in check_stack_usage()
789 if (free < lowest_to_date) { in check_stack_usage()
792 lowest_to_date = free; in check_stack_usage()

Completed in 5 milliseconds