Searched refs:notifyids (Results 1 – 3 of 3) sorted by relevance
463 struct idr notifyids; member
232 ret = idr_alloc(&rproc->notifyids, rvring, 0, 0, GFP_KERNEL); in rproc_alloc_vring()296 idr_remove(&rproc->notifyids, rvring->notifyid); in rproc_free_vring()1513 idr_destroy(&rproc->notifyids); in rproc_type_release()1625 idr_init(&rproc->notifyids); in rproc_alloc()
63 rvring = idr_find(&rproc->notifyids, notifyid); in rproc_vq_interrupt()