Home
last modified time | relevance | path

Searched refs:paging (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd-src/sys/uvm/
H A Duvm_pdaemon.c150 if (curlwp == uvm.pagedaemon_lwp && uvmexp.paging == 0) { in uvm_wait()
191 if (fpages + uvmexp.paging < uvmexp.freemin || in uvm_kick_pdaemon()
192 (fpages + uvmexp.paging < uvmexp.freetarg && in uvm_kick_pdaemon()
280 if ((uvm_pagedaemon_waiters == 0 || uvmexp.paging > 0) && in uvm_pageout()
311 needsfree = fpages + uvmexp.paging < uvmexp.freetarg; in uvm_pageout()
326 uvmexp.paging == 0) { in uvm_pageout()
353 atomic_add_int(&uvmexp.paging, npages); in uvm_pageout_start()
360 KASSERT(atomic_load_relaxed(&uvmexp.paging) >= npages); in uvm_pageout_done()
366 atomic_add_int(&uvmexp.paging, -npages); in uvm_pageout_done()
675 if (uvm_availmem(false) + uvmexp.paging in uvmpd_scan_queue()
[all …]
H A Duvm_meter.c112 u.paging = uvmexp.paging; in sysctl_vm_uvmexp2()
318 int paging; in uvm_total()
363 paging = 0; in uvm_total()
373 if (paging) in uvm_total()
H A Duvm_stat.c141 uvmexp.swpages, uvmexp.swpginuse, uvmexp.swpgonly, uvmexp.paging); in uvmexp_print()
H A Duvm_extern.h322 int paging; /* number of pages in the process of being paged out */ member
433 int64_t paging; member
/netbsd-src/sys/rump/librump/rumpkern/
H A Dvm.c1107 if (!uvmexp.paging) in uvm_wait()
1123 uvmexp.paging += npages; in uvm_pageout_start()
1135 KASSERT(uvmexp.paging >= npages); in uvm_pageout_done()
1136 uvmexp.paging -= npages; in uvm_pageout_done()
1271 uvmexp.paging == 0) { in uvm_pageout()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_mes.h69 uint32_t paging; member
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Datt3b25 >18 beshort ^00010000 N/A on 3b2/300 w/paging
/netbsd-src/sys/arch/i386/bioscall/
H A Dbiostramp.S168 # turn off paging
276 #back in 32-bit mode/protected mode (but not paging yet).
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dmmixelf.em38 full system with shared libraries and demand paging, you will want to
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dmmixelf.em38 full system with shared libraries and demand paging, you will want to
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/
H A DContents52 fspaging.d file system read/write and paging tracing
77 anonpgpid.d anonymous memory paging info by PID on CPU
H A DIndex52 fspaging.d file system read/write and paging tracing
77 anonpgpid.d anonymous memory paging info by PID on CPU
/netbsd-src/sys/arch/sun3/conf/
H A DINSTALL183 #pseudo-device vnd # paging to files
H A DINSTALL3X182 #pseudo-device vnd # paging to files
H A DGENERIC3X268 pseudo-device vnd # paging to files
H A DGENERIC276 #pseudo-device vnd # paging to files
/netbsd-src/sys/arch/next68k/conf/
H A DSLAB182 pseudo-device vnd # paging to files
H A DRAMDISK226 #pseudo-device vnd # paging to files
H A DGENERIC237 pseudo-device vnd # paging to files
/netbsd-src/sys/arch/sun2/conf/
H A DDISKLESS220 #pseudo-device vnd # paging to files
H A DINSTALL221 #pseudo-device vnd # paging to files
H A DFOURMEG220 #pseudo-device vnd # paging to files
H A DVME226 #pseudo-device vnd # paging to files
H A DRAMDISK234 #pseudo-device vnd # paging to files
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dheader_templates.m4452 [Mount Table option string: paging threshold])
776 [paging threshold])

1234