/Linux-v4.19/Documentation/ |
D | atomic_bitops.txt | 21 clear_bit_unlock() 42 which is why the generic version maps to clear_bit_unlock(), see atomic_t.txt. 67 clear_bit_unlock() which has RELEASE semantics.
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | bitops.h | 181 static inline void clear_bit_unlock( in clear_bit_unlock() function 205 clear_bit_unlock(nr, addr); in __clear_bit_unlock()
|
/Linux-v4.19/lib/ |
D | irq_poll.c | 55 clear_bit_unlock(IRQ_POLL_F_SCHED, &iop->state); in __irq_poll_complete() 166 clear_bit_unlock(IRQ_POLL_F_SCHED, &iop->state); in irq_poll_enable()
|
D | nmi_backtrace.c | 84 clear_bit_unlock(0, &backtrace_flag); in nmi_trigger_cpumask_backtrace()
|
D | lru_cache.c | 47 clear_bit_unlock(__LC_PARANOIA, &lc->flags); \ 581 clear_bit_unlock(__LC_STARVING, &lc->flags); in lc_put()
|
/Linux-v4.19/include/asm-generic/bitops/ |
D | lock.h | 40 static inline void clear_bit_unlock(unsigned int nr, volatile unsigned long *p) in clear_bit_unlock() function
|
/Linux-v4.19/include/linux/ |
D | bit_spinlock.h | 63 clear_bit_unlock(bitnum, addr); in bit_spin_unlock()
|
D | lru_cache.h | 303 clear_bit_unlock(__LC_LOCKED, &lc->flags); in lc_unlock()
|
D | wait_bit.h | 319 clear_bit_unlock(bit, word); in clear_and_wake_up_bit()
|
D | sbitmap.h | 316 clear_bit_unlock(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr)); in sbitmap_clear_bit_unlock()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 340 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, pf->state); in i40e_ptp_tx_hang() 383 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, pf->state); in i40e_ptp_tx_hwtstamp() 805 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, pf->state); in i40e_ptp_stop()
|
/Linux-v4.19/fs/afs/ |
D | volume.c | 344 clear_bit_unlock(AFS_VOLUME_WAIT, &volume->flags); in afs_check_volume_status() 345 clear_bit_unlock(AFS_VOLUME_UPDATING, &volume->flags); in afs_check_volume_status()
|
D | server.c | 595 clear_bit_unlock(AFS_SERVER_FL_PROBING, &fc->cbi->server->flags); in afs_probe_fileserver() 676 clear_bit_unlock(AFS_SERVER_FL_UPDATING, &server->flags); in afs_check_server_record()
|
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/ |
D | hwtstamp.c | 105 clear_bit_unlock(MV88E6XXX_HWTSTAMP_ENABLED, &ps->state); in mv88e6xxx_set_hwtstamp_config() 471 clear_bit_unlock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in mv88e6xxx_txtstamp_work() 479 clear_bit_unlock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in mv88e6xxx_txtstamp_work()
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | bitops.h | 524 #define clear_bit_unlock clear_bit macro 525 #define __clear_bit_unlock clear_bit_unlock
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | bitops.h | 103 static __inline__ void clear_bit_unlock(int nr, volatile unsigned long *addr) in clear_bit_unlock() function
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 630 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_tx_work() 728 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_tx_hang() 782 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_tx_hwtstamp() 1221 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_suspend()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | bitops.h | 132 static __always_inline void clear_bit_unlock(long nr, volatile unsigned long *addr) in clear_bit_unlock() function
|
/Linux-v4.19/fs/fscache/ |
D | object.c | 530 clear_bit_unlock(FSCACHE_COOKIE_LOOKING_UP, &cookie->flags); in fscache_object_lookup_negative() 559 clear_bit_unlock(FSCACHE_COOKIE_NO_DATA_YET, &cookie->flags); in fscache_obtained_object() 565 clear_bit_unlock(FSCACHE_COOKIE_LOOKING_UP, &cookie->flags); in fscache_obtained_object()
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | bitops.h | 76 clear_bit_unlock(unsigned long nr, volatile void * addr) in clear_bit_unlock() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | bitops.h | 226 static inline void clear_bit_unlock(unsigned long nr, in clear_bit_unlock() function
|
/Linux-v4.19/drivers/usb/serial/ |
D | generic.c | 171 clear_bit_unlock(USB_SERIAL_WRITE_BUSY, &port->flags); in usb_serial_generic_write_start() 199 clear_bit_unlock(USB_SERIAL_WRITE_BUSY, &port->flags); in usb_serial_generic_write_start()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | bitops.h | 105 clear_bit_unlock (int nr, volatile void *addr) in clear_bit_unlock() function
|
/Linux-v4.19/drivers/fpga/ |
D | dfl.h | 226 clear_bit_unlock(DEV_STATUS_IN_USE, &pdata->dev_status); in dfl_feature_dev_use_end()
|
/Linux-v4.19/block/ |
D | blk-tag.c | 291 clear_bit_unlock(tag, bqt->tag_map); in blk_queue_end_tag()
|