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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Dsimple_alloc.c129 unsigned long heap_base, tbl_size; local
135 tbl_size = tbl_entries * sizeof(struct alloc_info);
138 memset(alloc_tbl, 0, tbl_size);
140 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min);

Completed in 31 milliseconds