Home
last modified time | relevance | path

Searched refs:slab_size (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/tools/vm/
Dslabinfo.c34 unsigned int sanity_checks, slab_size, store_user, trace; member
347 static unsigned long slab_size(struct slabinfo *s) in slab_size() function
360 return slab_size(s) - s->objects * s->object_size; in slab_waste()
552 s->slab_size, s->slabs - s->partial - s->cpu_slabs, in report()
558 s->slab_size - s->object_size, s->cpu_slabs, onoff(s->store_user), in report()
559 (s->slab_size - s->object_size) * s->objects); in report()
562 ((page_size << s->order) - s->objs_per_slab * s->slab_size) * in report()
596 store_size(size_str, slab_size(s)); in slabcache()
846 size = slab_size(s); in totals()
849 objwaste = s->slab_size - s->object_size; in totals()
[all …]
/Linux-v5.10/block/
Dbio.c57 unsigned int slab_size; member
80 else if (bslab->slab_size == sz) { in bio_find_or_create_slab()
114 bslab->slab_size = sz; in bio_find_or_create_slab()
/Linux-v5.10/fs/jbd2/
Djournal.c101 static int jbd2_journal_create_slab(size_t slab_size);
2580 size_t slab_size; in jbd2_journal_create_slab() local
2596 slab_size = 1 << (i+10); in jbd2_journal_create_slab()
2597 jbd2_slab[i] = kmem_cache_create(jbd2_slab_names[i], slab_size, in jbd2_journal_create_slab()
2598 slab_size, 0, NULL); in jbd2_journal_create_slab()
/Linux-v5.10/mm/
Dslab.c404 size_t slab_size = PAGE_SIZE << gfporder; in cache_estimate() local
424 num = slab_size / buffer_size; in cache_estimate()
425 *left_over = slab_size % buffer_size; in cache_estimate()
427 num = slab_size / (buffer_size + sizeof(freelist_idx_t)); in cache_estimate()
428 *left_over = slab_size % in cache_estimate()
Dslub.c3408 unsigned int slab_size = (unsigned int)PAGE_SIZE << order; in slab_order() local
3411 rem = slab_size % size; in slab_order()
3413 if (rem <= slab_size / fract_leftover) in slab_order()
5028 SLAB_ATTR_RO(slab_size);
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-kernel-slab445 What: /sys/kernel/slab/cache/slab_size
451 The slab_size file is read-only and specifies the object size
/Linux-v5.10/fs/ext4/
Dmballoc.c2787 int slab_size; in ext4_groupinfo_create_slab() local
2804 slab_size = offsetof(struct ext4_group_info, in ext4_groupinfo_create_slab()
2808 slab_size, 0, SLAB_RECLAIM_ACCOUNT, in ext4_groupinfo_create_slab()