Searched refs:notifyids (Results 1 – 4 of 4) sorted by relevance
569 struct idr notifyids; member
363 ret = idr_alloc(&rproc->notifyids, rvring, 0, 0, GFP_KERNEL); in rproc_alloc_vring()412 idr_remove(&rproc->notifyids, rvring->notifyid); in rproc_free_vring()2375 idr_destroy(&rproc->notifyids); in rproc_type_release()2482 idr_init(&rproc->notifyids); in rproc_alloc()
95 rvring = idr_find(&rproc->notifyids, notifyid); in rproc_vq_interrupt()
844 idr_for_each(&rproc->notifyids, imx_rproc_notified_idr_cb, rproc); in imx_rproc_vq_work()