Searched refs:riids (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/rpmsg/
H A Dqcom_glink_native.c137 * @intent_lock: lock for protection of @liids, @riids
139 * @riids: idr of all remote intents
168 struct idr riids; member in struct:glink_channel
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, tm
[all...]

Completed in 158 milliseconds