Home
last modified time | relevance | path

Searched full:acquires (Results 1 – 25 of 134) sorted by relevance

123456

/linux/drivers/net/wireless/virtual/
H A Dvirt_wifi.c182 /* Acquires and releases the rdev BSS lock. */
193 /* Schedules work which acquires and releases the rtnl lock. */ in virt_wifi_scan_result()
207 /* Schedules work which acquires and releases the rtnl lock. */ in virt_wifi_cancel_scan()
259 /* Acquires and releases the rdev event lock. */
279 /* Schedules an event that acquires the rtnl lock. */ in virt_wifi_connect_complete()
292 /* Schedules an event that acquires the rtnl lock. */ in virt_wifi_cancel_connect()
301 /* Called with the rtnl lock held. Acquires the rdev event lock. */
370 /* Acquires and releases the rtnl lock. */
406 /* Acquires and releases the rtnl lock. */
668 /* Acquires and releases the rtnl lock. */
[all …]
/linux/drivers/dpll/
H A Ddpll_core.c276 * Context: Acquires a lock (dpll_lock)
309 * Context: Acquires a lock (dpll_lock)
350 * Context: Acquires a lock (dpll_lock)
408 * Context: Acquires a lock (dpll_lock)
553 * Context: Acquires a lock (dpll_lock)
589 * Context: Acquires a lock (dpll_lock)
634 * Context: Acquires a lock (dpll_lock)
681 * Context: Acquires a lock (dpll_lock)
708 * Context: Acquires a lock (dpll_lock)
767 * Context: Acquires a lock (dpll_lock)
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c121 * Context: Acquires pf->dplls.lock
159 * Context: Calls a function which acquires pf->dplls.lock
184 * Context: Calls a function which acquires pf->dplls.lock
210 * Context: Acquires pf->dplls.lock
243 * Context: Calls a function which acquires pf->dplls.lock
268 * Context: Calls a function which acquires pf->dplls.lock
541 * Context: Acquires pf->dplls.lock
571 * Context: Acquires pf->dplls.lock
602 * Context: Acquires pf->dplls.lock
645 * Context: Calls a function which acquires pf->dplls.lock
[all …]
/linux/Documentation/devicetree/bindings/hwmon/
H A Dsensirion,shtc1.yaml39 If set, the sensor acquires data with low precision (not recommended).
40 The driver acquires data with high precision by default.
/linux/include/drm/
H A Ddrm_syncobj.h76 * This acquires an additional reference to @obj. It is illegal to call this
99 * This acquires additional reference to &drm_syncobj.fence contained in @obj,
/linux/tools/memory-model/Documentation/
H A Dlocking.txt48 The basic rule guarantees that if CPU0() acquires mylock before CPU1(),
60 subsequently acquires this same lock. This converse statement is
80 This converse to the basic rule guarantees that if CPU0() acquires
H A Drecipes.txt93 The basic rule guarantees that if CPU0() acquires mylock before CPU1(),
119 This converse to the basic rule guarantees that if CPU0() acquires
/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.c284 * Acquires semaphore, if necessary, then reads the PHY register at offset
310 * Acquires semaphore, if necessary, then writes the data to PHY register
354 * Acquires semaphore, if necessary, then reads the PHY register at offset
392 * Acquires semaphore then reads the PHY register at offset and stores the
422 * Acquires semaphore, if necessary, then writes the data to PHY register
458 * Acquires semaphore then writes the data to PHY register
487 * Acquires semaphore, if necessary. Then reads the PHY register at offset
529 * Acquires semaphore then reads the PHY register at offset using the
560 * Acquires semaphore, if necessary. Then write the data to PHY register
598 * Acquires semaphore then writes the data to the PHY register at the offset
[all …]
/linux/drivers/acpi/acpica/
H A Dexmutex.c113 * path that supports multiple acquires by the same thread.
138 /* Support for multiple acquires by the owning thread */ in acpi_ex_acquire_mutex_object()
271 * previous multiple acquires) by the same thread.
293 /* Match multiple Acquires with multiple Releases */ in acpi_ex_release_mutex_object()
H A Dutlock.c63 * only the first reader acquires the write mutex. On release,
/linux/drivers/gpu/drm/gma500/
H A Dgtt.c77 /* Acquires GTT mutex internally. */
103 /* Acquires GTT mutex internally. */
/linux/Documentation/admin-guide/device-mapper/
H A Dvdo-design.rst516 acquires the struct pbn_lock for the compressed block, which is
564 acquires the implicit logical zone lock and updates the
568 13. If the data_vio has a hash lock, it acquires the implicit hash zone
571 The data_vio then acquires the implicit physical zone lock and releases
576 The data_vio then acquires the implicit logical zone lock and releases
/linux/include/linux/
H A Dww_mutex.h288 * Acquires a w/w mutex with the given context after a die case. This function
322 * Acquires a w/w mutex with the given context after a die case. This function
H A Dlockdep_types.h58 * on rq->lock. double_rq_lock() acquires this highly competitive with
/linux/Documentation/driver-api/md/
H A Dmd-cluster.rst45 node joins the cluster, it acquires the lock in PW mode and it stays
220 - acquires the bitmap<number> lock of the failed node
/linux/Documentation/livepatch/
H A Dcallbacks.rst64 executed. Typical use cases pair a patch handler that acquires and
/linux/tools/testing/radix-tree/
H A Dregression1.c11 * 2. The reader acquires slot(s) for item(s) including the index 0 item.
/linux/sound/
H A Dsound_core.c236 * list. Acquires locks as needed
290 * Remove a unit. Acquires locks as needed. The drivers MUST have
/linux/arch/sparc/include/asm/
H A Dspinlock_32.h73 * counter. For a writer, if he successfully acquires the wlock,
/linux/kernel/time/
H A Dvsyscall.c143 * data. Disables interrupts, acquires timekeeper lock to serialize against
/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst50 A network filesystem acquires a volume cookie for a volume using a volume key,
60 The filesystem then acquires a cookie for each file within that volume using an
/linux/arch/x86/include/asm/
H A Diosf_mbi.h134 * This function acquires the P-Unit bus semaphore and notifies
/linux/kernel/locking/
H A Drwsem.c44 * When a writer acquires a rwsem, it puts its task_struct pointer
47 * When a reader acquires a rwsem, it will also puts its task_struct
51 * information about the last reader that acquires the rwsem.
761 * on the owner as well. Once that writer acquires the lock, in rwsem_spin_on_owner()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_phy.c709 * Acquires semaphore, if necessary, then writes the data to PHY register
740 * Acquires semaphore, if necessary, then reads the data in the PHY register
/linux/kernel/futex/
H A Dwaitwake.c17 * futex_wait(). This function computes the hash bucket and acquires
24 * futex_wake(). This function computes the hash bucket and acquires the

123456