Home
last modified time | relevance | path

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

123

/linux-3.4.99/drivers/misc/sgi-xp/
Dxp_main.c160 struct xpc_registration *registration; in xpc_connect() local
170 registration = &xpc_registrations[ch_number]; in xpc_connect()
172 if (mutex_lock_interruptible(&registration->mutex) != 0) in xpc_connect()
176 if (registration->func != NULL) { in xpc_connect()
177 mutex_unlock(&registration->mutex); in xpc_connect()
182 registration->entry_size = XPC_MSG_SIZE(payload_size); in xpc_connect()
183 registration->nentries = nentries; in xpc_connect()
184 registration->assigned_limit = assigned_limit; in xpc_connect()
185 registration->idle_limit = idle_limit; in xpc_connect()
186 registration->key = key; in xpc_connect()
[all …]
Dxpc_channel.c468 struct xpc_registration *registration = &xpc_registrations[ch->number]; in xpc_connect_channel() local
470 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()
491 ch->kthreads_assigned_limit = registration->assigned_limit; in xpc_connect_channel()
492 ch->kthreads_idle_limit = registration->idle_limit; 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()
[all …]
/linux-3.4.99/Documentation/
Dsgi-ioc4.txt25 This driver also provides registration functions that the other
38 up to the ioc4 driver via the appropriate registration, probe, and
44 other than it hooks up to the ioc4 driver via the appropriate registration,
Dpi-futex.txt7 (or any other PI complexity) at all. No registration, no extra kernel
113 there is no prior 'registration' of a PI-futex. [which is not quite
Drobust-futexes.txt88 registration happens at most once per thread lifetime]. At do_exit()
129 - no registration of individual locks is needed: robust mutexes dont
176 List registration is very fast: the pointer is simply stored in
Dkprobes.txt38 registration function such as register_kprobe() specifies where
43 registration/unregistration of a group of *probes. These functions
158 private data object can be specified at kretprobe registration time by
347 specified, kprobe registration will fail with -EINVAL.
456 error occurs during registration, all probes in the array, up to
542 registration and unregistration.
571 on the x86_64 version of __switch_to(); the registration functions
Dmedia-framework.txt53 registration. The following fields must be set:
83 Upon successful registration a character device named media[0-9]+ is created.
133 ID by filling the media_entity id field prior to registration, or request the
/linux-3.4.99/Documentation/blockdev/
Dmflash.txt6 3. Example of mflash platform driver registration
32 3. Example of mflash platform driver registration
/linux-3.4.99/Documentation/devicetree/bindings/i2c/
Domap-i2c.txt17 from omap hwmod data base during device registration.
/linux-3.4.99/Documentation/isdn/
DINTERFACE.CAPI16 application registration to an available device, forwarding it to the
30 registration can be revoked by calling the function unregister_capi_driver()
38 driver. The registration can be revoked by calling the function
54 Kernel CAPI forwards registration requests from applications (calls to CAPI
93 driver. After registration via the attach_capi_ctr() function it is passed to
131 pointers to callback functions for registration and deregistration of
DHiSax.cert79 Here are the certification registration numbers for ELSA Quickstep cards:
/linux-3.4.99/include/linux/
Dhp_sdc.h293 #error No support for device registration on this arch yet.
/linux-3.4.99/Documentation/infiniband/
Duser_mad.txt14 descriptor for the appropriate device file. If the registration
86 mad->hdr.id = my_agent; /* req.id from agent registration */
/linux-3.4.99/Documentation/filesystems/caching/
Dnetfs-api.txt27 (4) Network filesystem (un)registration
29 (6) Index registration
30 (7) Data file registration
31 (8) Miscellaneous object registration
56 This first two fields should be filled in before registration, and the third
57 will be filled in by the registration function; any other fields should just be
69 another parameter passed into the registration function.
283 The registration function is:
290 For kAFS, registration is done as follows:
/linux-3.4.99/drivers/staging/vme/
Dvme_api.txt4 Driver registration
13 If driver registration is successful this function returns zero, if an error
17 registration function. The structure is as follows:
75 be called the number of times specified during the registration. If a match
/linux-3.4.99/Documentation/driver-model/
Dplatform.txt201 The architecture code may optionally force registration of all early
208 4. Early platform driver registration
225 when it comes to memory allocation and interrupt registration. The code
/linux-3.4.99/drivers/staging/iio/Documentation/
Doverview.txt20 * Basic device registration and handling. This is very similar to
/linux-3.4.99/Documentation/powerpc/
Dfirmware-assisted-dump.txt84 next firmware-assisted dump registration.
188 This is used to display the fadump registration status as well
189 as to control (start/stop) the fadump registration.
/linux-3.4.99/Documentation/virtual/kvm/
Dmsr.txt65 write, or registration, is needed for each VCPU. The interval between
203 write, or registration, is needed for each VCPU. The interval between
/linux-3.4.99/Documentation/filesystems/
Ddnotify.txt24 if DN_MULTISHOT is or'ed with the event mask, then the registration will
/linux-3.4.99/Documentation/wimax/
DREADME.wimax35 For usage in a driver (registration, API, etc) please refer to the
/linux-3.4.99/Documentation/ptp/
Dptp.txt59 registration method. Clock drivers must implement all of the
/linux-3.4.99/sound/pci/hda/
DKconfig56 int "Digital beep registration mode (0=off, 1=on, 2=mute sw on/off)"
63 default. Set 2 to control the beep device registration to input
/linux-3.4.99/Documentation/trace/
Dtracepoints.txt91 is done at the registration site by the compiler. Tracepoints can be
/linux-3.4.99/Documentation/scsi/
Dlibsas.txt15 * SCSI Host registration/unregistration,
16 * Device registration with SCSI Core (SAS) or libata
203 A sample initialization and registration function

123