Searched defs:incore (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | urw.c | 117 char incore = 0; local 118 (void) SEGOP_INCORE(seg, addr, PAGESIZE, &incore); 119 if (incore == 0)
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg.h | 129 size_t (*incore)(struct seg *, caddr_t, size_t, char *); member in struct:seg_ops 225 #define SEGOP_INCORE(s, a, l, v) (*(s)->s_ops->incore)((s), (a), (l), (v))
|
H A D | vm_usage.c | 61 * - For incore pages not previously visited each of the 62 * proc's collectives, add incore pagesize to each. 68 * - For incore pages not previously visiting for 69 * each of the proc's collectives, add incore 73 * - For incore pages not previously visited for each of 74 * the proc's collectives, add incore pagesize to each 103 * - incore/not-incore page ranges for all vnodes. 107 * - incore/not-incore pag 896 vmu_amp_update_incore_bounds(avl_tree_t *tree, struct anon_map *amp, vmu_bound_t **first, vmu_bound_t **last, boolean_t incore) argument 1101 boolean_t incore = B_FALSE; local 1385 &last, incore); local [all...] |
/illumos-gate/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 49 * NOTE: when reading from /dev/kmem, the actual, incore 54 * (-i for incore, though this is now the default, the option 91 (incore ? memfile : sysfile)) 96 int incore = 1; /* The default is "incore" */ variable 223 incore++; /* In case "-i and -n" passed */ 227 incore--; /* Not incore, use specified file */ 263 if (incore) { 312 if (!incore) { [all...] |
Completed in 64 milliseconds