Searched refs:test_and_set_bit_lock (Results 1 - 25 of 48) sorted by relevance

12

/linux-master/include/asm-generic/bitops/
H A Dinstrumented-lock.h47 * test_and_set_bit_lock - Set a bit and return its old value, for lock
55 static inline bool test_and_set_bit_lock(long nr, volatile unsigned long *addr) function
/linux-master/include/linux/
H A Dbit_spinlock.h27 while (unlikely(test_and_set_bit_lock(bitnum, addr))) {
45 if (unlikely(test_and_set_bit_lock(bitnum, addr))) {
H A Dbuffer_head.h394 return likely(!test_and_set_bit_lock(BH_Lock, &bh->b_state));
/linux-master/arch/mips/include/asm/
H A Dbitops.h172 * test_and_set_bit_lock - Set a bit and return its old value
179 static inline int test_and_set_bit_lock(unsigned long nr, function
212 return test_and_set_bit_lock(nr, addr);
/linux-master/drivers/fpga/
H A Dstratix10-soc.c84 if (!test_and_set_bit_lock(SVC_BUF_LOCK,
251 if (!test_and_set_bit_lock(SVC_BUF_LOCK,
/linux-master/arch/alpha/include/asm/
H A Dbitops.h160 test_and_set_bit_lock(unsigned long nr, volatile void *addr) function
/linux-master/arch/riscv/include/asm/
H A Dbitops.h307 * test_and_set_bit_lock - Set a bit and return its old value, for lock
314 static inline int test_and_set_bit_lock( function
/linux-master/kernel/
H A Dwatchdog.c165 if (test_and_set_bit_lock(0, &hard_lockup_nmi_warn))
531 if (test_and_set_bit_lock(0, &soft_lockup_nmi_warn))
/linux-master/arch/powerpc/kernel/
H A Dwatchdog.c132 while (unlikely(test_and_set_bit_lock(0, &__wd_smp_lock))) {
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c392 if (test_and_set_bit_lock(HELLCREEK_HWTSTAMP_TX_IN_PROGRESS,
/linux-master/fs/afs/
H A Dvl_probe.c217 if (!test_and_set_bit_lock(AFS_VLSERVER_FL_PROBING, &server->flags) &&
H A Dvolume.c437 if (!test_and_set_bit_lock(AFS_VOLUME_UPDATING, &volume->flags)) {
/linux-master/io_uring/
H A Dfutex.c94 test_and_set_bit_lock(0, &iof->futexv_owned))
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c326 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))
429 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))
520 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))
/linux-master/drivers/ntb/test/
H A Dntb_perf.c1056 if (test_and_set_bit_lock(0, &perf->busy_flag))
1089 if (test_and_set_bit_lock(0, &perf->busy_flag))
1123 if (test_and_set_bit_lock(0, &perf->busy_flag))
/linux-master/net/tipc/
H A Dbearer.c359 test_and_set_bit_lock(0, &b->up);
697 test_and_set_bit_lock(0, &b->up);
706 test_and_set_bit_lock(0, &b->up);
/linux-master/drivers/rtc/
H A Ddev.c28 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags))
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c500 if (test_and_set_bit_lock(QEDE_FLAGS_PTP_TX_IN_PRORGESS,
/linux-master/arch/m68k/include/asm/
H A Dbitops.h557 #define test_and_set_bit_lock test_and_set_bit macro
/linux-master/drivers/soc/qcom/
H A Docmem.c229 if (test_and_set_bit_lock(BIT(client), &ocmem->active_allocations))
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h480 } while (test_and_set_bit_lock(KVMPPC_RMAP_LOCK_BIT, rmap));
/linux-master/drivers/usb/serial/
H A Dgeneric.c162 if (test_and_set_bit_lock(USB_SERIAL_WRITE_BUSY, &port->flags))
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c488 if (test_and_set_bit_lock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS,
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_native.c248 if (!test_and_set_bit_lock(HPTE_LOCK_BIT, word))
/linux-master/lib/
H A Dsbitmap.c159 if (!test_and_set_bit_lock(nr, word))
657 * and test_and_set_bit_lock()/prepare_to_wait()/finish_wait() in the

Completed in 276 milliseconds

12