Home
last modified time | relevance | path

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

/arch/powerpc/lib/
Drheap.c50 unsigned long blks, blke; in grow() local
71 blke = (unsigned long)(info->block + info->max_blocks); in grow()
74 fixup(blks, blke, delta, &blk->list); in grow()
76 fixup(blks, blke, delta, &info->empty_list); in grow()
77 fixup(blks, blke, delta, &info->free_list); in grow()
78 fixup(blks, blke, delta, &info->taken_list); in grow()