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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.h155 #define PREALLOC_TB_SIZE 10 macro
161 struct list_head lg_prealloc_list[PREALLOC_TB_SIZE];
H A Dmballoc.c2455 for (j = 0; j < PREALLOC_TB_SIZE; j++)
3177 if (order > PREALLOC_TB_SIZE - 1)
3178 /* The max size of hash table is PREALLOC_TB_SIZE */
3179 order = PREALLOC_TB_SIZE - 1;
3186 for (i = order; i < PREALLOC_TB_SIZE; i++) {
4106 if (order > PREALLOC_TB_SIZE - 1)
4107 /* The max size of hash table is PREALLOC_TB_SIZE */
4108 order = PREALLOC_TB_SIZE - 1;

Completed in 40 milliseconds