Searched refs:this_size (Results 1 – 1 of 1) sorted by relevance
56 unsigned long this_size, flags; in check_stack() local62 this_size = ((unsigned long)stack) & (THREAD_SIZE-1); in check_stack()63 this_size = THREAD_SIZE - this_size; in check_stack()65 this_size -= frame_size; in check_stack()67 if (this_size <= max_stack_size) in check_stack()79 this_size -= tracer_frame; in check_stack()82 if (this_size <= max_stack_size) in check_stack()85 max_stack_size = this_size; in check_stack()118 stack_dump_index[i] = this_size; in check_stack()123 this_size = stack_dump_index[i++] = in check_stack()