Home
last modified time | relevance | path

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

/netbsd-src/sys/nfs/
H A Dnfs_socket.c170 static callout_t nfs_timer_ch; variable
688 callout_schedule(&nfs_timer_ch, nfs_ticks); in nfs_timer_schedule()
695 if (callout_pending(&nfs_timer_ch)) in nfs_timer_start()
707 callout_init(&nfs_timer_ch, 0); in nfs_timer_init()
708 callout_setfunc(&nfs_timer_ch, nfs_timer, NULL); in nfs_timer_init()
721 callout_halt(&nfs_timer_ch, NULL); in nfs_timer_fini()
722 callout_destroy(&nfs_timer_ch); in nfs_timer_fini()