Home
last modified time | relevance | path

Searched refs:registration (Results 1 – 13 of 13) sorted by relevance

/drivers/misc/sgi-xp/
A Dxp_main.c153 if (registration->func != NULL) { in xpc_connect()
163 registration->key = key; in xpc_connect()
164 registration->func = func; in xpc_connect()
202 mutex_lock(&registration->mutex); in xpc_disconnect()
205 if (registration->func == NULL) { in xpc_disconnect()
211 registration->func = NULL; in xpc_disconnect()
212 registration->key = NULL; in xpc_disconnect()
213 registration->nentries = 0; in xpc_disconnect()
214 registration->entry_size = 0; in xpc_disconnect()
215 registration->assigned_limit = 0; in xpc_disconnect()
[all …]
A Dxpc_channel.c470 if (mutex_trylock(&registration->mutex) == 0) in xpc_connect_channel()
474 mutex_unlock(&registration->mutex); in xpc_connect_channel()
485 mutex_unlock(&registration->mutex); in xpc_connect_channel()
497 ch->func = registration->func; in xpc_connect_channel()
498 DBUG_ON(registration->func == NULL); in xpc_connect_channel()
499 ch->key = registration->key; in xpc_connect_channel()
501 ch->local_nentries = registration->nentries; in xpc_connect_channel()
504 if (registration->entry_size != ch->entry_size) { in xpc_connect_channel()
516 mutex_unlock(&registration->mutex); in xpc_connect_channel()
523 ch->entry_size = registration->entry_size; in xpc_connect_channel()
[all …]
/drivers/staging/media/sunxi/cedrus/
A DTODO8 v4l2 and m2m devices registration;
9 - proc, with video device registration and related operations;
/drivers/md/bcache/
A DKconfig24 bool "Asynchronous device registration"
29 registration work is handled in kernel work queue in asynchronous
/drivers/md/dm-vdo/
A Dvdo.c106 list_for_each_entry(vdo, &registry.links, registration) { in filter_vdos_locked()
445 INIT_LIST_HEAD(&vdo->registration); in register_vdo()
446 list_add_tail(&vdo->registration, &registry.links); in register_vdo()
663 list_del_init(&vdo->registration); in unregister_vdo()
A Dvdo.h255 struct list_head registration; member
/drivers/infiniband/
A DKconfig56 Together with driver support this allows registration of
/drivers/mtd/chips/
A DKconfig230 preserves the expected registration order of MTD device nodes on
/drivers/infiniband/ulp/rtrs/
A DREADME55 registration on each IO causes performance drop of up to 20%. A user of the
/drivers/staging/most/Documentation/
A Ddriver_usage.txt173 write '1' to this attribute to trigger the registration of the card
/drivers/gpu/drm/bridge/
A DKconfig6 Bridge registration and lookup framework.
/drivers/gpu/drm/panel/
A DKconfig6 Panel registration and lookup framework.
/drivers/platform/x86/
A DKconfig46 userspace applications but will cause the registration of WMI devices with

Completed in 33 milliseconds