Searched refs:alloc_info (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.c21 static struct alloc_info { struct
40 struct alloc_info *p = alloc_tbl;
68 static struct alloc_info *simple_find_entry(void *ptr)
71 struct alloc_info *p = alloc_tbl;
85 struct alloc_info *p = simple_find_entry(ptr);
99 struct alloc_info *p;
135 tbl_size = tbl_entries * sizeof(struct alloc_info);
137 alloc_tbl = (struct alloc_info *)_ALIGN_UP((unsigned long)base, 8);

Completed in 65 milliseconds