Searched refs:ptlrpc_last_xid (Results 1 – 1 of 1) sorted by relevance
2924 static __u64 ptlrpc_last_xid; variable2949 cfs_get_random_bytes(&ptlrpc_last_xid, sizeof(ptlrpc_last_xid)); in ptlrpc_init_xid()2950 ptlrpc_last_xid >>= 2; in ptlrpc_init_xid()2951 ptlrpc_last_xid |= (1ULL << 61); in ptlrpc_init_xid()2953 ptlrpc_last_xid = (__u64)now << 20; in ptlrpc_init_xid()2958 ptlrpc_last_xid &= PTLRPC_BULK_OPS_MASK; in ptlrpc_init_xid()2978 next = ptlrpc_last_xid + PTLRPC_BULK_OPS_COUNT; in ptlrpc_next_xid()2979 ptlrpc_last_xid = next; in ptlrpc_next_xid()2997 next = ptlrpc_last_xid + PTLRPC_BULK_OPS_COUNT; in ptlrpc_sample_next_xid()3003 return ptlrpc_last_xid + PTLRPC_BULK_OPS_COUNT; in ptlrpc_sample_next_xid()