Home
last modified time | relevance | path

Searched refs:clear_bit_unlock (Results 1 - 25 of 156) sorted by relevance

1234567

/kernel/linux/linux-6.6/kernel/kcsan/
H A Dselftest.c163 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 Dqede_ptp.c157 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 Dqede_ptp.c160 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 Dbitops.h162 * 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 Dbitops.h161 * 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 Dirq_poll.c55 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 Dnmi_backtrace.c84 clear_bit_unlock(0, &backtrace_flag); in nmi_trigger_cpumask_backtrace()
/kernel/linux/linux-6.6/lib/
H A Dirq_poll.c55 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 Dnmi_backtrace.c86 clear_bit_unlock(0, &backtrace_flag); in nmi_trigger_cpumask_backtrace()
/kernel/linux/linux-6.6/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c53 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 Dinstrumented-lock.h17 * 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 Dlock.h34 * 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 Dinstrumented-lock.h17 * 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 Dbit_spinlock.h63 clear_bit_unlock(bitnum, addr); in bit_spin_unlock()
H A Dlru_cache.h291 clear_bit_unlock(__LC_LOCKED, &lc->flags); in lc_unlock()
/kernel/linux/linux-6.6/include/linux/
H A Dbit_spinlock.h63 clear_bit_unlock(bitnum, addr); in bit_spin_unlock()
H A Dlru_cache.h289 clear_bit_unlock(__LC_LOCKED, &lc->flags); in lc_unlock()
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c101 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 Di40e_ptp.c346 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 Dhwtstamp.c101 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 Dintel_display_reset.c134 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 Dstratix10-soc.c128 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 Dbitops.h524 #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 Dbitops.h537 #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 Docmem.c273 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_allocate()
302 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_free()

Completed in 13 milliseconds

1234567