Home
last modified time | relevance | path

Searched refs:id_max (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c214 int id_min, id_max, id; in __rpmsg_create_ept() local
233 id_max = 0; in __rpmsg_create_ept()
236 id_max = addr + 1; in __rpmsg_create_ept()
242 id = idr_alloc(&vrp->endpoints, ept, id_min, id_max, GFP_KERNEL); in __rpmsg_create_ept()