Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dmmap16.sh95 long majflt, minflt;
100 minflt = ru.ru_minflt;
108 minflt = ru.ru_minflt - minflt;
109 printf("majflt %ld minflt %ld\n", majflt, minflt);
/freebsd/share/doc/psd/05.sysman/
H A Dspell.ok194 minflt
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords61 minflt MINFLT
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp678 info->minflt = 0; /* the number of page faults serviced without any I/O */ in __kmp_read_system_info()
H A Dz_Linux_util.cpp1813 info->minflt = r_usage.ru_minflt; in __kmp_read_system_info()
H A Dkmp.h1717 long minflt; /* the number of page faults serviced without any I/O */ member