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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dsysinfo.h117 typedef struct slab_cache{ struct
123 }slab_cache; typedef in typeref:struct:slab_cache
125 extern unsigned int getslabinfo (struct slab_cache**);
H A Dsysinfo.c758 unsigned int getslabinfo (struct slab_cache **slab){
768 (*slab) = realloc(*slab, (cSlab+1)*sizeof(struct slab_cache));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.h392 struct kmem_cache *slab_cache; /* for allocating stripes */ member in struct:raid5_private_data
H A Draid5.c1311 sh = kmem_cache_alloc(conf->slab_cache, GFP_KERNEL);
1323 kmem_cache_free(conf->slab_cache, sh);
1353 conf->slab_cache = sc;
1473 kmem_cache_free(conf->slab_cache, osh);
1475 kmem_cache_destroy(conf->slab_cache);
1526 conf->slab_cache = sc;
1543 kmem_cache_free(conf->slab_cache, sh);
1553 if (conf->slab_cache)
1554 kmem_cache_destroy(conf->slab_cache);
1555 conf->slab_cache
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c436 struct slab_cache *slabs;

Completed in 139 milliseconds