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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxp_main.c65 * xpc_registrations[] keeps track of xpc_connect()'s done by the kernel-level
68 struct xpc_registration xpc_registrations[XPC_MAX_NCHANNELS]; variable in typeref:struct:xpc_registration
69 EXPORT_SYMBOL_GPL(xpc_registrations); variable
170 registration = &xpc_registrations[ch_number];
217 registration = &xpc_registrations[ch_number];
256 mutex_init(&xpc_registrations[ch_number].mutex);
H A Dxp.h278 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL)
H A Dxpc.h874 extern struct xpc_registration xpc_registrations[];
H A Dxpc_channel.c468 struct xpc_registration *registration = &xpc_registrations[ch->number];

Completed in 44 milliseconds