Searched refs:msg_next (Results 1 – 1 of 1) sorted by relevance
1195 struct bau_pq_entry *msg_next = msg + 1; in find_another_by_swack() local1198 if (msg_next > bcp->queue_last) in find_another_by_swack()1199 msg_next = bcp->queue_first; in find_another_by_swack()1200 while (msg_next != msg) { in find_another_by_swack()1201 if ((msg_next->canceled == 0) && (msg_next->replied_to == 0) && in find_another_by_swack()1202 (msg_next->swack_vec == swack_vec)) in find_another_by_swack()1203 return msg_next; in find_another_by_swack()1204 msg_next++; in find_another_by_swack()1205 if (msg_next > bcp->queue_last) in find_another_by_swack()1206 msg_next = bcp->queue_first; in find_another_by_swack()