Home
last modified time | relevance | path

Searched refs:PREALLOC_TB_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.h138 #define PREALLOC_TB_SIZE 10 macro
144 struct list_head lg_prealloc_list[PREALLOC_TB_SIZE];
H A Dmballoc.c3017 for (j = 0; j < PREALLOC_TB_SIZE; j++) in ext4_mb_init()
3944 if (order > PREALLOC_TB_SIZE - 1) in ext4_mb_use_preallocated()
3945 /* The max size of hash table is PREALLOC_TB_SIZE */ in ext4_mb_use_preallocated()
3946 order = PREALLOC_TB_SIZE - 1; in ext4_mb_use_preallocated()
3953 for (i = order; i < PREALLOC_TB_SIZE; i++) { in ext4_mb_use_preallocated()
4911 if (order > PREALLOC_TB_SIZE - 1) in ext4_mb_add_n_trim()
4912 /* The max size of hash table is PREALLOC_TB_SIZE */ in ext4_mb_add_n_trim()
4913 order = PREALLOC_TB_SIZE - 1; in ext4_mb_add_n_trim()
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.h163 #define PREALLOC_TB_SIZE 10 macro
169 struct list_head lg_prealloc_list[PREALLOC_TB_SIZE];
H A Dmballoc.c3706 for (j = 0; j < PREALLOC_TB_SIZE; j++) in ext4_mb_init()
4958 if (order > PREALLOC_TB_SIZE - 1) in ext4_mb_use_preallocated()
4959 /* The max size of hash table is PREALLOC_TB_SIZE */ in ext4_mb_use_preallocated()
4960 order = PREALLOC_TB_SIZE - 1; in ext4_mb_use_preallocated()
4967 for (i = order; i < PREALLOC_TB_SIZE; i++) { in ext4_mb_use_preallocated()
5949 if (order > PREALLOC_TB_SIZE - 1) in ext4_mb_add_n_trim()
5950 /* The max size of hash table is PREALLOC_TB_SIZE */ in ext4_mb_add_n_trim()
5951 order = PREALLOC_TB_SIZE - 1; in ext4_mb_add_n_trim()

Completed in 17 milliseconds