Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dlpt.c1641 c->lpt_heap[i].arr = kmalloc(sizeof(void *) * LPT_HEAP_SZ, in lpt_init_rd()
1646 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
1649 c->dirty_idx.arr = kmalloc(sizeof(void *) * LPT_HEAP_SZ, GFP_KERNEL); in lpt_init_rd()
1653 c->dirty_idx.max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
H A Dlprops.c176 const int b = LPT_HEAP_SZ / 2 - 1; in add_to_lpt_heap()
183 ubifs_assert(cpos < LPT_HEAP_SZ); in add_to_lpt_heap()
H A Dubifs.h694 #define LPT_HEAP_SZ 256 macro