Searched refs:tid_geq (Results 1 – 3 of 3) sorted by relevance
371 if (tid_geq(next_commit_ID, info->end_transaction)) in do_one_pass()
562 if (tid_geq(journal->j_commit_request, target)) in log_start_commit()590 if (!tid_geq(journal->j_commit_request, tid)) { in log_wait_commit()
920 static inline int tid_geq(tid_t x, tid_t y) in tid_geq() function