Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/sgi-xp/
Dxpc_uv.c1004 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_send_msg_slot_uv() local
1017 msg_slot = &ch_uv->send_msg_slots[entry]; in xpc_allocate_send_msg_slot_uv()
1019 msg_slot->msg_slot_number = entry; in xpc_allocate_send_msg_slot_uv()
1021 &msg_slot->next); in xpc_allocate_send_msg_slot_uv()
1038 struct xpc_notify_mq_msg_uv *msg_slot; in xpc_allocate_recv_msg_slot_uv() local
1051 msg_slot = ch_uv->recv_msg_slots + in xpc_allocate_recv_msg_slot_uv()
1054 msg_slot->hdr.msg_slot_number = entry; in xpc_allocate_recv_msg_slot_uv()
1251 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_msg_slot_uv() local
1267 msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next); in xpc_allocate_msg_slot_uv()
1268 *address_of_msg_slot = msg_slot; in xpc_allocate_msg_slot_uv()
[all …]