Lines Matching refs:owner
140 blk->owner = NULL; in get_slot()
361 blk->owner = NULL; in rh_attach_region()
442 unsigned long rh_alloc_align(rh_info_t * info, int size, int alignment, const char *owner) in rh_alloc_align() argument
506 newblk->owner = owner; in rh_alloc_align()
517 unsigned long rh_alloc(rh_info_t * info, int size, const char *owner) in rh_alloc() argument
519 return rh_alloc_align(info, size, info->alignment, owner); in rh_alloc()
527 unsigned long rh_alloc_fixed(rh_info_t * info, unsigned long start, int size, const char *owner) in rh_alloc_fixed() argument
569 blk->owner = owner; in rh_alloc_fixed()
599 newblk1->owner = owner; in rh_alloc_fixed()
669 stats->owner = blk->owner; in rh_get_stats()
679 int rh_set_owner(rh_info_t * info, unsigned long start, const char *owner) in rh_set_owner() argument
697 blk->owner = owner; in rh_set_owner()
735 st[i].size, st[i].owner != NULL ? st[i].owner : ""); in rh_dump()