Searched refs:RLE_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
3241 if ((rle->flags & (RLE_RESERVED | RLE_ALLOCATED)) == RLE_RESERVED) { in resource_list_busy()3428 if (rle->flags & RLE_ALLOCATED) in resource_list_alloc()3434 rle->flags |= RLE_ALLOCATED; in resource_list_alloc()3501 if (rle->flags & RLE_ALLOCATED) { in resource_list_release()3508 rle->flags &= ~RLE_ALLOCATED; in resource_list_release()3551 if ((rle->flags & (RLE_RESERVED | RLE_ALLOCATED)) == in resource_list_release_active()3597 if (rle->flags & RLE_ALLOCATED) in resource_list_unreserve()
352 #define RLE_ALLOCATED 0x0002 /* Reserved resource is allocated. */ macro