Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/sgi-xp/
Dxpc_uv.c1089 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_send_msg_slot_uv() local
1102 msg_slot = &ch_uv->send_msg_slots[entry]; in xpc_allocate_send_msg_slot_uv()
1104 msg_slot->msg_slot_number = entry; in xpc_allocate_send_msg_slot_uv()
1106 &msg_slot->next); in xpc_allocate_send_msg_slot_uv()
1123 struct xpc_notify_mq_msg_uv *msg_slot; in xpc_allocate_recv_msg_slot_uv() local
1136 msg_slot = ch_uv->recv_msg_slots + in xpc_allocate_recv_msg_slot_uv()
1139 msg_slot->hdr.msg_slot_number = entry; in xpc_allocate_recv_msg_slot_uv()
1336 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_msg_slot_uv() local
1352 msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next); in xpc_allocate_msg_slot_uv()
1353 *address_of_msg_slot = msg_slot; in xpc_allocate_msg_slot_uv()
[all …]
/Linux-v5.4/arch/x86/include/asm/uv/
Duv_bau.h492 int msg_slot; member
/Linux-v5.4/arch/x86/platform/uv/
Dtlb_uv.c319 sp = &smaster->socket_acknowledge_count[mdp->msg_slot]; in bau_process_message()
1298 msgdesc.msg_slot = msg - msgdesc.queue_first; in uv_bau_message_interrupt()