Searched refs:liids (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
138 * @liids: idr of all local intents
167 struct idr liids; member in struct:glink_channel
242 idr_init(&channel->liids);
270 idr_for_each_entry(&channel->liids, tmp, iid) {
274 idr_destroy(&channel->liids);
575 idr_remove(&channel->liids, intent->id);
720 ret = idr_alloc_cyclic(&channel->liids, intent, 1, -1, GFP_ATOMIC);
908 intent = idr_find(&channel->liids, liid);

Completed in 134 milliseconds