Lines Matching refs:owner
45 if (n && n->owner() == r.owner() && n->rights() == r.rights()) in add()
65 if (n && n->owner() == r.owner() && n->rights() == r.rights()) in add()
79 if (r.owner() == sigma0_taskno) in add()
131 if (r2->owner() && r2->owner() != r.owner()) in alloc_from()
134 if (r2->owner() == r.owner() && r2->rights() == r.rights()) in alloc_from()
170 Region const nr(r.end() + 1, r2->end(), r2->owner(), r2->rights()); in alloc_from()
262 if (r2->owner() && r2->owner() != r.owner()) in reserve()
266 if (*r2 == r && (r2->owner() != r.owner() || r2->rights() != r.rights())) in reserve()
279 if (r2->contains(r) && r2->owner() == r.owner()) in reserve()
290 Region const nr(r.end() + 1, r2->end(), r2->owner(), r2->rights()); in reserve()
324 if (r2->owner()) in reserve()
331 if (r2->owner()) in reserve()
346 if (i->owner()) in morecore()
380 Mem_man::alloc_first(unsigned long size, unsigned owner) in alloc_first() argument
386 if (i->owner()) in alloc_first()
407 Region a = Region::bs((n->start() + size - 1) & ~(size - 1), size, owner); in alloc_first()