Home
last modified time | relevance | path

Searched refs:alien (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dslab.c234 parent->alien = NULL; in kmem_cache_node_init()
449 * By default on NUMA we use alien caches to stage the freeing of
478 * These take care of doing round robin flushing of alien caches (containing
591 /* &alien->lock must be held by alien callers. */
603 #define drain_alien_cache(cachep, alien) do { } while (0)
717 * Called from cache_reap() to regularly drain alien caches round robin.
723 if (n->alien) { in reap_alien()
724 struct alien_cache *alc = n->alien[node]; in reap_alien()
741 struct alien_cache **alien) in drain_alien_cache()
740 drain_alien_cache(struct kmem_cache *cachep, struct alien_cache **alien) drain_alien_cache() argument
766 struct alien_cache *alien = NULL; __cache_free_alien() local
960 struct alien_cache **alien; cpuup_canceled() local
[all...]
H A Dslab.h558 struct alien_cache **alien; /* on other nodes */ member
/kernel/linux/linux-6.6/mm/
H A Dslab.c234 parent->alien = NULL; in kmem_cache_node_init()
449 * By default on NUMA we use alien caches to stage the freeing of
478 * These take care of doing round robin flushing of alien caches (containing
591 /* &alien->lock must be held by alien callers. */
603 #define drain_alien_cache(cachep, alien) do { } while (0)
702 * Called from cache_reap() to regularly drain alien caches round robin.
708 if (n->alien) { in reap_alien()
709 struct alien_cache *alc = n->alien[node]; in reap_alien()
726 struct alien_cache **alien) in drain_alien_cache()
725 drain_alien_cache(struct kmem_cache *cachep, struct alien_cache **alien) drain_alien_cache() argument
751 struct alien_cache *alien = NULL; __cache_free_alien() local
945 struct alien_cache **alien; cpuup_canceled() local
[all...]
H A Dslab.h788 struct alien_cache **alien; /* on other nodes */ member
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dattach.c219 * eraseblock @pnum and adds it to the "free", "erase", or "alien" lists.
238 } else if (list == &ai->alien) { in add_to_list()
239 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec); in add_to_list()
1159 ec, 0, &ai->alien); in scan_peb()
1317 list_for_each_entry_safe(aeb, aeb_tmp, &ai->alien, u.list) { in destroy_ai()
1461 INIT_LIST_HEAD(&ai->alien); in alloc_ai()
1889 list_for_each_entry(aeb, &ai->alien, u.list) in self_check_ai()
H A Dubi.h731 * @alien: list of physical eraseblocks which should not be used by UBI (e.g.,
738 * @alien_peb_count: count of PEBs in the @alien list
766 struct list_head alien; member
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dattach.c219 * eraseblock @pnum and adds it to the "free", "erase", or "alien" lists.
238 } else if (list == &ai->alien) { in add_to_list()
239 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec); in add_to_list()
1159 ec, 0, &ai->alien); in scan_peb()
1317 list_for_each_entry_safe(aeb, aeb_tmp, &ai->alien, u.list) { in destroy_ai()
1461 INIT_LIST_HEAD(&ai->alien); in alloc_ai()
1889 list_for_each_entry(aeb, &ai->alien, u.list) in self_check_ai()
H A Dubi.h729 * @alien: list of physical eraseblocks which should not be used by UBI (e.g.,
736 * @alien_peb_count: count of PEBs in the @alien list
764 struct list_head alien; member

Completed in 17 milliseconds