Searched refs:slabp (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.c1114 struct slab *slabp = virt_to_slab(objp); local
1115 int nodeid = slabp->nodeid;
1126 if (likely(slabp->nodeid == node))
1833 struct slab *slabp = virt_to_slab(objp); local
1836 objnr = obj_to_index(cachep, slabp, objp);
1838 objp = index_to_obj(cachep, slabp, objnr - 1);
1845 objp = index_to_obj(cachep, slabp, objnr + 1);
1859 * @slabp: slab pointer being destroyed
1864 static void slab_destroy_objs(struct kmem_cache *cachep, struct slab *slabp) argument
1868 void *objp = index_to_obj(cachep, slabp,
1893 slab_destroy_objs(struct kmem_cache *cachep, struct slab *slabp) argument
1907 slab_destroy(struct kmem_cache *cachep, struct slab *slabp) argument
2452 struct slab *slabp; local
2579 struct slab *slabp; local
2598 slab_bufctl(struct slab *slabp) argument
2603 cache_init_objs(struct kmem_cache *cachep, struct slab *slabp) argument
2662 slab_get_obj(struct kmem_cache *cachep, struct slab *slabp, int nodeid) argument
2679 slab_put_obj(struct kmem_cache *cachep, struct slab *slabp, void *objp, int nodeid) argument
2730 struct slab *slabp; local
2849 struct slab *slabp; local
2889 check_slabp(struct kmem_cache *cachep, struct slab *slabp) argument
2954 struct slab *slabp; local
3059 struct slab *slabp; local
3279 struct slab *slabp; local
3450 struct slab *slabp; local
3521 struct slab *slabp; local
4183 struct slab *slabp; local
4427 struct slab *slabp; local
[all...]

Completed in 132 milliseconds