Searched refs:RLE_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
3142 if ((rle->flags & (RLE_RESERVED | RLE_ALLOCATED)) == RLE_RESERVED) { in resource_list_busy()3329 if (rle->flags & RLE_ALLOCATED) in resource_list_alloc()3335 rle->flags |= RLE_ALLOCATED; in resource_list_alloc()3402 if (rle->flags & RLE_ALLOCATED) { in resource_list_release()3409 rle->flags &= ~RLE_ALLOCATED; in resource_list_release()3452 if ((rle->flags & (RLE_RESERVED | RLE_ALLOCATED)) == in resource_list_release_active()3499 if (rle->flags & RLE_ALLOCATED) in resource_list_unreserve()
313 #define RLE_ALLOCATED 0x0002 /* Reserved resource is allocated. */ macro