Searched refs:slabs (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/tools/vm/ |
| D | slabinfo.c | 35 unsigned long partial, objects, slabs, objects_partial, objects_total; member 56 int slabs; variable 339 return s->slabs * (page_size << s->order); in slab_size() 365 if (skip_zero && !s->slabs) in slab_numa() 538 s->object_size, s->slabs, onoff(s->sanity_checks), in report() 539 s->slabs * (page_size << s->order)); in report() 541 s->slab_size, s->slabs - s->partial - s->cpu_slabs, in report() 545 s->slabs * (page_size << s->order) - s->objects * s->object_size); in report() 552 s->slabs); in report() 575 if (skip_zero && !show_empty && !s->slabs) in slabcache() [all …]
|
| D | slabinfo-gnuplot.sh | 194 mode=slabs 239 slabs) 265 slabs)
|
| /linux-4.4.14/Documentation/vm/ |
| D | slub.txt | 7 SLUB can enable debugging only for selected slabs in order to avoid 13 all slabs. 16 data and perform operation on the slabs. By default slabinfo only lists 17 slabs that have data in them. See "slabinfo -h" for more options when 33 slub_debug=<Debug-Options> Enable options for all slabs 35 Enable options only for select slabs 43 T Trace (please only use on single slabs) 91 If no debug options are specified then SLUB may merge similar slabs together 93 slabinfo -a displays which slabs were merged together. 107 these are in the cpu slabs and the partial slabs. Full slabs are not [all …]
|
| /linux-4.4.14/Documentation/ABI/testing/ |
| D | sysfs-kernel-slab | 61 of partially used slabs. It can be written to clear the current 115 The cpu_slabs file is read-only and displays how many cpu slabs 124 The file cpuslab_flush shows how many times a cache's cpu slabs 201 slabs (not objects) are freed by rcu. 295 The min_partial file specifies how many empty slabs shall 297 allocating new slabs. Such slabs may be reclaimed by utilizing 325 objects are on partial slabs and from which nodes they are 344 The order file specifies the page order at which new slabs are 373 partial slabs there are and how long each node's list is. 433 a cache. Empty partial slabs are freed and the partial list is [all …]
|
| /linux-4.4.14/drivers/xen/ |
| D | swiotlb-xen.c | 170 int slabs = min(nslabs - i, (unsigned long)IO_TLB_SEGSIZE); in xen_swiotlb_fixup() local 175 get_order(slabs << IO_TLB_SHIFT), in xen_swiotlb_fixup() 181 i += slabs; in xen_swiotlb_fixup()
|
| /linux-4.4.14/Documentation/ |
| D | kernel-parameters.txt | 3497 Disable merging of slabs with similar size. May be 3499 allocs to different slabs. Debug options disable 3504 Determines the maximum allowed order for slabs. 3509 slub_debug[=options[,slabs]] [MM, SLUB] 3518 Determines the maximum allowed order for slabs. 3528 of objects the smaller the overhead of tracking slabs 3533 Determines the minimum page order for slabs. Must be 3647 <int> -- Number of I/O TLB slabs
|
| /linux-4.4.14/lib/ |
| D | Kconfig.debug | 490 supports the determination of the most active slabs to figure 491 out which slabs are relevant to a particular load.
|
| /linux-4.4.14/Documentation/sysctl/ |
| D | vm.txt | 445 (fallback from the local zone occurs) slabs will be reclaimed if more
|
| /linux-4.4.14/mm/ |
| D | slub.c | 4807 SLAB_ATTR_RO(slabs);
|
| /linux-4.4.14/Documentation/block/ |
| D | biodoc.txt | 628 given size from these slabs.
|
| /linux-4.4.14/init/ |
| D | Kconfig | 1732 Per cpu caching is realized using slabs of objects instead
|