Home
last modified time | relevance | path

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

/arch/powerpc/lib/
Drheap.c86 info->empty_slots += new_blocks; in grow()
112 if (info->empty_slots >= slots) in assure_empty()
127 if (info->empty_slots == 0) { in get_slot()
135 info->empty_slots--; in get_slot()
148 info->empty_slots++; in release_slot()
270 info->empty_slots = 0; in rh_create()
315 info->empty_slots = max_blocks; in rh_init()
714 info, info->empty_slots, info->max_blocks); in rh_dump()
/arch/powerpc/include/asm/
Drheap.h29 int empty_slots; member