Home
last modified time | relevance | path

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

/netbsd-src/sys/nfs/
H A Dnfs_var.h179 void nfs_timer(void *);
H A Dnfs_socket.c708 callout_setfunc(&nfs_timer_ch, nfs_timer, NULL); in nfs_timer_init()
753 nfs_timer(void *arg) in nfs_timer() function