Searched defs:msg_slot (Results 1 - 1 of 1) sorted by relevance

/drivers/misc/sgi-xp/
H A Dxpc_uv.c1083 struct xpc_send_msg_slot_uv *msg_slot; local
1096 msg_slot = &ch_uv->send_msg_slots[entry];
1098 msg_slot->msg_slot_number = entry;
1100 &msg_slot->next);
1117 struct xpc_notify_mq_msg_uv *msg_slot; local
1130 msg_slot = ch_uv->recv_msg_slots +
1133 msg_slot->hdr.msg_slot_number = entry;
1330 struct xpc_send_msg_slot_uv *msg_slot; local
1346 msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next);
1347 *address_of_msg_slot = msg_slot;
1352 xpc_free_msg_slot_uv(struct xpc_channel *ch, struct xpc_send_msg_slot_uv *msg_slot) argument
1363 xpc_notify_sender_uv(struct xpc_channel *ch, struct xpc_send_msg_slot_uv *msg_slot, enum xp_retval reason) argument
1389 struct xpc_send_msg_slot_uv *msg_slot; local
1410 struct xpc_notify_mq_msg_uv *msg_slot; local
1533 struct xpc_send_msg_slot_uv *msg_slot = NULL; local
1621 struct xpc_send_msg_slot_uv *msg_slot; local
[all...]

Completed in 136 milliseconds