Searched refs:RF_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
252 if (r->r_flags & RF_ALLOCATED) { in rman_fini()284 if (!(r->r_flags & RF_ALLOCATED)) { in rman_first_free_region()302 if (!(r->r_flags & RF_ALLOCATED)) { in rman_last_free_region()363 if (end > r->r_end && (t == NULL || (t->r_flags & RF_ALLOCATED) || in rman_adjust_resource()410 if (s != NULL && !(s->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()425 if (t != NULL && !(t->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()454 new_rflags = (flags & ~RF_FIRSTSHARE) | RF_ALLOCATED; in rman_reserve_resource_bound()503 if (s->r_flags & RF_ALLOCATED) { in rman_reserve_resource_bound()735 if (s != NULL && ((s->r_flags & RF_ALLOCATED) != 0 || in int_rman_release_resource()739 if (t != NULL && ((t->r_flags & RF_ALLOCATED) != 0 || in int_rman_release_resource()[all …]
44 #define RF_ALLOCATED 0x0001 /* resource has been reserved */ macro
1491 RF_ALLOCATED); in tegra_pcib_attach()