Lines Matching full:allocated
31 r->allocated = false;
43 WARN_ON(r->allocated);
111 if (WARN_ON(r->allocated))
134 r->allocated = true;
154 * any resources that were allocated before the bus reset. It is safe to call
155 * this function if no resources are currently allocated.
167 if (!r->allocated)
184 r->allocated = false;
198 * fw_iso_resources_free - frees allocated resources
201 * This function deallocates the channel and bandwidth, if allocated.
215 if (r->allocated) {
223 r->allocated = false;