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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c2 * Slabinfo: Tool to get reports about slabs
34 unsigned long partial, objects, slabs, objects_partial, objects_total; member in struct:slabinfo
52 int slabs = 0; variable
105 "-A|--activity Most active slabs first\n"
108 "-e|--empty Show empty slabs\n"
112 "-l|--slabs Show slabs\n"
115 "-s|--shrink Shrink slabs\n"
116 "-r|--report Detailed report on single slabs\n"
120 "-v|--validate Validate slabs\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c436 struct slab_cache *slabs; local
446 nSlab = getslabinfo(&slabs);
450 slabs[k].name,
451 slabs[k].active_objs,
452 slabs[k].num_objs,
453 slabs[k].objsize,
454 slabs[k].objperslab
457 free(slabs);
460 nSlab = getslabinfo(&slabs);
464 slabs[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dswiotlb-xen.c130 int slabs = min(nslabs - i, (unsigned long)IO_TLB_SEGSIZE); local
135 get_order(slabs << IO_TLB_SHIFT),
141 i += slabs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslub.c7 * uses a centralized lock to manage a pool of partial slabs.
48 * the partial slab counter. If taken then no new slabs may be added or
49 * removed from the lists nor make the number of partial slabs be modified.
50 * (Note that the total number of slabs is an atomic value that may be
55 * slabs, operations can continue without any centralized lock. F.e.
56 * allocating a long series of objects that fill up slabs does not require
61 * to use. While we do that objects in the slabs may be freed. We can
75 * while handling per_cpu slabs, due to kernel preemption.
78 * Allocations only occur from these slabs called cpu slabs
3951 SLAB_ATTR_RO(slabs); variable
[all...]

Completed in 163 milliseconds