Home
last modified time | relevance | path

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

/netbsd/sys/nfs/
H A Dnfs_subs.c2027 u_int32_t newxid; in nfs_getxid() local
2035 newxid = atomic_inc_32_nv(&nfs_xid); in nfs_getxid()
2036 } while (__predict_false(newxid == 0)); in nfs_getxid()
2038 return txdr_unsigned(newxid); in nfs_getxid()