Home
last modified time | relevance | path

Searched refs:slabs (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo.c36 unsigned long partial, objects, slabs, objects_partial, objects_total; member
57 int slabs; variable
367 return s->slabs * (page_size << s->order); in slab_size()
393 if (skip_zero && !s->slabs) in slab_numa()
571 s->object_size, s->slabs, onoff(s->sanity_checks), in report()
572 s->slabs * (page_size << s->order)); in report()
574 s->slab_size, s->slabs - s->partial - s->cpu_slabs, in report()
578 s->slabs * (page_size << s->order) - s->objects * s->object_size); in report()
585 s->slabs); in report()
611 if (skip_zero && !show_empty && !s->slabs) in slabcache()
[all …]
H A Dslabinfo-gnuplot.sh187 mode=slabs
232 slabs)
258 slabs)
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dslub.rst10 SLUB can enable debugging only for selected slabs in order to avoid
16 all slabs.
19 data and perform operation on the slabs. By default ``slabinfo`` only lists
20 slabs that have data in them. See "slabinfo -h" for more options when
38 Enable options for all slabs
41 Enable options only for select slabs (no spaces
44 Multiple blocks of options for all slabs or selected slabs can be given, with
45 blocks of options delimited by ';'. The last of "all slabs" blocks is applied
46 to all slabs except those that match one of the "select slabs" block. Options
47 of the first "select slabs" blocks that matches the slab's name are applied.
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-kernel-slab61 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
375 partial slabs there are and how long each node's list is.
436 memory from a cache. Empty per-cpu or partial slabs
[all …]
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxsk_fwd.c109 u64 **slabs; member
170 bp->slabs = (u64 **)&p[sizeof(struct bpool)]; in bpool_init()
183 bp->slabs[i] = &bp->buffers[i * params->n_buffers_per_slab]; in bpool_init()
348 slab_full = bp->slabs[n_slabs_available]; in bcache_cons_check()
349 bp->slabs[n_slabs_available] = bc->slab_cons; in bcache_cons_check()
396 slab_empty = bp->slabs[n_slabs_available]; in bcache_prod()
397 bp->slabs[n_slabs_available] = bc->slab_prod; in bcache_prod()
/OK3568_Linux_fs/buildroot/package/collectl/
H A DConfig.in10 processes, quadrics, slabs, sockets and tcp.
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dswiotlb-xen.c133 int slabs = min(nslabs - i, (unsigned long)IO_TLB_SEGSIZE); in xen_swiotlb_fixup() local
138 get_order(slabs << IO_TLB_SHIFT), in xen_swiotlb_fixup()
144 i += slabs; in xen_swiotlb_fixup()
/OK3568_Linux_fs/kernel/mm/
H A Dslub.c1310 parse_slub_debug_flags(char *str, slab_flags_t *flags, char **slabs, bool init) in parse_slub_debug_flags() argument
1366 *slabs = ++str; in parse_slub_debug_flags()
1368 *slabs = NULL; in parse_slub_debug_flags()
5213 SLAB_ATTR_RO(slabs);
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt5017 Disable merging of slabs with similar size. May be
5019 allocs to different slabs, especially in hardened
5030 Determines the maximum allowed order for slabs.
5035 slub_debug[=options[,slabs][;[options[,slabs]]...] [MM, SLUB]
5052 Determines the maximum allowed order for slabs.
5062 of objects the smaller the overhead of tracking slabs
5067 Determines the minimum page order for slabs. Must be
5426 <int> -- Number of I/O TLB slabs
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dvm.rst511 (fallback from the local zone occurs) slabs will be reclaimed if more
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.debug642 supports the determination of the most active slabs to figure
643 out which slabs are relevant to a particular load.
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dbiodoc.rst659 given size from these slabs.
/OK3568_Linux_fs/kernel/init/
H A DKconfig1975 Per cpu caching is realized using slabs of objects instead