Home
last modified time | relevance | path

Searched refs:LPT_HEAP_SZ (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dlpt.c1640 c->lpt_heap[i].arr = kmalloc(sizeof(void *) * LPT_HEAP_SZ, in lpt_init_rd()
1645 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
1648 c->dirty_idx.arr = kmalloc(sizeof(void *) * LPT_HEAP_SZ, GFP_KERNEL); in lpt_init_rd()
1652 c->dirty_idx.max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
H A Dlprops.c175 const int b = LPT_HEAP_SZ / 2 - 1; in add_to_lpt_heap()
182 ubifs_assert(cpos < LPT_HEAP_SZ); in add_to_lpt_heap()
H A Dubifs.h693 #define LPT_HEAP_SZ 256 macro
/openbmc/linux/fs/ubifs/
H A Dlpt.c1791 c->lpt_heap[i].arr = kmalloc_array(LPT_HEAP_SZ, in lpt_init_rd()
1797 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
1800 c->dirty_idx.arr = kmalloc_array(LPT_HEAP_SZ, sizeof(void *), in lpt_init_rd()
1805 c->dirty_idx.max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
H A Dlprops.c172 const int b = LPT_HEAP_SZ / 2 - 1; in add_to_lpt_heap()
179 ubifs_assert(c, cpos < LPT_HEAP_SZ); in add_to_lpt_heap()
H A Dubifs.h75 #define LPT_HEAP_SZ 256 macro