| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| D | spinlock_types.h | 12 * Unlocked : 0x0100_0000 14 * Write lock : 0x0, but only if prior value is "unlocked" 0x0100_0000
|
| /kernel/linux/linux-6.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.
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/drivers/vfio/ |
| D | vfio_iommu_type1.c | 473 bool unlocked = false; in follow_fault_pfn() local 478 &unlocked); in follow_fault_pfn() 479 if (unlocked) in follow_fault_pfn() 646 long unlocked = 0, locked = 0; in vfio_unpin_pages_remote() local 651 unlocked++; in vfio_unpin_pages_remote() 658 vfio_lock_acct(dma, locked - unlocked, true); in vfio_unpin_pages_remote() 660 return unlocked; in vfio_unpin_pages_remote() 700 int unlocked; in vfio_unpin_page_external() local 706 unlocked = vfio_iova_put_vfio_pfn(dma, vpfn); in vfio_unpin_page_external() 709 vfio_lock_acct(dma, -unlocked, true); in vfio_unpin_page_external() [all …]
|
| /kernel/linux/linux-6.6/include/linux/iio/imu/ |
| D | adis.h | 123 * registers. These functions also have unlocked variants 166 * __adis_write_reg_8() - Write single byte to a register (unlocked) 178 * __adis_write_reg_16() - Write 2 bytes to a pair of registers (unlocked) 190 * __adis_write_reg_32() - write 4 bytes to four registers (unlocked) 202 * __adis_read_reg_16() - read 2 bytes from a 16-bit register (unlocked) 221 * __adis_read_reg_32() - read 4 bytes from a 32-bit register (unlocked)
|
| /kernel/linux/linux-6.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 | 805 * unlocked while sleeping but @condition testing is done while lock 808 * The lock is locked/unlocked using spin_lock()/spin_unlock() 809 * functions which must match the way they are locked/unlocked outside 832 * unlocked while sleeping but @condition testing is done while lock 835 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq() 836 * functions which must match the way they are locked/unlocked outside 859 * unlocked while sleeping but @condition testing is done while lock 862 * The lock is locked/unlocked using spin_lock()/spin_unlock() 863 * functions which must match the way they are locked/unlocked outside 890 * unlocked while sleeping but @condition testing is done while lock [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/imu/ |
| D | adis.c | 31 * __adis_write_reg() - write N bytes to register (unlocked version) 131 * __adis_read_reg() - read N bytes from register (unlocked version) 227 * __adis_update_bits_base() - ADIS Update bits function - Unlocked version 277 * __adis_enable_irq() - Enable or disable data ready IRQ (unlocked) 316 * __adis_check_status() - Check the device for error conditions (unlocked) 348 * __adis_reset() - Reset the device (unlocked version)
|
| /kernel/linux/linux-5.10/include/linux/iio/imu/ |
| D | adis.h | 120 * registers. These functions also have unlocked variants 163 * __adis_write_reg_8() - Write single byte to a register (unlocked) 175 * __adis_write_reg_16() - Write 2 bytes to a pair of registers (unlocked) 187 * __adis_write_reg_32() - write 4 bytes to four registers (unlocked) 199 * __adis_read_reg_16() - read 2 bytes from a 16-bit register (unlocked) 218 * __adis_read_reg_32() - read 4 bytes from a 32-bit register (unlocked)
|
| /kernel/linux/linux-6.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)
|
| /kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/ |
| D | It_posix_mutex_029.c | 42 * It shall be safe to destroy an initialized mutex that is unlocked. 62 /* Destroy mutex after it is unlocked */ in Testcase()
|
| /kernel/liteos_m/testsuites/sample/posix/mutex/ |
| D | It_posix_mutex_016.c | 35 * It shall be safe to destroy an initialized mutex that is unlocked. 56 /* Destroy mutex after it is unlocked */ in Testcase()
|
| /kernel/liteos_a/kernel/include/ |
| D | los_pm.h | 55 …UINT32 (*suspend)(UINT32 mode); /* The device enters low power consumption, Unlocked task scheduli… 56 …VOID (*resume)(UINT32 mode); /* The device exits from low power consumption, Unlocked task sche… 62 * Unlocked task scheduling. 67 * Unlocked task scheduling.
|
| /kernel/liteos_m/components/power/ |
| D | los_pm.h | 60 * Pm error code: The current mode is unlocked. 144 …UINT32 (*suspend)(UINT32 mode); /* The device enters low-power consumption, Unlocked task scheduli… 145 …VOID (*resume)(UINT32 mode); /* The device exits from low-power consumption, Unlocked task sche… 172 * Unlocked task scheduling. 177 * Unlocked task scheduling.
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | wait.h | 791 * unlocked while sleeping but @condition testing is done while lock 794 * The lock is locked/unlocked using spin_lock()/spin_unlock() 795 * functions which must match the way they are locked/unlocked outside 818 * unlocked while sleeping but @condition testing is done while lock 821 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq() 822 * functions which must match the way they are locked/unlocked outside 845 * unlocked while sleeping but @condition testing is done while lock 848 * The lock is locked/unlocked using spin_lock()/spin_unlock() 849 * functions which must match the way they are locked/unlocked outside 876 * unlocked while sleeping but @condition testing is done while lock [all …]
|