Home
last modified time | relevance | path

Searched refs:freed (Results 1 – 5 of 5) sorted by relevance

/arch/m68k/kernel/
Dvmlinux-sun3.lds38 /* will be freed after init */
Dvmlinux-std.lds42 /* will be freed after init */
/arch/s390/mm/
Dcmm.c129 unsigned long *freed = parm; in cmm_oom_notify() local
137 *freed += 256 - nr; in cmm_oom_notify()
/arch/powerpc/platforms/pseries/
Dcmm.c217 unsigned long *freed = parm; in cmm_oom_notify() local
223 *freed += KB2PAGES(oom_kb) - nr; in cmm_oom_notify()
/arch/x86/kvm/mmu/
Dmmu.c5748 unsigned long freed = 0; in mmu_shrink_scan() local
5783 freed = kvm_mmu_zap_oldest_mmu_pages(kvm, sc->nr_to_scan); in mmu_shrink_scan()
5799 return freed; in mmu_shrink_scan()