| /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. */ 374 /* Acquires and releases the rtnl lock. */ 410 /* Acquires and releases the rtnl lock. */ 671 /* Acquires and releases the rtnl lock. */ [all …]
|
| /linux/drivers/dpll/ |
| H A D | dpll_core.c | 396 * Context: Acquires a lock (dpll_lock) 435 * Context: Acquires a lock (dpll_lock) 469 * Context: Acquires a lock (dpll_lock) 528 * Context: Acquires a lock (dpll_lock) 742 * Context: Acquires a lock (dpll_lock) 782 * Context: Acquires a lock (dpll_lock) 816 * Context: Acquires a lock (dpll_lock) 870 * Context: Acquires a lock (dpll_lock) 958 * Context: Acquires a lock (dpll_lock) 984 * Context: Acquires a lock (dpll_lock) [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 204 * Context: Acquires pf->dplls.lock 242 * Context: Calls a function which acquires pf->dplls.lock 267 * Context: Calls a function which acquires pf->dplls.lock 293 * Context: Acquires pf->dplls.lock 326 * Context: Calls a function which acquires pf->dplls.lock 351 * Context: Calls a function which acquires pf->dplls.lock 376 * Context: Calls a function which acquires and releases pf->dplls.lock 416 * Context: Calls a function which acquires and releases pf->dplls.lock 851 * Context: Acquires pf->dplls.lock 881 * 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
|
| H A D | recipes.txt | 93 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 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/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/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/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/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/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/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/drivers/mailbox/ |
| H A D | qcom-cpucp-mbox.c | 75 * -> mailbox_clear_channel(), which re-acquires chan->lock in qcom_cpucp_mbox_irq_fn()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_lockdep.c | 85 * invalidation which acquires notifier_lock
|
| /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/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()
|
| /linux/fs/btrfs/ |
| H A D | locking.h | 99 * This macro is used to annotate a wait event. In this case a thread acquires
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_phy.c | 713 * Acquires semaphore, if necessary, then writes the data to PHY register 744 * Acquires semaphore, if necessary, then reads the data in the PHY register
|