Searched refs:seg_ppurge (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg.h | 171 extern void seg_ppurge(struct seg *seg, struct anon_map *amp,
|
H A D | vm_seg.c | 258 * used by seg_pinsert()/seg_pinactive()/seg_ppurge() to add and delete 1269 seg_ppurge(struct seg *seg, struct anon_map *amp, uint_t flags) function
|
H A D | seg_spt.c | 1431 seg_ppurge(seg, NULL, SEGP_FORCE_WIRED);
|
H A D | vm_anon.c | 3363 seg_ppurge(NULL, amp, 0); 3368 * was called seg_ppurge() couldn't return while there're still
|
H A D | seg_vn.c | 9444 seg_ppurge(seg, NULL, 0); 9447 seg_ppurge(seg, svd->amp, 0);
|
Completed in 1787 milliseconds