Home
last modified time | relevance | path

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

/linux-6.15/drivers/misc/sgi-xp/
H A Dxpc_uv.c1021 &msg_slot->next); in xpc_allocate_send_msg_slot_uv()
1268 *address_of_msg_slot = msg_slot; in xpc_allocate_msg_slot_uv()
1318 if (msg_slot->func != NULL) in xpc_handle_notify_mq_ack_uv()
1321 xpc_free_msg_slot_uv(ch, msg_slot); in xpc_handle_notify_mq_ack_uv()
1370 msg_slot = ch_uv->recv_msg_slots + in xpc_handle_notify_mq_msg_uv()
1373 BUG_ON(msg_slot->hdr.size != 0); in xpc_handle_notify_mq_msg_uv()
1483 msg_slot->key = key; in xpc_send_payload_uv()
1485 msg_slot->func = func; in xpc_send_payload_uv()
1523 msg_slot->key = NULL; in xpc_send_payload_uv()
1526 xpc_free_msg_slot_uv(ch, msg_slot); in xpc_send_payload_uv()
[all …]