Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_stack.c157 unsigned long this_size, flags; unsigned long *p, *top, *start; in check_stack() local
162 this_size = ((unsigned long)stack) & (THREAD_SIZE-1); in check_stack()
163 this_size = THREAD_SIZE - this_size; in check_stack()
165 this_size -= frame_size; in check_stack()
167 if (this_size <= stack_trace_max_size) in check_stack()
183 this_size -= tracer_frame; in check_stack()
186 if (this_size <= stack_trace_max_size) in check_stack()
189 stack_trace_max_size = this_size; in check_stack()
226 stack_trace_index[x] = this_size; in check_stack()
236 this_size = stack_trace_index[x++] = in check_stack()