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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslub.c2073 if (s < kmalloc_caches + KMALLOC_CACHES && s >= kmalloc_caches)
2078 s->cpu_slab = kmalloc_percpu + (s - kmalloc_caches);
2104 BUG_ON(kmalloc_caches->size < sizeof(struct kmem_cache_node));
2106 page = new_slab(kmalloc_caches, gfpflags, node);
2118 page->freelist = get_freepointer(kmalloc_caches, n);
2120 kmalloc_caches->node[node] = n;
2122 init_object(kmalloc_caches, n, 1);
2123 init_tracking(kmalloc_caches, n);
2125 init_kmem_cache_node(n, kmalloc_caches);
2515 EXPORT_SYMBOL(kmalloc_caches); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dslub_def.h154 extern struct kmem_cache kmalloc_caches[KMALLOC_CACHES];
210 * in kmalloc_caches.
219 return &kmalloc_caches[index];

Completed in 203 milliseconds