Searched refs:before_eq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | call_event.c | 175 ASSERT(before_eq(cursor, top)); in rxrpc_resend() 185 for (seq = cursor + 1; before_eq(seq, top); seq++) { in rxrpc_resend() 242 for (seq = cursor + 1; before_eq(seq, top); seq++) { in rxrpc_resend()
|
H A D | input.c | 208 } else if (before_eq(call->acks_lowest_nak, to)) { in rxrpc_rotate_tx_window() 501 if (before_eq(seq, hard_ack)) { in rxrpc_input_data() 690 for (seq = bottom; before_eq(seq, top); seq++) { in rxrpc_input_check_for_lost_ack()
|
H A D | recvmsg.c | 386 before_eq(seq, top) in rxrpc_recvmsg_data()
|
H A D | ar-internal.h | 1092 static inline bool before_eq(u32 seq1, u32 seq2) in before_eq() function
|
H A D | output.c | 116 } while (before_eq(seq, top)); in rxrpc_fill_out_ack()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | call_event.c | 194 if (before_eq(txb->seq, READ_ONCE(call->acks_prev_seq))) in rxrpc_resend()
|
H A D | input.c | 213 if (before_eq(txb->seq, call->acks_hard_ack)) in rxrpc_rotate_tx_window()
|
H A D | ar-internal.h | 1309 static inline bool before_eq(u32 seq1, u32 seq2) in before_eq() function
|
Completed in 13 milliseconds