Searched refs:RF_ALLOCATED (Results 1 – 5 of 5) sorted by relevance
247 if (r->r_flags & RF_ALLOCATED) { in rman_fini()279 if (!(r->r_flags & RF_ALLOCATED)) { in rman_first_free_region()297 if (!(r->r_flags & RF_ALLOCATED)) { in rman_last_free_region()353 if (start < r->r_start && (s == NULL || (s->r_flags & RF_ALLOCATED) || in rman_adjust_resource()358 if (end > r->r_end && (t == NULL || (t->r_flags & RF_ALLOCATED) || in rman_adjust_resource()371 (start > r->r_start && s != NULL && !(s->r_flags & RF_ALLOCATED))) { in rman_adjust_resource()381 (end < r->r_end && t != NULL && !(t->r_flags & RF_ALLOCATED))) { in rman_adjust_resource()405 if (s != NULL && !(s->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()420 if (t != NULL && !(t->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()449 new_rflags = (flags & ~RF_FIRSTSHARE) | RF_ALLOCATED; in rman_reserve_resource_bound()[all …]
42 #define RF_ALLOCATED 0x0001 /* resource has been reserved */ macro
295 0ul, ~0ul, sc->win_size, RF_ALLOCATED); in digi_isa_probe()
341 RF_ALLOCATED))) in ct_is_free_res()
428 RF_ALLOCATED))) in cx_is_free_res()