Searched refs:L_PAGELOCK (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_enum.h63 L_PAGELOCK, /* lock pages */ enumerator in enum:lock_type
H A Dseg_spt.c584 * since L_PAGELOCK and F_SOFTLOCK calls will grab the
843 ASSERT(type == L_PAGELOCK || type == L_PAGEUNLOCK);
887 /* The L_PAGELOCK case ... */
1198 ASSERT(type == L_PAGELOCK || type == L_PAGEUNLOCK);
1246 /* The L_PAGELOCK case... */
H A Dseg_kmem.c711 ASSERT(type == L_PAGELOCK);
H A Dvm_as.c2614 L_PAGELOCK, rw);
2731 err = SEGOP_PAGELOCK(seg, raddr, rsize, ppp, L_PAGELOCK, rw);
H A Dseg_vn.c8797 * segvn_pagelock(L_PAGELOCK/L_PAGEUNLOCK) call regardless if a new shadow
8835 if (type == L_PAGELOCK && segvn_pglock_mtbf) {
8850 ASSERT(type == L_PAGELOCK || type == L_PAGEUNLOCK);
8861 if (type == L_PAGELOCK) {
8868 if (type == L_PAGELOCK) {
8875 if (type == L_PAGELOCK) {
8923 * permissions won't change between L_PAGELOCK and
8927 * computed in L_PAGELOCK.
8930 * sftlck_sbase/sftlck_send flags. In L_PAGELOCK case when
8941 * locked by matching L_PAGELOCK
[all...]

Completed in 82 milliseconds