Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/nfs/
H A Dnfs.h1250 extern thread_call_t nfs_request_timer_call;
H A Dnfs_vfsops.c148 thread_call_t nfs_request_timer_call; variable
341 nfs_request_timer_call = thread_call_allocate(nfs_request_timer, NULL); in nfs_vfs_init()
H A Dnfs_socket.c4377 nfs_interval_timer_start(nfs_request_timer_call, in nfs_request_send()
5539 nfs_interval_timer_start(nfs_request_timer_call, NFS_REQUESTDELAY); in nfs_request_timer()