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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dscan.h94 * @alien: list of physical eraseblocks which should not be used by UBI (e.g.,
99 * @alien_peb_count: count of physical eraseblocks in the @alien list
117 struct list_head alien; member in struct:ubi_scan_info
H A Dscan.c69 else if (list == &si->alien)
70 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec);
837 err = ubi_scan_add_to_list(si, pnum, ec, &si->alien);
897 INIT_LIST_HEAD(&si->alien);
1015 list_for_each_entry_safe(seb, seb_tmp, &si->alien, u.list) {
1298 list_for_each_entry(seb, &si->alien, u.list)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c300 struct array_cache **alien; /* on other nodes */ member in struct:kmem_list3
356 parent->alien = NULL;
687 * We set lock class for alien array caches which are up during init.
708 alc = l3->alien;
868 * By default on NUMA we use alien caches to stage the freeing of
886 * These take care of doing round robin flushing of alien caches (containing
985 #define drain_alien_cache(cachep, alien) do { } while (0)
1079 * Called from cache_reap() to regularly drain alien caches round robin.
1085 if (l3->alien) {
1086 struct array_cache *ac = l3->alien[nod
1095 drain_alien_cache(struct kmem_cache *cachep, struct array_cache **alien) argument
1117 struct array_cache *alien = NULL; local
1207 struct array_cache **alien = NULL; local
1287 struct array_cache **alien; local
[all...]

Completed in 105 milliseconds