Lines Matching refs:allocated
31 r->allocated = false;
43 WARN_ON(r->allocated);
111 if (WARN_ON(r->allocated))
137 r->allocated = true;
158 * any resources that were allocated before the bus reset. It is safe to call
159 * this function if no resources are currently allocated.
171 if (!r->allocated) {
190 r->allocated = false;
206 * fw_iso_resources_free - frees allocated resources
209 * This function deallocates the channel and bandwidth, if allocated.
223 if (r->allocated) {
231 r->allocated = false;