Searched refs:xpc_send_msg_slot_uv (Results 1 – 2 of 2) sorted by relevance
1002 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_send_msg_slot_uv()1009 nbytes = nentries * sizeof(struct xpc_send_msg_slot_uv); in xpc_allocate_send_msg_slot_uv()1244 struct xpc_send_msg_slot_uv **address_of_msg_slot) in xpc_allocate_msg_slot_uv()1247 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_msg_slot_uv()1263 msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next); in xpc_allocate_msg_slot_uv()1270 struct xpc_send_msg_slot_uv *msg_slot) in xpc_free_msg_slot_uv()1281 struct xpc_send_msg_slot_uv *msg_slot, in xpc_notify_sender_uv()1306 struct xpc_send_msg_slot_uv *msg_slot; in xpc_handle_notify_mq_ack_uv()1450 struct xpc_send_msg_slot_uv *msg_slot = NULL; in xpc_send_payload_uv()1538 struct xpc_send_msg_slot_uv *msg_slot; in xpc_notify_senders_of_disconnect_uv()
289 struct xpc_send_msg_slot_uv { struct312 struct xpc_send_msg_slot_uv *send_msg_slots; argument