Lines Matching refs:next
976 head->first = first->next;
983 first->next = NULL;
995 last->next = NULL;
998 head->last->next = last;
1106 &msg_slot->next);
1352 msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next);
1361 xpc_put_fifo_entry_uv(&ch->sn.uv.msg_slot_free_list, &msg_slot->next);
1462 xpc_put_fifo_entry_uv(&ch_uv->recv_msg_list, &msg_slot->hdr.u.next);
1644 * Get the next deliverable message's payload.
1657 hdr.u.next);