Searched refs:RF_ALLOCATED (Results 1 – 7 of 7) sorted by relevance
237 if (r->r_flags & RF_ALLOCATED) { in rman_fini()268 if (!(r->r_flags & RF_ALLOCATED)) { in rman_first_free_region()286 if (!(r->r_flags & RF_ALLOCATED)) { in rman_last_free_region()342 if (start < r->r_start && (s == NULL || (s->r_flags & RF_ALLOCATED) || in rman_adjust_resource()347 if (end > r->r_end && (t == NULL || (t->r_flags & RF_ALLOCATED) || in rman_adjust_resource()360 (start > r->r_start && s != NULL && !(s->r_flags & RF_ALLOCATED))) { in rman_adjust_resource()370 (end < r->r_end && t != NULL && !(t->r_flags & RF_ALLOCATED))) { in rman_adjust_resource()394 if (s != NULL && !(s->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()409 if (t != NULL && !(t->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()438 new_rflags = (flags & ~RF_FIRSTSHARE) | RF_ALLOCATED; in rman_reserve_resource()[all …]
452 KASSERT(!(flags &~ (RF_ACTIVE|RF_ALLOCATED)), ("unsupported flags")); in chipc_retain_region()457 if (flags & RF_ALLOCATED) { in chipc_retain_region()545 if (flags & RF_ALLOCATED) { in chipc_release_region()
189 RF_ALLOCATED|RF_ACTIVE); in chipc_attach()228 RF_ALLOCATED|RF_ACTIVE); in chipc_attach()250 chipc_release_region(sc, sc->core_region, RF_ALLOCATED|RF_ACTIVE); in chipc_detach()849 if ((error = chipc_retain_region(sc, cr, RF_ALLOCATED))) in chipc_alloc_resource()856 chipc_release_region(sc, cr, RF_ALLOCATED); in chipc_alloc_resource()903 chipc_release_region(sc, cr, RF_ALLOCATED); in chipc_release_resource()
43 #define RF_ALLOCATED 0x0001 /* resource has been reserved */ macro
638 #define RF_ALLOCATED 0x0001 /* resource has been reserved */ macro
497 RF_ALLOCATED | RF_ACTIVE | RF_SHAREABLE); in amdiommu_attach()
1486 RF_ALLOCATED); in tegra_pcib_attach()