Searched refs:xpc_channel (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/misc/sgi-xp/ |
D | xpc.h | 320 struct xpc_channel { struct 500 struct xpc_channel *channels; /* array of channel structures */ 551 void (*send_chctl_closerequest) (struct xpc_channel *, unsigned long *); 552 void (*send_chctl_closereply) (struct xpc_channel *, unsigned long *); 553 void (*send_chctl_openrequest) (struct xpc_channel *, unsigned long *); 554 void (*send_chctl_openreply) (struct xpc_channel *, unsigned long *); 555 void (*send_chctl_opencomplete) (struct xpc_channel *, unsigned long *); 558 enum xp_retval (*save_remote_msgqueue_pa) (struct xpc_channel *, 561 enum xp_retval (*setup_msg_structures) (struct xpc_channel *); 562 void (*teardown_msg_structures) (struct xpc_channel *); [all …]
|
D | xpc_channel.c | 27 xpc_process_connect(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_process_connect() 80 xpc_process_disconnect(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_process_disconnect() 189 struct xpc_channel *ch = &part->channels[ch_number]; in xpc_process_openclose_chctl_flags() 465 xpc_connect_channel(struct xpc_channel *ch) in xpc_connect_channel() 550 struct xpc_channel *ch; in xpc_process_sent_chctl_flags() 621 struct xpc_channel *ch; in xpc_partition_going_down() 677 xpc_connected_callout(struct xpc_channel *ch) in xpc_connected_callout() 712 struct xpc_channel *ch; in xpc_initiate_disconnect() 753 xpc_disconnect_channel(const int line, struct xpc_channel *ch, in xpc_disconnect_channel() 801 xpc_disconnect_callout(struct xpc_channel *ch, enum xp_retval reason) in xpc_disconnect_callout() [all …]
|
D | xpc_uv.c | 743 xpc_send_activate_IRQ_ch_uv(struct xpc_channel *ch, unsigned long *irq_flags, in xpc_send_activate_IRQ_ch_uv() 1086 xpc_allocate_send_msg_slot_uv(struct xpc_channel *ch) in xpc_allocate_send_msg_slot_uv() 1120 xpc_allocate_recv_msg_slot_uv(struct xpc_channel *ch) in xpc_allocate_recv_msg_slot_uv() 1156 xpc_setup_msg_structures_uv(struct xpc_channel *ch) in xpc_setup_msg_structures_uv() 1186 xpc_teardown_msg_structures_uv(struct xpc_channel *ch) in xpc_teardown_msg_structures_uv() 1204 xpc_send_chctl_closerequest_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_closerequest_uv() 1215 xpc_send_chctl_closereply_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_closereply_uv() 1225 xpc_send_chctl_openrequest_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openrequest_uv() 1237 xpc_send_chctl_openreply_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openreply_uv() 1250 xpc_send_chctl_opencomplete_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_opencomplete_uv() [all …]
|
D | xpc_main.c | 158 static void xpc_kthread_waitmsgs(struct xpc_partition *, struct xpc_channel *); 405 struct xpc_channel *ch; in xpc_setup_ch_structures() 414 sizeof(struct xpc_channel), in xpc_setup_ch_structures() 611 xpc_activate_kthreads(struct xpc_channel *ch, int needed) in xpc_activate_kthreads() 649 xpc_kthread_waitmsgs(struct xpc_partition *part, struct xpc_channel *ch) in xpc_kthread_waitmsgs() 651 int (*n_of_deliverable_payloads) (struct xpc_channel *) = in xpc_kthread_waitmsgs() 687 struct xpc_channel *ch; in xpc_kthread_start() 690 int (*n_of_deliverable_payloads) (struct xpc_channel *) = in xpc_kthread_start() 773 xpc_create_kthreads(struct xpc_channel *ch, int needed, in xpc_create_kthreads() 853 struct xpc_channel *ch; in xpc_disconnect_wait()
|
D | Makefile | 10 xpc-y := xpc_main.o xpc_channel.o xpc_partition.o \
|