Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/vm/
H A Dseg_spt.h57 ushort_t *spt_ppa_lckcnt; member
H A Dseg_spt.c248 if (sptd->spt_ppa_lckcnt) in segspt_free()
249 kmem_free(sptd->spt_ppa_lckcnt, in segspt_free()
250 sizeof (*sptd->spt_ppa_lckcnt) in segspt_free()
428 sptd->spt_ppa_lckcnt = NULL; in segspt_create()
488 sptd->spt_ppa_lckcnt = kmem_zalloc(npages * in segspt_create()
489 sizeof (*sptd->spt_ppa_lckcnt), KM_SLEEP); in segspt_create()
1002 (sptd->spt_ppa_lckcnt[an_idx] != 0))) { in segspt_dismpagelock()
1036 if (sptd->spt_ppa_lckcnt[an_idx] == 0) in segspt_dismpagelock()
1470 (sptd->spt_ppa_lckcnt[i] == 0)) in segspt_reclaim()
2543 if (sptd->spt_ppa_lckcnt[anon_index] < in spt_lockpages()
[all …]