Home
last modified time | relevance | path

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

/arch/powerpc/lib/
Drheap.c614 rh_block_t *blk, *blk2; in rh_free() local
621 blk2 = list_entry(l, rh_block_t, list); in rh_free()
622 if (start < blk2->start) in rh_free()
624 blk = blk2; in rh_free()
681 rh_block_t *blk, *blk2; in rh_set_owner() local
688 blk2 = list_entry(l, rh_block_t, list); in rh_set_owner()
689 if (start < blk2->start) in rh_set_owner()
691 blk = blk2; in rh_set_owner()