Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c566 fmd_hdl_debug(hdl, "timer fired (%p)", ftp->ft_tid); in _timer_notify()
570 timer_settime(ftp->ft_tid, 0, &its, NULL); in _timer_notify()
603 timer_create(CLOCK_REALTIME, &sev, &ftp->ft_tid); in fmd_timer_install()
604 timer_settime(ftp->ft_tid, 0, &its, NULL); in fmd_timer_install()
607 (int)its.it_value.tv_sec, ftp->ft_tid); in fmd_timer_install()
615 fmd_hdl_debug(hdl, "removing timer (%p)", ftp->ft_tid); in fmd_timer_remove()
617 timer_delete(ftp->ft_tid); in fmd_timer_remove()
H A Dfmd_api.h51 timer_t ft_tid; member