Home
last modified time | relevance | path

Searched refs:s_pmtx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c555 pmtx = &seg->s_pmtx; in seg_pinactive()
690 pmtx = &seg->s_pmtx; in seg_pinactive()
866 pmtx = &seg->s_pmtx; in seg_pinsert()
1083 pmtx = &((seg_t *)htag0)->s_pmtx; in seg_ppurge_async()
1315 pmtx = &seg->s_pmtx; in seg_ppurge()
1606 mutex_init(&new->s_pmtx, NULL, MUTEX_DEFAULT, NULL); in seg_alloc()
1690 mutex_destroy(&seg->s_pmtx); in seg_free()
H A Dseg.h111 kmutex_t s_pmtx; /* protects seg's pcache list */ member