Searched refs:LPT_HEAP_SZ (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Dlpt.c1791 c->lpt_heap[i].arr = kmalloc_array(LPT_HEAP_SZ,
1797 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ;
1800 c->dirty_idx.arr = kmalloc_array(LPT_HEAP_SZ, sizeof(void *),
1805 c->dirty_idx.max_cnt = LPT_HEAP_SZ;
H A Dlprops.c172 const int b = LPT_HEAP_SZ / 2 - 1;
179 ubifs_assert(c, cpos < LPT_HEAP_SZ);
H A Dubifs.h75 #define LPT_HEAP_SZ 256 macro

Completed in 303 milliseconds