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

/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c227 * only be set after the lv_mps array has been filled out.
228 * lv_mps can only be valid if lv_num_segs is non-zero.
239 mmapobj_result_t lv_mps[LIBVA_CACHED_SEGS]; /* cached pheaders */ member in struct:lib_va
465 /* Caller responsible for filling this and lv_mps out */
716 * lv_mps or lv_num_segs since it does not have enough information to do so.
718 * to lv_mps are visible before setting lv_num_segs.
1740 * to cache, all future users will not try to use lv_mps.
1905 bcopy(mrp, lvp->lv_mps,
1911 * lv_mps is now valid and can be used by other threads.
1913 * is updated. lv_mps i
[all...]

Completed in 49 milliseconds