Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dseg_spt.h57 ushort_t *spt_ppa_lckcnt; member
H A Dseg_spt.c251 if (sptd->spt_ppa_lckcnt) in segspt_free()
252 kmem_free(sptd->spt_ppa_lckcnt, in segspt_free()
253 sizeof (*sptd->spt_ppa_lckcnt) in segspt_free()
431 sptd->spt_ppa_lckcnt = NULL; in segspt_create()
491 sptd->spt_ppa_lckcnt = kmem_zalloc(npages * in segspt_create()
492 sizeof (*sptd->spt_ppa_lckcnt), KM_SLEEP); in segspt_create()
1005 (sptd->spt_ppa_lckcnt[an_idx] != 0))) { in segspt_dismpagelock()
1039 if (sptd->spt_ppa_lckcnt[an_idx] == 0) in segspt_dismpagelock()
1473 (sptd->spt_ppa_lckcnt[i] == 0)) in segspt_reclaim()
2525 if (sptd->spt_ppa_lckcnt[anon_index] < in spt_lockpages()
[all …]