Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_spt.c397 if (sptd->spt_ppa_lckcnt) { in segspt_free()
398 kmem_free(sptd->spt_ppa_lckcnt, in segspt_free()
399 sizeof (*sptd->spt_ppa_lckcnt) in segspt_free()
576 sptd->spt_ppa_lckcnt = NULL; in segspt_create()
636 sptd->spt_ppa_lckcnt = kmem_zalloc(npages * in segspt_create()
637 sizeof (*sptd->spt_ppa_lckcnt), KM_SLEEP); in segspt_create()
1153 (sptd->spt_ppa_lckcnt[an_idx] != 0))) { in segspt_dismpagelock()
1187 if (sptd->spt_ppa_lckcnt[an_idx] == 0) in segspt_dismpagelock()
1621 (sptd->spt_ppa_lckcnt[i] == 0)) in segspt_reclaim()
2674 if (sptd->spt_ppa_lckcnt[anon_index] < in spt_lockpages()
[all …]
H A Dseg_spt.h56 ushort_t *spt_ppa_lckcnt; member