Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c365 long th_args[5]; /* argument list passed to thread_fault() */ in map_and_thread() local
438 th_args[1] = (long)map_addr; in map_and_thread()
439 th_args[2] = pagesize; in map_and_thread()
440 th_args[3] = fault_type; in map_and_thread()
442 th_args[0] = thrd_ndx; in map_and_thread()
443 th_args[4] = (long)0; in map_and_thread()
456 (void *)&th_args)) { in map_and_thread()