Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c1353 long curr_faults, faults; in thread_proc()
1361 curr_faults = r.ru_minflt; in thread_proc()
1378 faults = r.ru_minflt - curr_faults; in thread_proc()
1384 curr_faults = r.ru_minflt; in transact_test()
1347 long curr_faults, faults; thread_proc() local