Home
last modified time | relevance | path

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

/netbsd/src/sys/nfs/
Dnfs_clntsocket.c154 rep->r_flags &= ~R_TIMING; in nfs_receive()
428 if (rep->r_flags & R_TIMING) in nfs_reply()
452 if (rep->r_flags & R_TIMING) { in nfs_reply()
644 rep->r_flags = R_TIMING; in nfs_request()
Dnfs.h344 #define R_TIMING 0x01 /* timing request (in mntp) */ macro
Dnfs_socket.c850 rep->r_flags &= ~R_TIMING; in nfs_timer()