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

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

Completed in 76 milliseconds