Searched refs:ip_xindex (Results 1 – 2 of 2) sorted by relevance
466 if ((int)(ip->ip_xindex - seq) < 0) { in lwkt_wait_ipiq()481 while ((int)(ip->ip_xindex - seq) < 0) { in lwkt_wait_ipiq()497 ip->ip_xindex - seq); in lwkt_wait_ipiq()769 ip->ip_xindex = ip->ip_rindex; in lwkt_process_ipiq_core()
189 int ip_xindex; /* written by target, indicates completion */ member