Searched refs:newxid (Results 1 – 1 of 1) sorted by relevance
2027 u_int32_t newxid; in nfs_getxid() local2035 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()