Searched refs:xpc_channel (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xpc.h | 542 struct xpc_channel { struct 760 struct xpc_channel *channels; /* array of channel structures */ 812 void (*send_chctl_closerequest) (struct xpc_channel *, unsigned long *); 813 void (*send_chctl_closereply) (struct xpc_channel *, unsigned long *); 814 void (*send_chctl_openrequest) (struct xpc_channel *, unsigned long *); 815 void (*send_chctl_openreply) (struct xpc_channel *, unsigned long *); 816 void (*send_chctl_opencomplete) (struct xpc_channel *, unsigned long *); 819 enum xp_retval (*save_remote_msgqueue_pa) (struct xpc_channel *, 822 enum xp_retval (*setup_msg_structures) (struct xpc_channel *); 823 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() 659 struct xpc_channel *ch; in xpc_initiate_connect() 680 xpc_connected_callout(struct xpc_channel *ch) in xpc_connected_callout() 715 struct xpc_channel *ch; in xpc_initiate_disconnect() 756 xpc_disconnect_channel(const int line, struct xpc_channel *ch, in xpc_disconnect_channel() [all …]
|
D | xpc_sn2.c | 345 xpc_send_notify_IRQ_sn2(struct xpc_channel *ch, u8 chctl_flag, in xpc_send_notify_IRQ_sn2() 381 xpc_send_local_notify_IRQ_sn2(struct xpc_channel *ch, u8 chctl_flag, in xpc_send_local_notify_IRQ_sn2() 398 xpc_send_chctl_closerequest_sn2(struct xpc_channel *ch, in xpc_send_chctl_closerequest_sn2() 408 xpc_send_chctl_closereply_sn2(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_closereply_sn2() 414 xpc_send_chctl_openrequest_sn2(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openrequest_sn2() 424 xpc_send_chctl_openreply_sn2(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openreply_sn2() 435 xpc_send_chctl_opencomplete_sn2(struct xpc_channel *ch, in xpc_send_chctl_opencomplete_sn2() 442 xpc_send_chctl_msgrequest_sn2(struct xpc_channel *ch) in xpc_send_chctl_msgrequest_sn2() 448 xpc_send_chctl_local_msgrequest_sn2(struct xpc_channel *ch) in xpc_send_chctl_local_msgrequest_sn2() 454 xpc_save_remote_msgqueue_pa_sn2(struct xpc_channel *ch, in xpc_save_remote_msgqueue_pa_sn2() [all …]
|
D | xpc_uv.c | 739 xpc_send_activate_IRQ_ch_uv(struct xpc_channel *ch, unsigned long *irq_flags, in xpc_send_activate_IRQ_ch_uv() 1082 xpc_allocate_send_msg_slot_uv(struct xpc_channel *ch) in xpc_allocate_send_msg_slot_uv() 1116 xpc_allocate_recv_msg_slot_uv(struct xpc_channel *ch) in xpc_allocate_recv_msg_slot_uv() 1152 xpc_setup_msg_structures_uv(struct xpc_channel *ch) in xpc_setup_msg_structures_uv() 1182 xpc_teardown_msg_structures_uv(struct xpc_channel *ch) in xpc_teardown_msg_structures_uv() 1200 xpc_send_chctl_closerequest_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_closerequest_uv() 1211 xpc_send_chctl_closereply_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_closereply_uv() 1221 xpc_send_chctl_openrequest_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openrequest_uv() 1233 xpc_send_chctl_openreply_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openreply_uv() 1246 xpc_send_chctl_opencomplete_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_opencomplete_uv() [all …]
|
D | xpc_main.c | 157 static void xpc_kthread_waitmsgs(struct xpc_partition *, struct xpc_channel *); 412 struct xpc_channel *ch; in xpc_setup_ch_structures() 420 part->channels = kzalloc(sizeof(struct xpc_channel) * XPC_MAX_NCHANNELS, in xpc_setup_ch_structures() 617 xpc_activate_kthreads(struct xpc_channel *ch, int needed) in xpc_activate_kthreads() 655 xpc_kthread_waitmsgs(struct xpc_partition *part, struct xpc_channel *ch) in xpc_kthread_waitmsgs() 657 int (*n_of_deliverable_payloads) (struct xpc_channel *) = in xpc_kthread_waitmsgs() 693 struct xpc_channel *ch; in xpc_kthread_start() 696 int (*n_of_deliverable_payloads) (struct xpc_channel *) = in xpc_kthread_start() 779 xpc_create_kthreads(struct xpc_channel *ch, int needed, in xpc_create_kthreads() 859 struct xpc_channel *ch; in xpc_disconnect_wait()
|
D | Makefile | 13 xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
|