Lines Matching defs:rcids
90 * @idr_lock: synchronizes @lcids and @rcids modifications
92 * @rcids: idr of all channels with a known remote channel id
117 struct idr rcids;
388 channel = idr_find(&glink->rcids, cid);
703 channel = idr_find(&glink->rcids, cid);
746 channel = idr_find(&glink->rcids, cid);
822 channel = idr_find(&glink->rcids, rcid);
932 channel = idr_find(&glink->rcids, cid);
1149 idr_for_each_entry(&glink->rcids, channel, cid) {
1414 ret = idr_alloc(&glink->rcids, channel, rcid, rcid + 1, GFP_ATOMIC);
1454 idr_remove(&glink->rcids, channel->rcid);
1472 channel = idr_find(&glink->rcids, rcid);
1491 idr_remove(&glink->rcids, channel->rcid);
1667 idr_init(&glink->rcids);
1737 idr_for_each_entry(&glink->rcids, channel, cid)
1741 idr_destroy(&glink->rcids);