Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslab.c645 struct alien_cache **alc_ptr; in alloc_alien_cache() local
650 alc_ptr = kcalloc_node(nr_node_ids, sizeof(void *), gfp, node); in alloc_alien_cache()
651 if (!alc_ptr) in alloc_alien_cache()
658 if (!alc_ptr[i]) { in alloc_alien_cache()
660 kfree(alc_ptr[i]); in alloc_alien_cache()
661 kfree(alc_ptr); in alloc_alien_cache()
665 return alc_ptr; in alloc_alien_cache()
668 static void free_alien_cache(struct alien_cache **alc_ptr) in free_alien_cache() argument
672 if (!alc_ptr) in free_alien_cache()
675 kfree(alc_ptr[i]); in free_alien_cache()
[all …]