Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_core.c368 ret = idr_alloc(&rproc->notifyids, rvring, 0, 0, GFP_KERNEL); in rproc_alloc_vring()
417 idr_remove(&rproc->notifyids, rvring->notifyid); in rproc_free_vring()
2160 idr_destroy(&rproc->notifyids); in rproc_type_release()
2267 idr_init(&rproc->notifyids); in rproc_alloc()
H A Dremoteproc_virtio.c57 rvring = idr_find(&rproc->notifyids, notifyid); in rproc_vq_interrupt()
/OK3568_Linux_fs/kernel/include/linux/
H A Dremoteproc.h540 struct idr notifyids; member