Home
last modified time | relevance | path

Searched refs:klustsize (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c456 extern int klustsize;
537 sw_pending_size < klustsize && in swap_putpage()
627 sw_pending_size < klustsize && (arg = sw_getfree())) { in swap_putapage()
670 swap_klustsize = klustsize; in swap_putapage()
H A Dswap_subr.c163 ssize_t sw_freelist_size = klustsize / PAGESIZE * 2; in swapinit()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h104 extern int klustsize;
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1815 extern int klustsize; /* set in machdep.c */
1873 adj_klustsize = dora ? klustsize : PAGESIZE; in spec_getapage()
2134 adj_klustsize = klustsize; in spec_putapage()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c67 int klustsize = MMU_PAGESIZE * 16; /* 128k */ variable
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c175 int klustsize = 56 * 1024; variable
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2074 extern int klustsize; in tmp_putapage()
2089 tmp_klustsize = klustsize; in tmp_putapage()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c1198 startblk = roundup(MINIROOTSIZE<<SCTRSHFT, klustsize)>>SCTRSHFT; in swapadd()