Home
last modified time | relevance | path

Searched full:pageout (Results 1 – 25 of 54) sorted by relevance

123

/titanic_51/usr/src/uts/common/os/
H A Dvm_pageout.c139 * for new pageout parameters, fastscan, slowscan, and handspreadpages.
286 * stock for pageout's own use. Having a few such pages in setupclock()
288 * pageout needing pages. When freemem < pageout_reserve, in setupclock()
290 * other than pageout and sched. (At some point we might in setupclock()
294 * to the same special dispensation we accord pageout.) in setupclock()
327 * Setting fastscan to be 1/2 of memory allows pageout to scan in setupclock()
335 * every second and consequently pageout may not be able to free in setupclock()
341 * scale with memory to prevent pageout from consuming too much in setupclock()
360 * goes from 0 to slowscan (i.e., pageout starts running). This in setupclock()
362 * pageout scan in setupclock()
652 pageout() pageout() function
[all...]
H A Dvm_meter.c70 * pagein and pageout rates for use by swapper.
76 static ulong_t ogpageout; /* pageout rate a sec ago */
110 * Save the current pagein/pageout values. in vmmeter()
H A Dmain.c88 proc_t *proc_pageout; /* pageout daemon */
622 /* create pageout daemon */ in main()
623 if (newproc(pageout, NULL, syscid, maxclsyspri - 1, NULL, in main()
625 panic("main: unable to fork pageout()"); in main()
H A Dsched.c114 * almost all user pages of a process are stolen by pageout before
183 * 3. Pagein + pageout rate is excessive. in sched()
748 * no MMU resources since pageout will eventually in swapout()
/titanic_51/usr/src/man/man4/
H A Dtnf_kernel_probes.4488 Pageout completion event. This event signals the completion of pageout I/O.
495 Identifies the file of the pageout request.
586 be freed when any queued pageout requests complete.)
618 Reports the number of pages either freed or queued for pageout.
/titanic_51/usr/src/cmd/bnu/
H A Dsetmode.c251 "pageout", PAGEOUT, 0,
252 "-pageout", 0, PAGEOUT,
/titanic_51/usr/src/uts/common/sys/
H A Dsysinfo.h146 uint_t pgrec; /* page reclaims (includes pageout) */
158 uint_t scan; /* pages examined by pageout daemon */
249 uint64_t pgrec; /* page reclaims (includes pageout) */
261 uint64_t scan; /* pages examined by pageout daemon */
H A Dvm.h53 void pageout(void);
H A Dvmsystm.h73 * TRUE if the pageout daemon, fsflush daemon or the scheduler. These
H A Dtermios.h252 #define PAGEOUT 0200000 macro
/titanic_51/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c545 pageout(pid_t pid, struct ps_prochandle *Pr, caddr_t start, caddr_t end) in pageout() function
566 debug("%d: can't pageout %p+%llx (errno %d)", (int)pid, in pageout()
864 if (pageout(vic->lpc_pid, scan_pr, vicaddr, endaddr) == in scan()
873 * If this pageout attempt was unsuccessful in scan()
/titanic_51/usr/src/lib/libbc/inc/include/sun4/
H A Dvmparam.h135 * a page once the pageout process examines it increases with this
/titanic_51/usr/src/man/man3tnf/
H A Dtnfctl_probe_state_get.3tnf95 "name pageout;slots vnode pages_pageout ;
/titanic_51/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h161 #define PAGEOUT 0x00010000 macro
/titanic_51/usr/src/lib/libbc/inc/include/
H A Dtermios.h161 #define PAGEOUT 0x00010000 macro
/titanic_51/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c517 cmn_err(CE_PANIC, "swapfs: pageout can't block"); in swap_putpage()
541 * pageout to feed us more pages because # of in swap_putpage()
/titanic_51/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c281 * associated with the vnode before re-using it. The pageout in ud_iget()
316 * The pageout thread may not have had a chance to release in ud_iget()
907 * pages if it had any so pageout shouldn't be referencing this vnode in ud_iget()
950 * Pageout may put a VN_HOLD/VN_RELE at anytime during this in ud_iinactive()
1060 * on it (pageout/ud_iget). in ud_iinactive()
/titanic_51/usr/src/uts/common/vm/
H A Dvm_page.c210 int pc_free_pageout; /* free's from pageout */
1438 * (1) If pageout() needs memory to push a page, the system deadlocks.
1475 * - the allocation cannot block and is pageout dispensated in page_create_throttle()
1486 * pages available for pageout. in page_create_throttle()
1538 * We set needfree += npages before prodding pageout, to make sure in page_create_wait()
1567 * Else turn the pageout daemon loose to find something in page_create_wait()
1776 * such as pageout still won't throttle here, but in page_create_get_something()
2222 * first clause of the test prevents waking up the pageout in page_create_va_large()
2351 * first clause of the test prevents waking up the pageout in page_create_va()
2470 * against immediate pageout in page_create_va()
[all...]
H A Dseg_map.h210 * from pageout or fsflush from segmap_getmap until segmap_release. This
H A Dvm_pvn.c342 * Automagic pageout.
568 TNF_PROBE_4(pageout, "vm pageio io", /* CSTYLED */, in pvn_write_done()
/titanic_51/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1677 * discovered by pageout or fsflush via the page vnode pointers. in tmp_inactive()
1934 * have to (when we're low on memory and pageout calls us in tmp_putpage()
1955 * If this is pageout don't block on the lock as you could deadlock in tmp_putpage()
1974 panic("tmp: pageout can't block"); in tmp_putpage()
H A Dtmp_vfsops.c488 * It's still there after the RELE. Someone else like pageout in tmp_unmount()
/titanic_51/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1619 * (from pageout).
1664 * pageout. Also to avoid pcfs_getapage deadlocking in pcfs_putpage()
1674 * Since everyone else seems to just care about pageout, in pcfs_putpage()
1675 * the test was changed to look for pageout directly. in pcfs_putpage()
/titanic_51/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c1212 * pageout(), running in the global zone, have legitimate reasons to do
1546 * If we get here in the context of the pageout/fsflush, in nfs_async_putapage()
1548 * pageout (and the machine). In this case, we just in nfs_async_putapage()
1678 * If we get here in the context of the pageout/fsflush, in nfs_async_pageio()
1680 * pageout/fsflush (and the machine). In this case, we just in nfs_async_pageio()
/titanic_51/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c1282 * If arc_memory_throttle() detected that pageout in dsl_dir_tempreserve_space()
1284 * non-pageout transactions to give pageout an in dsl_dir_tempreserve_space()

123