Searched refs:RLE_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
2960 if ((rle->flags & (RLE_RESERVED | RLE_ALLOCATED)) == RLE_RESERVED) { in resource_list_busy()3147 if (rle->flags & RLE_ALLOCATED) in resource_list_alloc()3153 rle->flags |= RLE_ALLOCATED; in resource_list_alloc()3218 if (rle->flags & RLE_ALLOCATED) { in resource_list_release()3224 rle->flags &= ~RLE_ALLOCATED; in resource_list_release()3266 if ((rle->flags & (RLE_RESERVED | RLE_ALLOCATED)) == in resource_list_release_active()3311 if (rle->flags & RLE_ALLOCATED) in resource_list_unreserve()
361 #define RLE_ALLOCATED 0x0002 /* Reserved resource is allocated. */ macro