Lines Matching refs:riids
140 * @intent_lock: lock for protection of @liids, @riids
142 * @riids: idr of all remote intents
170 struct idr riids;
238 idr_init(&channel->riids);
271 idr_for_each_entry(&channel->riids, tmp, iid)
273 idr_destroy(&channel->riids);
711 intent = idr_find(&channel->riids, iid);
722 idr_remove(&channel->riids, intent->id);
955 ret = idr_alloc(&channel->riids, intent,
1283 idr_for_each_entry(&channel->riids, tmp, iid) {