Searched refs:RLE_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
3336 if ((rle->flags & (RLE_RESERVED | RLE_ALLOCATED)) == RLE_RESERVED) { in resource_list_busy()3523 if (rle->flags & RLE_ALLOCATED) in resource_list_alloc()3529 rle->flags |= RLE_ALLOCATED; in resource_list_alloc()3596 if (rle->flags & RLE_ALLOCATED) { in resource_list_release()3603 rle->flags &= ~RLE_ALLOCATED; in resource_list_release()3646 if ((rle->flags & (RLE_RESERVED | RLE_ALLOCATED)) == in resource_list_release_active()3692 if (rle->flags & RLE_ALLOCATED) in resource_list_unreserve()
364 #define RLE_ALLOCATED 0x0002 /* Reserved resource is allocated. */ macro