Home
last modified time | relevance | path

Searched refs:faults (Results 1 – 25 of 108) sorted by relevance

12345

/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dbox8.c20 int faults; in main() local
34 faults = 1; in main()
36 faults = 5; in main()
38 while (faults > 0) { in main()
49 faults--; in main()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_error.c221 } faults[] = { in dtrace_faultstr() local
235 for (i = 0; faults[i].str != NULL; i++) { in dtrace_faultstr()
236 if (faults[i].code == fault) in dtrace_faultstr()
237 return (faults[i].str); in dtrace_faultstr()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dminfbypid_example.txt19 minor faults each. Minor faults are an indication of memory consumption.
H A Dminfbyproc_example.txt13 In the above output, tar processes caused 501 minor faults.
H A Dvmbypid_example.txt30 major faults, that would require disk activity to satisfy (as confirmed by the
H A Dxvmstat_example.txt24 pages. "maj" is major faults - a useful addition to the output.
H A Dvmstat_example.txt8 kthr memory page disk faults cpu
H A Ddvmstat_example.txt29 see the "re" value drops, and both the "maj" major faults and "fpi" values
H A Ddexplorer_example.txt20 35% Minor faults by process name...
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dminfbypid_example.txt19 minor faults each. Minor faults are an indication of memory consumption.
H A Dminfbyproc_example.txt13 In the above output, tar processes caused 501 minor faults.
H A Dvmbypid_example.txt30 major faults, that would require disk activity to satisfy (as confirmed by the
H A Dxvmstat_example.txt24 pages. "maj" is major faults - a useful addition to the output.
H A Dvmstat_example.txt8 kthr memory page disk faults cpu
H A Ddvmstat_example.txt29 see the "re" value drops, and both the "maj" major faults and "fpi" values
H A Ddexplorer_example.txt20 35% Minor faults by process name...
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_freebsd.man53 Number of page faults
81 Total number of page faults.
/netbsd-src/sys/arch/acorn32/conf/
H A Dstd.acorn3217 # Acorn machines and alignment faults do not play nice together.
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dcec-exact-exception.S33 # Sometimes this even causes immediate double faults when
/netbsd-src/sys/uvm/
H A Duvm_extern.h354 int faults; /* page fault count */ member
450 int64_t faults; member
H A Duvm_meter.c127 u.faults = cpu_count_get(CPU_COUNT_NFAULT); in sysctl_vm_uvmexp2()
451 uvmexp.faults = (int)cpu_count_get(CPU_COUNT_NFAULT); in uvm_update_uvmexp()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/
H A DContents78 minfbypid.d minor faults by PID
79 minfbyproc.d minor faults by process name
H A DIndex78 minfbypid.d minor faults by PID
79 minfbyproc.d minor faults by process name
H A Doneliners.txt46 # Minor faults by process name,
/netbsd-src/external/gpl3/gdb.old/dist/sim/erc32/
H A DNEWS101 faults if a.out files are loaded outside the simulated memory. See README.

12345