Searched refs:xpc_channel (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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 | 672 xpc_send_activate_IRQ_ch_uv(struct xpc_channel *ch, unsigned long *irq_flags, in xpc_send_activate_IRQ_ch_uv() 1001 xpc_allocate_send_msg_slot_uv(struct xpc_channel *ch) in xpc_allocate_send_msg_slot_uv() 1035 xpc_allocate_recv_msg_slot_uv(struct xpc_channel *ch) in xpc_allocate_recv_msg_slot_uv() 1071 xpc_setup_msg_structures_uv(struct xpc_channel *ch) in xpc_setup_msg_structures_uv() 1101 xpc_teardown_msg_structures_uv(struct xpc_channel *ch) in xpc_teardown_msg_structures_uv() 1119 xpc_send_chctl_closerequest_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_closerequest_uv() 1130 xpc_send_chctl_closereply_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_closereply_uv() 1140 xpc_send_chctl_openrequest_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openrequest_uv() 1152 xpc_send_chctl_openreply_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openreply_uv() 1165 xpc_send_chctl_opencomplete_uv(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_opencomplete_uv() [all …]
|
D | xpc_main.c | 147 static void xpc_kthread_waitmsgs(struct xpc_partition *, struct xpc_channel *); 394 struct xpc_channel *ch; in xpc_setup_ch_structures() 403 sizeof(struct xpc_channel), in xpc_setup_ch_structures() 600 xpc_activate_kthreads(struct xpc_channel *ch, int needed) in xpc_activate_kthreads() 638 xpc_kthread_waitmsgs(struct xpc_partition *part, struct xpc_channel *ch) in xpc_kthread_waitmsgs() 640 int (*n_of_deliverable_payloads) (struct xpc_channel *) = in xpc_kthread_waitmsgs() 676 struct xpc_channel *ch; in xpc_kthread_start() 679 int (*n_of_deliverable_payloads) (struct xpc_channel *) = in xpc_kthread_start() 762 xpc_create_kthreads(struct xpc_channel *ch, int needed, in xpc_create_kthreads() 842 struct xpc_channel *ch; in xpc_disconnect_wait()
|
D | Makefile | 10 xpc-y := xpc_main.o xpc_channel.o xpc_partition.o \
|