Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dz_Windows_NT_util.cpp638 info->minflt = 0; /* the number of page faults serviced without any I/O */ in __kmp_read_system_info()
Dz_Linux_util.cpp1762 info->minflt = r_usage.ru_minflt; in __kmp_read_system_info()
Dkmp.h1461 long minflt; /* the number of page faults serviced without any I/O */ member