Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dremoteproc.h509 int max_notifyid; member
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_core.c365 if (notifyid > rproc->max_notifyid) in rproc_alloc_vring()
366 rproc->max_notifyid = notifyid; in rproc_alloc_vring()
1395 rproc->max_notifyid = -1; in rproc_fw_boot()