Home
last modified time | relevance | path

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

/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c1004 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_send_msg_slot_uv()
1011 nbytes = nentries * sizeof(struct xpc_send_msg_slot_uv); in xpc_allocate_send_msg_slot_uv()
1248 struct xpc_send_msg_slot_uv **address_of_msg_slot) in xpc_allocate_msg_slot_uv()
1251 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_msg_slot_uv()
1267 msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next); in xpc_allocate_msg_slot_uv()
1274 struct xpc_send_msg_slot_uv *msg_slot) in xpc_free_msg_slot_uv()
1285 struct xpc_send_msg_slot_uv *msg_slot, in xpc_notify_sender_uv()
1310 struct xpc_send_msg_slot_uv *msg_slot; in xpc_handle_notify_mq_ack_uv()
1454 struct xpc_send_msg_slot_uv *msg_slot = NULL; in xpc_send_payload_uv()
1542 struct xpc_send_msg_slot_uv *msg_slot; in xpc_notify_senders_of_disconnect_uv()
H A Dxpc.h289 struct xpc_send_msg_slot_uv { struct
312 struct xpc_send_msg_slot_uv *send_msg_slots; argument