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.c285 long th_args[5]; /* argument list passed to thread_fault() */ in map_and_thread() local
354 th_args[1] = (long)map_addr; in map_and_thread()
355 th_args[2] = pagesize; in map_and_thread()
356 th_args[3] = fault_type; in map_and_thread()
358 th_args[0] = thrd_ndx; in map_and_thread()
359 th_args[4] = (long)0; in map_and_thread()
372 (void *)&th_args)) { in map_and_thread()