Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dremoteproc.h468 int max_notifyid; member
/Linux-v4.19/drivers/remoteproc/
Dremoteproc_core.c241 if (notifyid > rproc->max_notifyid) in rproc_alloc_vring()
242 rproc->max_notifyid = notifyid; in rproc_alloc_vring()
1010 rproc->max_notifyid = -1; in rproc_fw_boot()