/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | xp_main.c | 137 struct xpc_registration *registration; in xpc_connect() local 147 registration = &xpc_registrations[ch_number]; in xpc_connect() 149 if (mutex_lock_interruptible(®istration->mutex) != 0) in xpc_connect() 153 if (registration->func != NULL) { in xpc_connect() 154 mutex_unlock(®istration->mutex); in xpc_connect() 159 registration->entry_size = XPC_MSG_SIZE(payload_size); in xpc_connect() 160 registration->nentries = nentries; in xpc_connect() 161 registration->assigned_limit = assigned_limit; in xpc_connect() 162 registration->idle_limit = idle_limit; in xpc_connect() 163 registration->key = key; in xpc_connect() [all …]
|
H A D | xpc_channel.c | 468 struct xpc_registration *registration = &xpc_registrations[ch->number]; in xpc_connect_channel() local 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() 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 …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
H A D | sblim-sfcb-1.3.16-maxMsgLen.patch | 15 ## Location of the registration directory, where providerRegister can be found 16 ## Default is @localstatedir@/lib/sfcb/registration
|
H A D | sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch | 14 Path to sfcb staging area containing class MOFs and registration files 23 \fI@localstatedir@/lib/sfcb/registration/providerRegister\fR 30 echo -e "\t-r specify repository directory [@localstatedir@/lib/sfcb/registration]"
|
H A D | sblim-sfcb-1.4.5-service.patch | 19 …test -d $(DESTDIR)$(sfcbstatedir)/registration/repository || $(mkdir_p) $(DESTDIR)$(sfcbstatedir)/…
|
/openbmc/qemu/docs/devel/testing/ |
H A D | ci-runners.rst.inc | 63 gitlab-runner setup and registration 68 happens with a registration token. To find the registration token for 76 "And this registration token:" 88 Following the registration, it's necessary to configure the runner tags,
|
/openbmc/linux/Documentation/infiniband/ |
H A D | user_mad.rst | 18 descriptor for the appropriate device file. If the registration 34 a new registration ioctl is now provided which allows additional 35 fields to be provided during registration. 36 Users of this registration call are implicitly setting the use of 100 mad->hdr.id = my_agent; /* req.id from agent registration */
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | cpu-cooling-api.rst | 14 The generic cpu cooling(freq clipping) provides registration/unregistration APIs 16 the user. The registration APIs returns the cooling device pointer. 21 1.1 cpufreq registration/unregistration APIs 61 The power API registration functions provide a simple power model for
|
/openbmc/linux/drivers/md/bcache/ |
H A D | Kconfig | 32 bool "Asynchronous device registration" 37 registration work is handled in kernel work queue in asynchronous
|
/openbmc/qemu/docs/ |
H A D | rdma.txt | 61 Experimental: Next, decide if you want dynamic page registration. 117 EFFECTS of memory registration on bulk phase round: 156 1. registration of the memory that will be transmitted 212 7. Compress page (zap zero page and skip registration) 213 8. Register request (dynamic chunk registration) 215 10. Register finished (registration for current iteration finished) 273 be sent with RDMA, the registration commands are used to ask the 275 with the result (rkey) of the registration. 280 using chunk registration (or not checked at all and unconditionally 281 written if chunk registration is disabled. This is accomplished using [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | netdevices.rst | 38 In that case the struct net_device registration is done using 77 registration. 158 netdev state after allocating it and before registration. 167 or when register_netdevice() fails. Parts of netdev (de)registration process 178 registration and de-registration, under ``rtnl_lock``. Drivers can use
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | typec.rst | 15 class. In a normal case the registration will be done by a USB Type-C or PD PHY 81 registration. The class offers the following API for registering/unregistering 87 The class will provide a handle to struct typec_partner if the registration was 111 followed by registration of the cable plugs. The cable will be the parent device 114 the details during registration. The class offers the following API for 121 the registration is successful, or NULL if it isn't. 172 own functions, but the registration will always return a handle to struct
|
/openbmc/linux/Documentation/crypto/ |
H A D | devel-algos.rst | 7 There are three distinct types of registration functions in the Crypto 17 The generic registration functions can be found in 38 The registration functions return 0 on success, or a negative errno 60 The registration of [CIPHER] algorithm is specific in that struct 111 The registration of multi-block cipher algorithms is one of the most
|
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-ethstats_%.bbappend | 1 # Enable registration via Google OEM Number in addition to OpenBMC.
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/ |
H A D | san.rst | 22 registration and notifier-block registration.
|
/openbmc/linux/Documentation/driver-api/80211/ |
H A D | cfg80211.rst | 8 Device registration 12 :doc: Device registration
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
H A D | 0003-Support-transformation-between-D-Bus-errors-and-exce.patch | 19 pydbus/registration.py | 16 ++++-- 187 +# Default error registration. 233 diff --git a/pydbus/registration.py b/pydbus/registration.py 235 --- a/pydbus/registration.py 236 +++ b/pydbus/registration.py 353 +logger = logging.getLogger('pydbus.registration')
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-phonet | 8 network device registration.
|
/openbmc/linux/Documentation/i2c/muxes/ |
H A D | i2c-mux-gpio.rst | 69 If you don't know the absolute GPIO pin numbers at registration time, 85 GPIO pin numbers at registration time, this is even the only option.
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | gconf.bbclass | 13 # registration (disabled below) nor the postinst script (as they don't happen). 17 # Disable install-time schema registration as we're a packaging system so this
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs-ignores-qemuarm64.txt | 4 dmi: Firmware registration failed.
|
H A D | parselogs-ignores-mipsarch.txt | 4 # 6.10 restructures sysctl registration such that mips
|
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | tty_driver.rst | 78 The registration routines are documented as follows: 92 tty_register_device() and tty_register_device_attr() at the registration time. 96 index *before* the actual registration by tty_port_link_device(). If it still
|
/openbmc/linux/Documentation/trace/ |
H A D | user_events.rst | 18 tools that can read trace_events (such as ftrace and perf). The registration 20 enabled the event and data should be written. The registration will give back 83 Upon successful registration the following is set. 87 descriptor that was used for the registration. See writing data for details. 141 to request deletes than the one used for registration due to this.
|
/openbmc/linux/Documentation/leds/ |
H A D | ledtrig-transient.rst | 25 triggers it supports and a default trigger. During registration, activation 26 routine for the default trigger gets called. During registration of an led 45 trigger registration, for each led class device that specifies this trigger 47 registration, the LED state does not change, unless there is another trigger
|