Searched refs:msg_next (Results 1 – 1 of 1) sorted by relevance
1162 struct bau_pq_entry *msg_next = msg + 1; in find_another_by_swack() local1165 if (msg_next > bcp->queue_last) in find_another_by_swack()1166 msg_next = bcp->queue_first; in find_another_by_swack()1167 while (msg_next != msg) { in find_another_by_swack()1168 if ((msg_next->canceled == 0) && (msg_next->replied_to == 0) && in find_another_by_swack()1169 (msg_next->swack_vec == swack_vec)) in find_another_by_swack()1170 return msg_next; in find_another_by_swack()1171 msg_next++; in find_another_by_swack()1172 if (msg_next > bcp->queue_last) in find_another_by_swack()1173 msg_next = bcp->queue_first; in find_another_by_swack()