Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rpmsg/
H A Dqcom_glink_native.c140 * @intent_lock: lock for protection of @liids, @riids
142 * @riids: idr of all remote intents
170 struct idr riids; member
238 idr_init(&channel->riids); in qcom_glink_alloc_channel()
271 idr_for_each_entry(&channel->riids, tmp, iid) in qcom_glink_channel_release()
273 idr_destroy(&channel->riids); in qcom_glink_channel_release()
711 intent = idr_find(&channel->riids, iid); in qcom_glink_handle_rx_done()
722 idr_remove(&channel->riids, intent->id); in qcom_glink_handle_rx_done()
955 ret = idr_alloc(&channel->riids, intent, in qcom_glink_handle_intent()
1283 idr_for_each_entry(&channel->riids, tm in __qcom_glink_send()
[all...]
/kernel/linux/linux-6.6/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
243 idr_init(&channel->riids); in qcom_glink_alloc_channel()
276 idr_for_each_entry(&channel->riids, tmp, iid) in qcom_glink_channel_release()
278 idr_destroy(&channel->riids); in qcom_glink_channel_release()
757 intent = idr_find(&channel->riids, iid); in qcom_glink_handle_rx_done()
768 idr_remove(&channel->riids, intent->id); in qcom_glink_handle_rx_done()
1006 ret = idr_alloc(&channel->riids, intent, in qcom_glink_handle_intent()
1392 idr_for_each_entry(&channel->riids, tm in __qcom_glink_send()
[all...]

Completed in 5 milliseconds