HomeSort by: relevance | last modified time | path
    Searched defs:nfs_xid (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/nfs/
nfs_subs.c 120 static u_int32_t nfs_xid; variable in typeref:typename:u_int32_t
2029 if (__predict_false(nfs_xid == 0)) {
2030 nfs_xid = cprng_fast32();
2035 newxid = atomic_inc_32_nv(&nfs_xid);

Completed in 39 milliseconds