Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dsimple_alloc.c27 static unsigned long tbl_entries; variable
47 for (i=0; i<tbl_entries; i++, p++) in simple_malloc()
73 for (i=0; i<tbl_entries; i++,p++) { in simple_find_entry()
133 tbl_entries = max_allocs; in simple_alloc_init()
135 tbl_size = tbl_entries * sizeof(struct alloc_info); in simple_alloc_init()