Home
last modified time | relevance | path

Searched refs:test_and_set_bit_lock (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dbit_spinlock.h27 while (unlikely(test_and_set_bit_lock(bitnum, addr))) { in bit_spin_lock()
45 if (unlikely(test_and_set_bit_lock(bitnum, addr))) { in bit_spin_trylock()
H A Dbuffer_head.h378 return likely(!test_and_set_bit_lock(BH_Lock, &bh->b_state)); in trylock_buffer()
/openbmc/linux/Documentation/
H A Datomic_bitops.txt26 test_and_set_bit_lock()
63 Except for a successful test_and_set_bit_lock() which has ACQUIRE semantics,
/openbmc/linux/include/asm-generic/bitops/
H A Dinstrumented-lock.h55 static inline bool test_and_set_bit_lock(long nr, volatile unsigned long *addr) in test_and_set_bit_lock() function
/openbmc/linux/arch/mips/include/asm/
H A Dbitops.h178 static inline int test_and_set_bit_lock(unsigned long nr, in test_and_set_bit_lock() function
211 return test_and_set_bit_lock(nr, addr); in test_and_set_bit()
/openbmc/linux/arch/riscv/include/asm/
H A Dbitops.h154 static inline int test_and_set_bit_lock( in test_and_set_bit_lock() function
/openbmc/linux/drivers/fpga/
H A Dstratix10-soc.c84 if (!test_and_set_bit_lock(SVC_BUF_LOCK, in s10_free_buffers()
251 if (!test_and_set_bit_lock(SVC_BUF_LOCK, in s10_send_buf()
/openbmc/linux/arch/alpha/include/asm/
H A Dbitops.h160 test_and_set_bit_lock(unsigned long nr, volatile void *addr) in test_and_set_bit_lock() function
/openbmc/linux/arch/ia64/include/asm/
H A Dbitops.h224 #define test_and_set_bit_lock test_and_set_bit macro
/openbmc/linux/fs/afs/
H A Dvl_probe.c199 if (!test_and_set_bit_lock(AFS_VLSERVER_FL_PROBING, &server->flags) && in afs_send_vl_probes()
H A Dvolume.c416 if (!test_and_set_bit_lock(AFS_VOLUME_UPDATING, &volume->flags)) { in afs_check_volume_status()
/openbmc/linux/arch/powerpc/kernel/
H A Dwatchdog.c132 while (unlikely(test_and_set_bit_lock(0, &__wd_smp_lock))) { in wd_smp_lock()
/openbmc/linux/net/tipc/
H A Dbearer.c359 test_and_set_bit_lock(0, &b->up); in tipc_enable_bearer()
697 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event()
706 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event()
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c392 if (test_and_set_bit_lock(HELLCREEK_HWTSTAMP_TX_IN_PROGRESS, in hellcreek_port_txtstamp()
/openbmc/linux/arch/m68k/include/asm/
H A Dbitops.h536 #define test_and_set_bit_lock test_and_set_bit macro
/openbmc/linux/drivers/ntb/test/
H A Dntb_perf.c1056 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_set_tcnt()
1089 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_submit_test()
1123 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_read_stats()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c326 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_scoalesce()
429 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam()
520 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
/openbmc/linux/drivers/soc/qcom/
H A Docmem.c229 if (test_and_set_bit_lock(BIT(client), &ocmem->active_allocations)) in ocmem_allocate()
/openbmc/linux/drivers/rtc/
H A Ddev.c28 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags)) in rtc_dev_open()
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h480 } while (test_and_set_bit_lock(KVMPPC_RMAP_LOCK_BIT, rmap)); in lock_rmap()
/openbmc/linux/kernel/
H A Dwatchdog.c510 if (test_and_set_bit_lock(0, &soft_lockup_nmi_warn)) in watchdog_timer_fn()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c500 if (test_and_set_bit_lock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, in qede_ptp_tx_ts()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c488 if (test_and_set_bit_lock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, in mv88e6xxx_port_txtstamp()
/openbmc/linux/drivers/usb/serial/
H A Dgeneric.c162 if (test_and_set_bit_lock(USB_SERIAL_WRITE_BUSY, &port->flags)) in usb_serial_generic_write_start()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c248 if (!test_and_set_bit_lock(HPTE_LOCK_BIT, word)) in native_lock_hpte()

12