Searched refs:nfreed (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sun4v/promif/ |
H A D | promif_emul.c | 237 int npgs, nunmapped, nfreed, nskipped, nskipped_io; in unmap_prom_mappings() local 257 nfreed = 0; in unmap_prom_mappings() 327 nfreed++; in unmap_prom_mappings() 341 nunmapped, nfreed, nskipped, nskipped_io); in unmap_prom_mappings()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | mem_cage.c | 1448 pgcnt_t nf, nfreed; in kcage_expand() local 1507 switch (kcage_assimilate_page(pp, &nfreed)) { in kcage_expand() 1509 KCAGE_STAT_NINCR_SCAN(ke_gotonefree, nfreed); in kcage_expand() 1511 nf += nfreed; in kcage_expand() 1679 pgcnt_t nfreed; in kcage_cageout() local 1758 switch (kcage_assimilate_page(pp, &nfreed)) { in kcage_cageout() 1762 nfreed); in kcage_cageout() 1807 if (kcage_invalidate_page(pp, &nfreed) == 0) { in kcage_cageout() 1809 KCAGE_STAT_NINCR_SCAN(kt_gotonefree, nfreed); in kcage_cageout()
|