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

/linux-4.4.14/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]; xpc_connect()
217 registration = &xpc_registrations[ch_number]; xpc_disconnect()
256 mutex_init(&xpc_registrations[ch_number].mutex); xp_init()
H A Dxp.h277 #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]; xpc_connect_channel()

Completed in 116 milliseconds