Searched refs:xpc_channel (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h430 struct xpc_channel { struct
500 /* struct xpc_channel flags */
579 struct xpc_channel *channels;/* array of channel structures */
675 extern void xpc_activate_kthreads(struct xpc_channel *, int);
676 extern void xpc_create_kthreads(struct xpc_channel *, int, int);
703 /* found in xpc_channel.c */
714 extern void xpc_connected_callout(struct xpc_channel *);
715 extern void xpc_deliver_msg(struct xpc_channel *);
716 extern void xpc_disconnect_channel(const int, struct xpc_channel *,
718 extern void xpc_disconnect_callout(struct xpc_channel *, enu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A DMakefile21 xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
H A Dxpc_channel.c63 struct xpc_channel *ch;
120 part->channels = kzalloc(sizeof(struct xpc_channel) * XPC_NCHANNELS,
454 xpc_allocate_local_msgqueue(struct xpc_channel *ch)
505 xpc_allocate_remote_msgqueue(struct xpc_channel *ch)
552 xpc_allocate_msgqueues(struct xpc_channel *ch)
587 xpc_process_connect(struct xpc_channel *ch, unsigned long *irq_flags)
644 xpc_notify_senders(struct xpc_channel *ch, enum xpc_retval reason, s64 put)
697 xpc_free_msgqueues(struct xpc_channel *ch)
741 xpc_process_disconnect(struct xpc_channel *ch, unsigned long *irq_flags)
841 struct xpc_channel *c
[all...]
H A Dxpc_main.c179 static void xpc_kthread_waitmsgs(struct xpc_partition *, struct xpc_channel *);
639 xpc_activate_kthreads(struct xpc_channel *ch, int needed)
682 xpc_kthread_waitmsgs(struct xpc_partition *part, struct xpc_channel *ch)
722 struct xpc_channel *ch;
813 xpc_create_kthreads(struct xpc_channel *ch, int needed,
895 struct xpc_channel *ch;

Completed in 101 milliseconds