Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c1106 &msg_slot->next); in xpc_allocate_send_msg_slot_uv()
1353 *address_of_msg_slot = msg_slot; in xpc_allocate_msg_slot_uv()
1403 if (msg_slot->func != NULL) in xpc_handle_notify_mq_ack_uv()
1406 xpc_free_msg_slot_uv(ch, msg_slot); in xpc_handle_notify_mq_ack_uv()
1455 msg_slot = ch_uv->recv_msg_slots + in xpc_handle_notify_mq_msg_uv()
1458 BUG_ON(msg_slot->hdr.size != 0); in xpc_handle_notify_mq_msg_uv()
1568 msg_slot->key = key; in xpc_send_payload_uv()
1570 msg_slot->func = func; in xpc_send_payload_uv()
1608 msg_slot->key = NULL; in xpc_send_payload_uv()
1611 xpc_free_msg_slot_uv(ch, msg_slot); in xpc_send_payload_uv()
[all …]