Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c340 #define NR_GRPINFO_CACHES 8 macro
341 static struct kmem_cache *ext4_groupinfo_caches[NR_GRPINFO_CACHES];
343 static const char * const ext4_groupinfo_slab_names[NR_GRPINFO_CACHES] = {
2882 for (i = 0; i < NR_GRPINFO_CACHES; i++) { in ext4_groupinfo_destroy_slabs()
2896 if (cache_index >= NR_GRPINFO_CACHES) in ext4_groupinfo_create_slab()
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c409 #define NR_GRPINFO_CACHES 8 macro
410 static struct kmem_cache *ext4_groupinfo_caches[NR_GRPINFO_CACHES];
412 static const char * const ext4_groupinfo_slab_names[NR_GRPINFO_CACHES] = {
3480 for (i = 0; i < NR_GRPINFO_CACHES; i++) { in ext4_groupinfo_destroy_slabs()
3494 if (cache_index >= NR_GRPINFO_CACHES) in ext4_groupinfo_create_slab()

Completed in 15 milliseconds