Searched refs:registration (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/misc/sgi-xp/
H A Dxp_main.c137 struct xpc_registration *registration; local
147 registration = &xpc_registrations[ch_number];
149 if (mutex_lock_interruptible(&registration->mutex) != 0)
153 if (registration->func != NULL) {
154 mutex_unlock(&registration->mutex);
159 registration->entry_size = XPC_MSG_SIZE(payload_size);
160 registration->nentries = nentries;
161 registration->assigned_limit = assigned_limit;
162 registration->idle_limit = idle_limit;
163 registration
191 struct xpc_registration *registration; local
[all...]
H A Dxpc_channel.c468 struct xpc_registration *registration = &xpc_registrations[ch->number]; local
470 if (mutex_trylock(&registration->mutex) == 0)
474 mutex_unlock(&registration->mutex);
485 mutex_unlock(&registration->mutex);
489 /* add info from the channel connect registration to the channel */
491 ch->kthreads_assigned_limit = registration->assigned_limit;
492 ch->kthreads_idle_limit = registration->idle_limit;
497 ch->func = registration->func;
498 DBUG_ON(registration->func == NULL);
499 ch->key = registration
[all...]
/linux-master/include/linux/
H A Dhp_sdc.h287 int dev_err; /* carries status from registration */
293 #error No support for device registration on this arch yet.
/linux-master/drivers/md/dm-vdo/
H A Dvdo.h255 struct list_head registration; member in struct:vdo
H A Dvdo.c108 list_for_each_entry(vdo, &registry.links, registration) {
453 INIT_LIST_HEAD(&vdo->registration);
454 list_add_tail(&vdo->registration, &registry.links);
672 list_del_init(&vdo->registration);

Completed in 411 milliseconds