/Linux-v6.6/arch/arc/include/asm/ |
D | spinlock.h | 140 * deny writer. Otherwise if unlocked grant to writer in arch_write_lock() 152 " brne %[val], %[UNLOCKED], 1b \n" /* while !UNLOCKED spin */ in arch_write_lock() 159 [UNLOCKED] "ir" (__ARCH_RW_LOCK_UNLOCKED__), in arch_write_lock() 173 " brne %[val], %[UNLOCKED], 4f \n" /* !UNLOCKED, bail */ in arch_write_trylock() 184 [UNLOCKED] "ir" (__ARCH_RW_LOCK_UNLOCKED__), in arch_write_trylock() 332 * deny writer. Otherwise if unlocked grant to writer in arch_write_trylock()
|
D | spinlock_types.h | 20 * Unlocked : 0x0100_0000 22 * Write lock : 0x0, but only if prior value is "unlocked" 0x0100_0000
|
/Linux-v6.6/Documentation/driver-api/surface_aggregator/clients/ |
D | dtx.rst | 62 The latch can additionally be locked and, correspondingly, unlocked, which 67 unlocked. 82 instructions/commands. In case the latch is unlocked, the led will flash 93 - If the latch is unlocked, the EC will open the latch and the clipboard 120 unlocked before it is opened. 343 The latch has neither been opened nor unlocked. 567 the latch on timeout. The latch is unlocked by default. This command will be 576 timeout. The latch is unlocked by default. This command will not open the 578 ignored if the latch is already unlocked. 602 lock is reset to the unlocked state.
|
/Linux-v6.6/Documentation/driver-api/nvdimm/ |
D | security.rst | 22 that DIMM. The following states are available: disabled, unlocked, locked, 62 a locked DIMM can be unlocked. Once unlocked, the DIMM will remain unlocked
|
/Linux-v6.6/drivers/mtd/spi-nor/ |
D | swp.c | 84 * Return true if the entire region is locked (if @locked is true) or unlocked 172 /* If nothing in our range is unlocked, we don't need to do anything */ in spi_nor_sr_lock() 176 /* If anything below us is unlocked, we can't use 'bottom' protection */ in spi_nor_sr_lock() 180 /* If anything above us is unlocked, we can't use 'top' protection */ in spi_nor_sr_lock() 288 val = 0; /* fully unlocked */ in spi_nor_sr_unlock() 304 /* Don't protect status register if we're fully unlocked */ in spi_nor_sr_unlock() 326 * Returns 1 if entire region is locked, 0 if any portion is unlocked, and
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | spinlock_types.h | 20 * Unlocked : 0x0100_0000 22 * Write lock : 0x0, but only if prior value is "unlocked" 0x0100_0000
|
/Linux-v6.6/arch/mips/include/asm/octeon/ |
D | cvmx-l2c.h | 256 * unlocked to allow for normal caching of DRAM. 270 * Note that this function will flush a matching but unlocked cache line. 275 * Returns 0: line not unlocked 276 * 1: line unlocked 286 * Returns Number of locked lines that the call unlocked
|
/Linux-v6.6/drivers/vfio/ |
D | vfio_iommu_type1.c | 523 bool unlocked = false; in follow_fault_pfn() local 528 &unlocked); in follow_fault_pfn() 529 if (unlocked) in follow_fault_pfn() 728 long unlocked = 0, locked = 0; in vfio_unpin_pages_remote() local 733 unlocked++; in vfio_unpin_pages_remote() 740 vfio_lock_acct(dma, locked - unlocked, true); in vfio_unpin_pages_remote() 742 return unlocked; in vfio_unpin_pages_remote() 782 int unlocked; in vfio_unpin_page_external() local 788 unlocked = vfio_iova_put_vfio_pfn(dma, vpfn); in vfio_unpin_page_external() 791 vfio_lock_acct(dma, -unlocked, true); in vfio_unpin_page_external() [all …]
|
/Linux-v6.6/include/linux/ |
D | dma-resv.h | 275 * dma_resv_for_each_fence_unlocked - unlocked fence iterator 336 * @ctx must be unlocked and then dma_resv_lock_slow() called on @obj. 338 * Unlocked by calling dma_resv_unlock(). 364 * @ctx must be unlocked and then dma_resv_lock_slow_interruptible() called on 367 * Unlocked by calling dma_resv_unlock(). 431 * Returns true if the mutex is locked, false if unlocked.
|
D | wait.h | 804 * unlocked while sleeping but @condition testing is done while lock 807 * The lock is locked/unlocked using spin_lock()/spin_unlock() 808 * functions which must match the way they are locked/unlocked outside 831 * unlocked while sleeping but @condition testing is done while lock 834 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq() 835 * functions which must match the way they are locked/unlocked outside 858 * unlocked while sleeping but @condition testing is done while lock 861 * The lock is locked/unlocked using spin_lock()/spin_unlock() 862 * functions which must match the way they are locked/unlocked outside 889 * unlocked while sleeping but @condition testing is done while lock [all …]
|
D | hwspinlock.h | 390 * to call unlock on a @hwlock that is already unlocked. 407 * already unlocked. 422 * unlocked. 437 * unlocked. 453 * unlocked.
|
/Linux-v6.6/drivers/iio/imu/ |
D | adis.c | 27 * __adis_write_reg() - write N bytes to register (unlocked version) 127 * __adis_read_reg() - read N bytes from register (unlocked version) 223 * __adis_update_bits_base() - ADIS Update bits function - Unlocked version 273 * __adis_enable_irq() - Enable or disable data ready IRQ (unlocked) 312 * __adis_check_status() - Check the device for error conditions (unlocked) 344 * __adis_reset() - Reset the device (unlocked version)
|
/Linux-v6.6/include/linux/iio/imu/ |
D | adis.h | 122 * registers. These functions also have unlocked variants 165 * __adis_write_reg_8() - Write single byte to a register (unlocked) 177 * __adis_write_reg_16() - Write 2 bytes to a pair of registers (unlocked) 189 * __adis_write_reg_32() - write 4 bytes to four registers (unlocked) 201 * __adis_read_reg_16() - read 2 bytes from a 16-bit register (unlocked) 220 * __adis_read_reg_32() - read 4 bytes from a 32-bit register (unlocked)
|
/Linux-v6.6/Documentation/scheduler/ |
D | sched-arch.rst | 15 To request the scheduler call switch_to with the runqueue unlocked, 19 Unlocked context switches introduce only a very minor performance
|
/Linux-v6.6/Documentation/locking/ |
D | hwspinlock.rst | 257 code should **never** unlock an hwspinlock which is already unlocked 265 The caller should **never** unlock an hwspinlock which is already unlocked. 278 The caller should **never** unlock an hwspinlock which is already unlocked. 290 The caller should **never** unlock an hwspinlock which is already unlocked. 300 The caller should **never** unlock an hwspinlock which is already unlocked.
|
/Linux-v6.6/net/6lowpan/ |
D | nhc.c | 67 /* check if the nhc module was removed in unlocked part. in lowpan_nhc_do_compression() 69 * of nhc modules while unlocked part, this will always drop in lowpan_nhc_do_compression()
|
/Linux-v6.6/drivers/dma-buf/ |
D | dma-resv.c | 175 * Note that the preallocated slots need to be re-reserved if @obj is unlocked 358 /* Restart the unlocked iteration by initializing the cursor object. */ 401 * dma_resv_iter_first_unlocked - first fence in an unlocked dma_resv obj. 410 * Returns the first fence from an unlocked dma_resv obj. 426 * dma_resv_iter_next_unlocked - next fence in an unlocked dma_resv obj. 433 * Returns the next fence from an unlocked dma_resv obj.
|
/Linux-v6.6/include/asm-generic/ |
D | qspinlock.h | 62 * queued_spin_value_unlocked - is the spinlock structure unlocked? 64 * Return: 1 if it is unlocked, 0 otherwise
|
/Linux-v6.6/tools/power/x86/turbostat/ |
D | turbostat.8 | 273 cpu0: MSR_PKG_POWER_LIMIT: 0x42820800218208 (UNlocked) 277 cpu0: PKG Limit #4: 0.000000 Watts (UNlocked) 278 cpu0: MSR_DRAM_POWER_LIMIT: 0x5400de00000000 (UNlocked) 281 cpu0: MSR_PP0_POWER_LIMIT: 0x00000000 (UNlocked) 284 cpu0: MSR_PP1_POWER_LIMIT: 0x00000000 (UNlocked)
|
/Linux-v6.6/tools/testing/selftests/drivers/net/dsa/ |
D | bridge_locked_port.sh | 218 # to an unlocked port. 234 check_err $? "Entry did not roam to an unlocked port" 257 check_fail $? "MAB enabled while port is unlocked"
|
/Linux-v6.6/tools/testing/selftests/net/forwarding/ |
D | bridge_locked_port.sh | 218 # to an unlocked port. 234 check_err $? "Entry did not roam to an unlocked port" 257 check_fail $? "MAB enabled while port is unlocked"
|
/Linux-v6.6/drivers/w1/slaves/ |
D | w1_ds2413.c | 76 dev_dbg(&sl->dev, "%s, mutex unlocked, retries: %d\n", in state_read() 126 dev_dbg(&sl->dev, "%s, mutex unlocked, retries: %d\n", in output_write()
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | qspinlock.h | 97 /* Trylock succeeds only when unlocked and no queued nodes */ in __queued_spin_trylock_nosteal() 119 /* Trylock may get ahead of queued nodes if it finds unlocked */ in __queued_spin_trylock_steal()
|
/Linux-v6.6/fs/ntfs/ |
D | lcnalloc.h | 84 * - The volume lcn bitmap must be unlocked on entry and is unlocked
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_mutex.c | 286 /* Compare against the unlocked state, and if true, in nfp_cpp_mutex_trylock() 308 /* Was it unlocked? */ in nfp_cpp_mutex_trylock() 310 /* The read value can only be 0x....0000 in the unlocked state. in nfp_cpp_mutex_trylock()
|