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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c2 * Slabinfo: Tool to get reports about slabs
33 unsigned long partial, objects, slabs; member in struct:slabinfo
44 int slabs = 0; variable
96 "-e|--empty Show empty slabs\n"
100 "-l|--slabs Show slabs\n"
103 "-s|--shrink Shrink slabs\n"
104 "-r|--report Detailed report on single slabs\n"
108 "-v|--validate Validate slabs\n"
109 "-z|--zero Include empty slabs\
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dslub.c6 * uses a centralized lock to manage a pool of partial slabs.
37 * the partial slab counter. If taken then no new slabs may be added or
38 * removed from the lists nor make the number of partial slabs be modified.
39 * (Note that the total number of slabs is an atomic value that may be
44 * slabs, operations can continue without any centralized lock. F.e.
45 * allocating a long series of objects that fill up slabs does not require
50 * to use. While we do that objects in the slabs may be freed. We can
64 * while handling per_cpu slabs, due to kernel preemption.
67 * Allocations only occur from these slabs called cpu slabs
3251 SLAB_ATTR_RO(slabs); variable
[all...]

Completed in 140 milliseconds