Home
last modified time | relevance | path

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

/Linux-v4.19/tools/vm/
Dslabinfo.c34 unsigned int sanity_checks, slab_size, store_user, trace; member
340 static unsigned long slab_size(struct slabinfo *s) in slab_size() function
353 return slab_size(s) - s->objects * s->object_size; in slab_waste()
545 s->slab_size, s->slabs - s->partial - s->cpu_slabs, in report()
551 s->slab_size - s->object_size, s->cpu_slabs, onoff(s->store_user), in report()
552 (s->slab_size - s->object_size) * s->objects); in report()
555 ((page_size << s->order) - s->objs_per_slab * s->slab_size) * in report()
589 store_size(size_str, slab_size(s)); in slabcache()
839 size = slab_size(s); in totals()
842 objwaste = s->slab_size - s->object_size; in totals()
[all …]
/Linux-v4.19/fs/jbd2/
Djournal.c103 static int jbd2_journal_create_slab(size_t slab_size);
2314 size_t slab_size; in jbd2_journal_create_slab() local
2330 slab_size = 1 << (i+10); in jbd2_journal_create_slab()
2331 jbd2_slab[i] = kmem_cache_create(jbd2_slab_names[i], slab_size, in jbd2_journal_create_slab()
2332 slab_size, 0, NULL); in jbd2_journal_create_slab()
/Linux-v4.19/block/
Dbio.c67 unsigned int slab_size; member
90 else if (bslab->slab_size == sz) { in bio_find_or_create_slab()
124 bslab->slab_size = sz; in bio_find_or_create_slab()
/Linux-v4.19/mm/
Dslab.c446 size_t slab_size = PAGE_SIZE << gfporder; in cache_estimate() local
466 num = slab_size / buffer_size; in cache_estimate()
467 *left_over = slab_size % buffer_size; in cache_estimate()
469 num = slab_size / (buffer_size + sizeof(freelist_idx_t)); in cache_estimate()
470 *left_over = slab_size % in cache_estimate()
Dslub.c3205 unsigned int slab_size = (unsigned int)PAGE_SIZE << order; in slab_order() local
3208 rem = slab_size % size; in slab_order()
3210 if (rem <= slab_size / fract_leftover) in slab_order()
4878 SLAB_ATTR_RO(slab_size);
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-kernel-slab437 What: /sys/kernel/slab/cache/slab_size
443 The slab_size file is read-only and specifies the object size
/Linux-v4.19/fs/ext4/
Dmballoc.c2530 int slab_size; in ext4_groupinfo_create_slab() local
2547 slab_size = offsetof(struct ext4_group_info, in ext4_groupinfo_create_slab()
2551 slab_size, 0, SLAB_RECLAIM_ACCOUNT, in ext4_groupinfo_create_slab()