Searched defs:anon_set_ptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c470 anon_set_ptr(struct anon_hdr *ahp, ulong_t an_idx, struct anon *ap, int flags) function
585 if (anon_set_ptr(dahp, d_idx, ap, flags) == ENOMEM)
1217 (void) anon_set_ptr(ahp, an_idx + i, NULL,
1284 (void) anon_set_ptr(ahp, an_idx + j,
1319 (void) anon_set_ptr(ahp, an_idx + i, NULL, ANON_SLEEP);
1362 (void) anon_set_ptr(new, new_idx + off, ap, ANON_SLEEP);
1446 (void) anon_set_ptr(old, index + i, ap,
1465 (void) anon_set_ptr(new, new_idx + off + i, ap,
1570 (void) anon_set_ptr(ahp, an_idx, ap,
1609 (void) anon_set_ptr(ah
[all...]

Completed in 213 milliseconds