Searched refs:fmdo_timeout (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.h122 void (*fmdo_timeout)(fmd_hdl_t *, id_t, void *); member in struct:fmd_hdl_ops
H A Dfmd_api.c572 /* Note that the fmdo_timeout can remove this timer */
573 if (ops->fmdo_timeout != NULL)
574 ops->fmdo_timeout(hdl, ftp, ftp->ft_arg);
579 * current time. After the timeout has expired, the module's fmdo_timeout

Completed in 100 milliseconds