Lines Matching refs:newblk
373 rh_block_t *blk, *newblk; in rh_detach_region() local
427 newblk = get_slot(info); in rh_detach_region()
428 newblk->start = e; in rh_detach_region()
429 newblk->size = be - e; in rh_detach_region()
431 list_add(&newblk->list, &blk->list); in rh_detach_region()
446 rh_block_t *newblk; in rh_alloc_align() local
477 newblk = blk; in rh_alloc_align()
491 newblk = get_slot(info); in rh_alloc_align()
492 newblk->start = start; in rh_alloc_align()
493 newblk->size = size; in rh_alloc_align()
506 newblk->owner = owner; in rh_alloc_align()
507 attach_taken_block(info, newblk); in rh_alloc_align()