Searched refs:SMR_SEQ_LEQ (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dsubr_smr.c402 if (SMR_SEQ_LEQ(goal, c_seq))
524 if (SMR_SEQ_LEQ(goal, s_rd_seq))
570 success = SMR_SEQ_LEQ(goal, s_rd_seq);
/freebsd-13-stable/sys/sys/
H A Dsmr.h50 #define SMR_SEQ_LEQ(a, b) ((smr_delta_t)((a)-(b)) <= 0) macro

Completed in 114 milliseconds