Searched refs:registration (Results 1 - 9 of 9) 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.c160 struct xpc_registration *registration; local
170 registration = &xpc_registrations[ch_number];
172 if (mutex_lock_interruptible(&registration->mutex) != 0)
176 if (registration->func != NULL) {
177 mutex_unlock(&registration->mutex);
182 registration->entry_size = XPC_MSG_SIZE(payload_size);
183 registration->nentries = nentries;
184 registration->assigned_limit = assigned_limit;
185 registration->idle_limit = idle_limit;
186 registration
213 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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframetype.c368 {"ENCR", FRAME(ENCR), PRESERVE, "Encryption method registration"},
504 {"GRID", FRAME(GRID), PRESERVE, "Group identification registration"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframetype.c365 {"ENCR", FRAME(ENCR), PRESERVE, "Encryption method registration"},
501 {"GRID", FRAME(GRID), PRESERVE, "Group identification registration"},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataform.tex49 do clipboard format registration at this time will usually lead to a crash!
H A Dfilename.tex794 On Mac OS, looks up the appropriate type and creator from the registration and then sets it.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dgnv_link_curl.com258 For VAX, use the same registration, but remove the kit name from any of the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A Dcdrom-standard.tex312 registration.
340 corresponding capability flags will be cleared upon registration.
552 capability-constants that are defined in \cdromh\ at the registration

Completed in 119 milliseconds