Lines Matching refs:riids
137 * @intent_lock: lock for protection of @liids, @riids
139 * @riids: idr of all remote intents
168 struct idr riids;
243 idr_init(&channel->riids);
276 idr_for_each_entry(&channel->riids, tmp, iid)
278 idr_destroy(&channel->riids);
757 intent = idr_find(&channel->riids, iid);
768 idr_remove(&channel->riids, intent->id);
1006 ret = idr_alloc(&channel->riids, intent,
1392 idr_for_each_entry(&channel->riids, tmp, iid) {