Searched refs:seg_pinsert (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h177 extern int seg_pinsert(struct seg *seg, struct anon_map *amp,
199 * Return values for seg_pinsert and seg_pinsert_check functions.
201 #define SEGP_SUCCESS 0 /* seg_pinsert() succeeded */
202 #define SEGP_FAIL 1 /* seg_pinsert() failed */
H A Dseg_spt.c1070 ret = seg_pinsert(seg, NULL, seg->s_base, sptd->spt_amp->size,
1075 * seg_pinsert failed. We return
1349 ret = seg_pinsert(seg, NULL, seg->s_base, sptd->spt_amp->size,
1354 * seg_pinsert failed. We return
H A Dvm_seg.c258 * used by seg_pinsert()/seg_pinactive()/seg_ppurge() to add and delete
356 * seg_pinsert() can't sneak in and add pcp entries to this
417 * any. This is an internal helper function called from seg_pinsert() only
735 * a call to seg_pinsert will fail and thereby avoid wasteful pre-processing.
800 seg_pinsert(struct seg *seg, struct anon_map *amp, caddr_t addr, size_t len, function
H A Dseg_vn.c9396 (void) seg_pinsert(seg, pamp, paddr, len, wlen, pl,

Completed in 99 milliseconds