/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_ptp.c | 157 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, in qede_ptp_task() 173 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_task() 390 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_disable() 512 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_tx_ts() 517 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_tx_ts()
|
/kernel/linux/linux-6.6/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() 388 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_disable() 510 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_tx_ts() 515 clear_bit_unlock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags); in qede_ptp_tx_ts()
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | bitops.h | 162 * clear_bit_unlock - Clear a bit in memory, for unlock 168 static inline void clear_bit_unlock( in clear_bit_unlock() function 179 * This operation is like clear_bit_unlock, however it is not atomic. 192 clear_bit_unlock(nr, addr); in __clear_bit_unlock()
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | bitops.h | 161 * clear_bit_unlock - Clear a bit in memory, for unlock 167 static inline void clear_bit_unlock( in clear_bit_unlock() function 178 * This operation is like clear_bit_unlock, however it is not atomic. 191 clear_bit_unlock(nr, addr); in __clear_bit_unlock()
|
/kernel/linux/linux-5.10/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 | 84 clear_bit_unlock(0, &backtrace_flag); in nmi_trigger_cpumask_backtrace()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/net/dsa/hirschmann/ |
H A D | hellcreek_hwtstamp.c | 53 clear_bit_unlock(HELLCREEK_HWTSTAMP_ENABLED, &ps->state); in hellcreek_set_hwtstamp_config() 277 clear_bit_unlock(HELLCREEK_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in hellcreek_txtstamp_work() 287 clear_bit_unlock(HELLCREEK_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in hellcreek_txtstamp_work()
|
/kernel/linux/linux-5.10/include/asm-generic/bitops/ |
H A D | instrumented-lock.h | 17 * clear_bit_unlock - Clear a bit in memory, for unlock 23 static inline void clear_bit_unlock(long nr, volatile unsigned long *addr) in clear_bit_unlock() function
|
H A D | lock.h | 34 * clear_bit_unlock - Clear a bit in memory, for unlock 40 static inline void clear_bit_unlock(unsigned int nr, volatile unsigned long *p) in clear_bit_unlock() function 51 * A weaker form of clear_bit_unlock() as used by __bit_lock_unlock(). If all
|
/kernel/linux/linux-6.6/include/asm-generic/bitops/ |
H A D | instrumented-lock.h | 17 * clear_bit_unlock - Clear a bit in memory, for unlock 23 static inline void clear_bit_unlock(long nr, volatile unsigned long *addr) in clear_bit_unlock() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bit_spinlock.h | 63 clear_bit_unlock(bitnum, addr); in bit_spin_unlock()
|
H A D | lru_cache.h | 291 clear_bit_unlock(__LC_LOCKED, &lc->flags); in lc_unlock()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bit_spinlock.h | 63 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()
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | hwtstamp.c | 101 clear_bit_unlock(MV88E6XXX_HWTSTAMP_ENABLED, &ps->state); in mv88e6xxx_set_hwtstamp_config() 437 clear_bit_unlock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in mv88e6xxx_txtstamp_work() 445 clear_bit_unlock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in mv88e6xxx_txtstamp_work()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ptp.c | 346 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, pf->state); in i40e_ptp_tx_hang() 389 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, pf->state); in i40e_ptp_tx_hwtstamp() 865 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, pf->state); in i40e_ptp_stop()
|
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A D | hwtstamp.c | 101 clear_bit_unlock(MV88E6XXX_HWTSTAMP_ENABLED, &ps->state); in mv88e6xxx_set_hwtstamp_config() 433 clear_bit_unlock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in mv88e6xxx_txtstamp_work() 441 clear_bit_unlock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, &ps->state); in mv88e6xxx_txtstamp_work()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_display_reset.c | 134 clear_bit_unlock(I915_RESET_MODESET, &to_gt(i915)->reset.flags); in intel_display_reset_finish()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | stratix10-soc.c | 128 clear_bit_unlock(SVC_BUF_LOCK, in s10_unlock_bufs() 266 clear_bit_unlock(SVC_BUF_LOCK, &priv->svc_bufs[i].lock); in s10_send_buf()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | bitops.h | 524 #define clear_bit_unlock clear_bit macro 525 #define __clear_bit_unlock clear_bit_unlock
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | bitops.h | 537 #define clear_bit_unlock clear_bit macro 538 #define __clear_bit_unlock clear_bit_unlock
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | ocmem.c | 273 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_allocate() 302 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_free()
|