Searched refs:ptlrpc_last_xid (Results 1 – 1 of 1) sorted by relevance
2870 static __u64 ptlrpc_last_xid; variable2895 cfs_get_random_bytes(&ptlrpc_last_xid, sizeof(ptlrpc_last_xid)); in ptlrpc_init_xid()2896 ptlrpc_last_xid >>= 2; in ptlrpc_init_xid()2897 ptlrpc_last_xid |= (1ULL << 61); in ptlrpc_init_xid()2899 ptlrpc_last_xid = (__u64)now << 20; in ptlrpc_init_xid()2904 ptlrpc_last_xid &= PTLRPC_BULK_OPS_MASK; in ptlrpc_init_xid()2924 next = ptlrpc_last_xid + PTLRPC_BULK_OPS_COUNT; in ptlrpc_next_xid()2925 ptlrpc_last_xid = next; in ptlrpc_next_xid()2943 next = ptlrpc_last_xid + PTLRPC_BULK_OPS_COUNT; in ptlrpc_sample_next_xid()2949 return ptlrpc_last_xid + PTLRPC_BULK_OPS_COUNT; in ptlrpc_sample_next_xid()