| /titanic_51/usr/src/uts/common/os/ |
| H A D | vm_pageout.c | 139 * 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 D | vm_meter.c | 70 * 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 D | main.c | 88 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 D | sched.c | 114 * 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 D | tnf_kernel_probes.4 | 488 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 D | setmode.c | 251 "pageout", PAGEOUT, 0, 252 "-pageout", 0, PAGEOUT,
|
| /titanic_51/usr/src/uts/common/sys/ |
| H A D | sysinfo.h | 146 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 D | vm.h | 53 void pageout(void);
|
| H A D | vmsystm.h | 73 * TRUE if the pageout daemon, fsflush daemon or the scheduler. These
|
| H A D | termios.h | 252 #define PAGEOUT 0200000 macro
|
| /titanic_51/usr/src/cmd/rcap/rcapd/ |
| H A D | rcapd_scanner.c | 545 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 D | vmparam.h | 135 * a page once the pageout process examines it increases with this
|
| /titanic_51/usr/src/man/man3tnf/ |
| H A D | tnfctl_probe_state_get.3tnf | 95 "name pageout;slots vnode pages_pageout ;
|
| /titanic_51/usr/src/lib/libbc/inc/include/sys/ |
| H A D | termios.h | 161 #define PAGEOUT 0x00010000 macro
|
| /titanic_51/usr/src/lib/libbc/inc/include/ |
| H A D | termios.h | 161 #define PAGEOUT 0x00010000 macro
|
| /titanic_51/usr/src/uts/common/fs/swapfs/ |
| H A D | swap_vnops.c | 517 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 D | udf_inode.c | 281 * 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 D | vm_page.c | 210 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 D | seg_map.h | 210 * from pageout or fsflush from segmap_getmap until segmap_release. This
|
| H A D | vm_pvn.c | 342 * 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 D | tmp_vnops.c | 1677 * 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 D | tmp_vfsops.c | 488 * It's still there after the RELE. Someone else like pageout in tmp_unmount()
|
| /titanic_51/usr/src/uts/common/fs/pcfs/ |
| H A D | pc_vnops.c | 1619 * (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 D | nfs_client.c | 1212 * 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 D | dsl_dir.c | 1282 * 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()
|