Home
last modified time | relevance | path

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

/mm/
Dslab.c648 struct alien_cache *alc = NULL; in __alloc_alien_cache() local
650 alc = kmalloc_node(memsize, gfp, node); in __alloc_alien_cache()
651 if (alc) { in __alloc_alien_cache()
652 kmemleak_no_scan(alc); in __alloc_alien_cache()
653 init_arraycache(&alc->ac, entries, batch); in __alloc_alien_cache()
654 spin_lock_init(&alc->lock); in __alloc_alien_cache()
656 return alc; in __alloc_alien_cache()
725 struct alien_cache *alc = n->alien[node]; in reap_alien() local
728 if (alc) { in reap_alien()
729 ac = &alc->ac; in reap_alien()
[all …]