| /linux/drivers/net/wireless/virtual/ |
| H A D | virt_wifi.c | 182 /* 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() 294 /* Schedules an event that acquires the rtnl lock. */ in virt_wifi_cancel_connect() 303 /* Called with the rtnl lock held. Acquires the rdev event lock. */ 372 /* Acquires and releases the rtnl lock. */ 408 /* Acquires and releases the rtnl lock. */ 670 /* Acquires and releases the rtnl lock. */ [all …]
|
| /linux/drivers/dpll/ |
| H A D | dpll_core.c | 393 * Context: Acquires a lock (dpll_lock) 432 * Context: Acquires a lock (dpll_lock) 466 * Context: Acquires a lock (dpll_lock) 525 * Context: Acquires a lock (dpll_lock) 738 * Context: Acquires a lock (dpll_lock) 778 * Context: Acquires a lock (dpll_lock) 812 * Context: Acquires a lock (dpll_lock) 866 * Context: Acquires a lock (dpll_lock) 928 * Context: Acquires a lock (dpll_lock) 955 * Context: Acquires a lock (dpll_lock) [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 195 * Context: Acquires pf->dplls.lock 233 * Context: Calls a function which acquires pf->dplls.lock 258 * Context: Calls a function which acquires pf->dplls.lock 284 * Context: Acquires pf->dplls.lock 317 * Context: Calls a function which acquires pf->dplls.lock 342 * Context: Calls a function which acquires pf->dplls.lock 367 * Context: Calls a function which acquires and releases pf->dplls.lock 407 * Context: Calls a function which acquires and releases pf->dplls.lock 842 * Context: Acquires pf->dplls.lock 872 * Context: Acquires pf->dplls.lock [all …]
|
| /linux/include/drm/ |
| H A D | drm_syncobj.h | 76 * 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/samples/hung_task/ |
| H A D | hung_task_tests.c | 82 /* Acquires read lock, allowing concurrent readers but blocks if write lock is held */ in read_dummy_rwsem_read() 102 /* Acquires exclusive write lock, blocking all other readers and writers */ in read_dummy_rwsem_write()
|
| /linux/tools/memory-model/Documentation/ |
| H A D | locking.txt | 48 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
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | phy.c | 284 * 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 D | exmutex.c | 113 * 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 D | utlock.c | 63 * only the first reader acquires the write mutex. On release,
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | lock_data.h | 9 u64 timestamp; // The time while the owner acquires lock and contention is going on.
|
| /linux/arch/s390/pci/ |
| H A D | pci_bus.h | 24 * Acquires and releases references as the cursor iterates over the registered
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | gtt.c | 77 /* Acquires GTT mutex internally. */ 103 /* Acquires GTT mutex internally. */
|
| /linux/include/linux/ |
| H A D | ww_mutex.h | 294 * Acquires a w/w mutex with the given context after a die case. This function 329 * Acquires a w/w mutex with the given context after a die case. This function
|
| H A D | lockdep_types.h | 58 * on rq->lock. double_rq_lock() acquires this highly competitive with
|
| /linux/fs/ |
| H A D | eventfd.c | 340 * eventfd_ctx_fdget - Acquires a reference to the internal eventfd context. 358 * eventfd_ctx_fileget - Acquires a reference to the internal eventfd context.
|
| /linux/rust/kernel/sync/ |
| H A D | lock.rs | 59 /// Acquires the lock, making the caller its owner. 172 /// Acquires the lock and gives the caller access to the data protected by it. in lock()
|
| /linux/Documentation/driver-api/md/ |
| H A D | md-cluster.rst | 45 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 D | callbacks.rst | 64 executed. Typical use cases pair a patch handler that acquires and
|
| /linux/tools/testing/radix-tree/ |
| H A D | regression1.c | 11 * 2. The reader acquires slot(s) for item(s) including the index 0 item.
|
| /linux/arch/arm64/kernel/ |
| H A D | mte.c | 127 * Note: If in future KASAN acquires a runtime switching in mte_enable_kernel_async() 145 * Note: If in future KASAN acquires a runtime switching in mte_enable_kernel_asymm()
|
| /linux/sound/ |
| H A D | sound_core.c | 236 * list. Acquires locks as needed 290 * Remove a unit. Acquires locks as needed. The drivers MUST have
|
| /linux/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 50 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 D | iosf_mbi.h | 134 * This function acquires the P-Unit bus semaphore and notifies
|
| /linux/kernel/time/ |
| H A D | vsyscall.c | 183 * data. Disables interrupts, acquires timekeeper lock to serialize against
|
| /linux/block/ |
| H A D | blk-mq-sched.c | 458 * acquires the same lock but in the reader context) can't run in blk_mq_free_sched_res_batch() 583 * acquires the same lock but in the reader context) can't run in blk_mq_alloc_sched_res_batch()
|