• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/

Lines Matching refs:kmem_list3

291 struct kmem_list3 {
309 struct kmem_list3 __initdata initkmem_list3[NUM_INIT_LISTS];
315 struct kmem_list3 *l3, int tofree);
348 #define INDEX_L3 index_of(sizeof(struct kmem_list3))
350 static void kmem_list3_init(struct kmem_list3 *parent)
451 struct kmem_list3 *nodelists[MAX_NUMNODES];
704 struct kmem_list3 *l3 = s->cs_cachep->nodelists[q];
1060 struct kmem_list3 *rl3 = cachep->nodelists[node];
1081 static void reap_alien(struct kmem_cache *cachep, struct kmem_list3 *l3)
1116 struct kmem_list3 *l3;
1154 struct kmem_list3 *l3 = NULL;
1156 int memsize = sizeof(struct kmem_list3);
1168 * kmem_list3 and not this cpu's kmem_list3
1274 * kmem_list3 of any cache. This to avoid a race between
1301 /* Free limit for this kmem_list3 */
1357 * swap the static kmem_list3 with kmalloced memory
1359 static void init_list(struct kmem_cache *cachep, struct kmem_list3 *list,
1362 struct kmem_list3 *ptr;
1364 ptr = kmalloc_node(sizeof(struct kmem_list3), GFP_KERNEL, nodeid);
1368 memcpy(ptr, list, sizeof(struct kmem_list3));
1414 * kmem_list3 structures, it's replaced with a kmalloc allocated
1423 * 5) Replace the __init data for kmem_list3 for cache_cache and
1442 nr_node_ids * sizeof(struct kmem_list3 *);
1469 * kmem_list3 structures first. Without this, further allocations will
1551 /* 5) Replace the bootstrap kmem_list3's */
1555 /* Replace the static kmem_list3 structures for the boot cpu */
1928 * size of kmem_list3.
1945 struct kmem_list3 *l3;
2047 * If the cache that's used by kmalloc(sizeof(kmem_list3)) is
2067 kmalloc_node(sizeof(struct kmem_list3),
2403 static void drain_array(struct kmem_cache *cachep, struct kmem_list3 *l3,
2423 struct kmem_list3 *l3;
2448 struct kmem_list3 *l3, int tofree)
2486 struct kmem_list3 *l3;
2733 struct kmem_list3 *l3;
2925 struct kmem_list3 *l3;
3280 struct kmem_list3 *l3;
3446 struct kmem_list3 *l3;
3489 struct kmem_list3 *l3;
3826 * This initializes kmem_list3 or resizes varioius caches for all nodes.
3831 struct kmem_list3 *l3;
3876 l3 = kmalloc_node(sizeof(struct kmem_list3), GFP_KERNEL, node);
4032 void drain_array(struct kmem_cache *cachep, struct kmem_list3 *l3,
4071 struct kmem_list3 *l3;
4191 struct kmem_list3 *l3;
4428 struct kmem_list3 *l3;