Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c192 long *local_args = args; /* local pointer to list of arguments */ in thread_fault() local
193 /* local_args[THNUM] - the thread number */ in thread_fault()
194 /* local_args[MAPADDR] - map address */ in thread_fault()
195 /* local_args[PAGESIZ] - page size */ in thread_fault()
196 /* local_args[FLTIPE] - fault type */ in thread_fault()
199 = (void *) (local_args[MAPADDR] in thread_fault()
200 + (int)local_args[THNUM] in thread_fault()
202 * local_args[PAGESIZ]); in thread_fault()
222 ((int)local_args[3] == READ_FAULT) ? (read_from_addr = in thread_fault()
225 start_addr += local_args[PAGESI in thread_fault()
[all...]

Completed in 2 milliseconds