Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dfork.c229 #define allocate_mm() (kmem_cache_alloc(mm_cachep, SLAB_KERNEL)) macro
254 mm = allocate_mm(); in mm_alloc()
346 mm = allocate_mm(); in copy_mm()