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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c231 * struct slab_rcu
244 * We assume struct slab_rcu can overlay struct slab when destroying.
246 struct slab_rcu { struct
1677 struct slab_rcu *slab_rcu = (struct slab_rcu *)head; local
1678 struct kmem_cache *cachep = slab_rcu->cachep;
1680 kmem_freepages(cachep, slab_rcu->addr);
1682 kmem_cache_free(cachep->slabp_cache, slab_rcu);
1913 struct slab_rcu *slab_rc local
[all...]

Completed in 68 milliseconds