Home
last modified time | relevance | path

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

/netbsd-src/sys/nfs/
H A Dnfs_socket.c175 static bool (*nfs_timer_srvvec)(void); variable
733 nfs_timer_srvvec = func; in nfs_timer_srvinit()
741 nfs_timer_srvvec = NULL; in nfs_timer_srvfini()
869 if (nfs_timer_srvvec != NULL) { in nfs_timer()
870 more |= (*nfs_timer_srvvec)(); in nfs_timer()