Home
last modified time | relevance | path

Searched refs:msg_next (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/x86/platform/uv/
Dtlb_uv.c1198 struct bau_pq_entry *msg_next = msg + 1; in find_another_by_swack() local
1201 if (msg_next > bcp->queue_last) in find_another_by_swack()
1202 msg_next = bcp->queue_first; in find_another_by_swack()
1203 while (msg_next != msg) { in find_another_by_swack()
1204 if ((msg_next->canceled == 0) && (msg_next->replied_to == 0) && in find_another_by_swack()
1205 (msg_next->swack_vec == swack_vec)) in find_another_by_swack()
1206 return msg_next; in find_another_by_swack()
1207 msg_next++; in find_another_by_swack()
1208 if (msg_next > bcp->queue_last) in find_another_by_swack()
1209 msg_next = bcp->queue_first; in find_another_by_swack()