Searched refs:ft_tid (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | fmd_api.c | 577 fmd_hdl_debug(hdl, "%s timer fired (%p)", mp->mod_name, ftp->ft_tid); in _timer_notify() 581 timer_settime(ftp->ft_tid, 0, &its, NULL); in _timer_notify() 616 timer_create(CLOCK_REALTIME, &sev, &ftp->ft_tid); in fmd_timer_install() 617 timer_settime(ftp->ft_tid, 0, &its, NULL); in fmd_timer_install() 620 (int)its.it_value.tv_sec, ftp->ft_tid); in fmd_timer_install() 628 fmd_hdl_debug(hdl, "removing timer (%p)", ftp->ft_tid); in fmd_timer_remove() 630 timer_delete(ftp->ft_tid); in fmd_timer_remove()
|
H A D | fmd_api.h | 51 timer_t ft_tid; member
|