| /linux/Documentation/ |
| H A D | atomic_bitops.txt | 21 clear_bit_unlock() 42 which is why the generic version maps to clear_bit_unlock(), see atomic_t.txt. 64 clear_bit_unlock() which has RELEASE semantics and test_bit_acquire which has
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ptp.c | 160 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, in qede_ptp_task() 176 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_task() 399 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_disable() 521 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_tx_ts() 526 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_tx_ts()
|
| /linux/kernel/kcsan/ |
| H A D | selftest.c | 163 KCSAN_CHECK_READ_BARRIER(clear_bit_unlock(0, &test_var)); in test_barrier() 192 KCSAN_CHECK_WRITE_BARRIER(clear_bit_unlock(0, &test_var)); in test_barrier() 224 KCSAN_CHECK_RW_BARRIER(clear_bit_unlock(0, &test_var)); in test_barrier()
|
| /linux/lib/ |
| H A 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()
|
| H A D | nmi_backtrace.c | 86 clear_bit_unlock(0, &backtrace_flag); in nmi_trigger_cpumask_backtrace()
|
| H A D | lru_cache.c | 35 clear_bit_unlock(__LC_PARANOIA, &lc->flags); \ 559 clear_bit_unlock(__LC_STARVING, &lc->flags); in lc_put()
|
| /linux/drivers/net/dsa/hirschmann/ |
| H A D | hellcreek_hwtstamp.c | 53 clear_bit_unlock(HELLCREEK_HWTSTAMP_ENABLED, &ps->state); in hellcreek_set_hwtstamp_config() 271 clear_bit_unlock(HELLCREEK_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in hellcreek_txtstamp_work() 281 clear_bit_unlock(HELLCREEK_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in hellcreek_txtstamp_work()
|
| /linux/include/asm-generic/bitops/ |
| H A D | instrumented-lock.h | 23 static inline void clear_bit_unlock(long nr, volatile unsigned long *addr) in clear_bit_unlock() function
|
| /linux/include/linux/ |
| H A D | bit_spinlock.h | 78 clear_bit_unlock(bitnum, addr); in __bit_spin_unlock()
|
| H A D | lru_cache.h | 289 clear_bit_unlock(__LC_LOCKED, &lc->flags); in lc_unlock()
|
| H A D | wait_bit.h | 552 clear_bit_unlock(bit, word); in clear_and_wake_up_bit()
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | hwtstamp.c | 101 clear_bit_unlock(MV88E6XXX_HWTSTAMP_ENABLED, &ps->state); in mv88e6xxx_set_hwtstamp_config() 429 clear_bit_unlock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in mv88e6xxx_txtstamp_work() 437 clear_bit_unlock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in mv88e6xxx_txtstamp_work()
|
| /linux/drivers/fpga/ |
| H A D | stratix10-soc.c | 129 clear_bit_unlock(SVC_BUF_LOCK, in s10_unlock_bufs() 267 clear_bit_unlock(SVC_BUF_LOCK, &priv->svc_bufs[i].lock); in s10_send_buf()
|
| /linux/arch/m68k/include/asm/ |
| H A D | bitops.h | 561 #define clear_bit_unlock clear_bit macro 562 #define __clear_bit_unlock clear_bit_unlock
|
| /linux/fs/afs/ |
| H A D | volume.c | 445 clear_bit_unlock(AFS_VOLUME_WAIT, &volume->flags); in afs_check_volume_status() 446 clear_bit_unlock(AFS_VOLUME_UPDATING, &volume->flags); in afs_check_volume_status()
|
| H A D | vl_alias.c | 329 clear_bit_unlock(AFS_CELL_FL_CHECK_ALIAS, &cell->flags); in afs_cell_detect_alias()
|
| /linux/drivers/soc/qcom/ |
| H A D | ocmem.c | 261 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_allocate() 290 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_free()
|
| /linux/io_uring/ |
| H A D | io-wq.c | 218 clear_bit_unlock(0, &worker->create_state); in io_worker_cancel_cb() 383 clear_bit_unlock(0, &worker->create_state); in create_worker_cb() 423 clear_bit_unlock(0, &worker->create_state); in io_queue_worker_create() 849 clear_bit_unlock(0, &worker->create_state); in create_worker_cont()
|
| /linux/drivers/usb/serial/ |
| H A D | generic.c | 166 clear_bit_unlock(USB_SERIAL_WRITE_BUSY, &port->flags); in usb_serial_generic_write_start() 194 clear_bit_unlock(USB_SERIAL_WRITE_BUSY, &port->flags); in usb_serial_generic_write_start()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ptp.c | 820 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_tx_work() 918 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_tx_hang() 972 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_tx_hwtstamp() 1441 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_suspend()
|
| /linux/arch/mips/include/asm/ |
| H A D | bitops.h | 143 static inline void clear_bit_unlock(unsigned long nr, volatile unsigned long *addr) in clear_bit_unlock() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | bitops.h | 76 clear_bit_unlock(unsigned long nr, volatile void * addr) in clear_bit_unlock() function
|
| /linux/kernel/ |
| H A D | watchdog.c | 261 clear_bit_unlock(0, &hard_lockup_nmi_warn); in watchdog_hardlockup_check() 877 clear_bit_unlock(0, &soft_lockup_nmi_warn); in watchdog_timer_fn()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ptp.c | 750 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, pf->state); in i40e_ptp_tx_hang() 793 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, pf->state); in i40e_ptp_tx_hwtstamp() 1554 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, pf->state); in i40e_ptp_stop()
|
| /linux/arch/powerpc/kernel/ |
| H A D | watchdog.c | 143 clear_bit_unlock(0, &__wd_smp_lock); in wd_smp_unlock()
|