Searched refs:registration (Results 1 – 13 of 13) sorted by relevance
153 if (registration->func != NULL) { in xpc_connect()163 registration->key = key; in xpc_connect()164 registration->func = func; in xpc_connect()202 mutex_lock(®istration->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 …]
470 if (mutex_trylock(®istration->mutex) == 0) in xpc_connect_channel()474 mutex_unlock(®istration->mutex); in xpc_connect_channel()485 mutex_unlock(®istration->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(®istration->mutex); in xpc_connect_channel()523 ch->entry_size = registration->entry_size; in xpc_connect_channel()[all …]
8 v4l2 and m2m devices registration;9 - proc, with video device registration and related operations;
24 bool "Asynchronous device registration"29 registration work is handled in kernel work queue in asynchronous
106 list_for_each_entry(vdo, ®istry.links, registration) { in filter_vdos_locked()445 INIT_LIST_HEAD(&vdo->registration); in register_vdo()446 list_add_tail(&vdo->registration, ®istry.links); in register_vdo()663 list_del_init(&vdo->registration); in unregister_vdo()
255 struct list_head registration; member
56 Together with driver support this allows registration of
230 preserves the expected registration order of MTD device nodes on
55 registration on each IO causes performance drop of up to 20%. A user of the
173 write '1' to this attribute to trigger the registration of the card
6 Bridge registration and lookup framework.
6 Panel registration and lookup framework.
46 userspace applications but will cause the registration of WMI devices with
Completed in 33 milliseconds