Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/sgi-xp/
Dxpc_uv.c1089 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_send_msg_slot_uv()
1096 nbytes = nentries * sizeof(struct xpc_send_msg_slot_uv); in xpc_allocate_send_msg_slot_uv()
1333 struct xpc_send_msg_slot_uv **address_of_msg_slot) in xpc_allocate_msg_slot_uv()
1336 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_msg_slot_uv()
1352 msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next); in xpc_allocate_msg_slot_uv()
1359 struct xpc_send_msg_slot_uv *msg_slot) in xpc_free_msg_slot_uv()
1370 struct xpc_send_msg_slot_uv *msg_slot, in xpc_notify_sender_uv()
1395 struct xpc_send_msg_slot_uv *msg_slot; in xpc_handle_notify_mq_ack_uv()
1539 struct xpc_send_msg_slot_uv *msg_slot = NULL; in xpc_send_payload_uv()
1627 struct xpc_send_msg_slot_uv *msg_slot; in xpc_notify_senders_of_disconnect_uv()
Dxpc.h289 struct xpc_send_msg_slot_uv { struct
312 struct xpc_send_msg_slot_uv *send_msg_slots; argument