Searched refs:msg_slot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/ |
H A D | xpc_uv.c | 1089 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() 1358 xpc_free_msg_slot_uv(struct xpc_channel *ch, struct xpc_send_msg_slot_uv *msg_slot) xpc_free_msg_slot_uv() argument 1369 xpc_notify_sender_uv(struct xpc_channel *ch, struct xpc_send_msg_slot_uv *msg_slot, enum xp_retval reason) xpc_notify_sender_uv() argument 1395 struct xpc_send_msg_slot_uv *msg_slot; xpc_handle_notify_mq_ack_uv() local 1416 struct xpc_notify_mq_msg_uv *msg_slot; xpc_handle_notify_mq_msg_uv() local 1539 struct xpc_send_msg_slot_uv *msg_slot = NULL; xpc_send_payload_uv() local 1627 struct xpc_send_msg_slot_uv *msg_slot; xpc_notify_senders_of_disconnect_uv() local [all...] |
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/ |
H A D | xpc_uv.c | 1089 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() 1358 xpc_free_msg_slot_uv(struct xpc_channel *ch, struct xpc_send_msg_slot_uv *msg_slot) xpc_free_msg_slot_uv() argument 1369 xpc_notify_sender_uv(struct xpc_channel *ch, struct xpc_send_msg_slot_uv *msg_slot, enum xp_retval reason) xpc_notify_sender_uv() argument 1395 struct xpc_send_msg_slot_uv *msg_slot; xpc_handle_notify_mq_ack_uv() local 1416 struct xpc_notify_mq_msg_uv *msg_slot; xpc_handle_notify_mq_msg_uv() local 1539 struct xpc_send_msg_slot_uv *msg_slot = NULL; xpc_send_payload_uv() local 1627 struct xpc_send_msg_slot_uv *msg_slot; xpc_notify_senders_of_disconnect_uv() local [all...] |
Completed in 5 milliseconds