Home
last modified time | relevance | path

Searched refs:NODE_CHUNK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c13 #define NODE_CHUNK 1024 /* size of memory allocation chunk in b_nodes */ macro
73 if (memBase == NULL || index >= NODE_CHUNK) { in add_node()
75 memBase = mmalloc(sizeof(struct mem_block) + NODE_CHUNK * size); in add_node()
H A Djffs2_1pass.c130 #define NODE_CHUNK 1024 /* size of memory allocation chunk in b_nodes */ macro
497 struct b_node nodes[NODE_CHUNK];
526 if (memBase == NULL || index >= NODE_CHUNK) { in add_node()