/linux/include/linux/ |
H A D | bit_spinlock.h | 27 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()
|
/linux/Documentation/ |
H A D | atomic_bitops.txt | 26 test_and_set_bit_lock() 63 Except for a successful test_and_set_bit_lock() which has ACQUIRE semantics,
|
/linux/include/asm-generic/bitops/ |
H A D | instrumented-lock.h | 55 static inline bool test_and_set_bit_lock(long nr, volatile unsigned long *addr) in test_and_set_bit_lock() function
|
/linux/arch/mips/include/asm/ |
H A D | bitops.h | 179 static inline int test_and_set_bit_lock(unsigned long nr, in test_and_set_bit_lock() function 212 return test_and_set_bit_lock(nr, addr); in test_and_set_bit()
|
/linux/drivers/fpga/ |
H A D | stratix10-soc.c | 84 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()
|
/linux/arch/alpha/include/asm/ |
H A D | bitops.h | 160 test_and_set_bit_lock(unsigned long nr, volatile void *addr) in test_and_set_bit_lock() function
|
/linux/kernel/ |
H A D | watchdog.c | 209 if (test_and_set_bit_lock(0, &hard_lockup_nmi_warn)) in watchdog_hardlockup_check() 804 if (test_and_set_bit_lock(0, &soft_lockup_nmi_warn)) in watchdog_timer_fn()
|
/linux/arch/powerpc/kernel/ |
H A D | watchdog.c | 132 while (unlikely(test_and_set_bit_lock(0, &__wd_smp_lock))) { in wd_smp_lock()
|
/linux/io_uring/ |
H A D | futex.c | 83 test_and_set_bit_lock(0, &iof->futexv_owned)) in io_futexv_claim()
|
/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek_hwtstamp.c | 386 if (test_and_set_bit_lock(HELLCREEK_HWTSTAMP_TX_IN_PROGRESS, in hellcreek_port_txtstamp()
|
/linux/fs/afs/ |
H A D | vl_probe.c | 217 if (!test_and_set_bit_lock(AFS_VLSERVER_FL_PROBING, &server->flags) && in afs_send_vl_probes()
|
H A D | server.c | 604 if (!test_and_set_bit_lock(AFS_SERVER_FL_UPDATING, &server->flags)) { in afs_check_server_record()
|
/linux/net/tipc/ |
H A D | bearer.c | 363 test_and_set_bit_lock(0, &b->up); in tipc_enable_bearer() 701 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event() 710 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event()
|
/linux/arch/m68k/include/asm/ |
H A D | bitops.h | 557 #define test_and_set_bit_lock test_and_set_bit macro
|
/linux/drivers/ntb/test/ |
H A D | ntb_perf.c | 1054 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_set_tcnt() 1087 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_submit_test() 1121 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_read_stats()
|
/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar_ethtool.c | 328 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_scoalesce() 431 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam() 522 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
|
/linux/drivers/soc/qcom/ |
H A D | ocmem.c | 226 if (test_and_set_bit_lock(BIT(client), &ocmem->active_allocations)) in ocmem_allocate()
|
/linux/arch/powerpc/include/asm/ |
H A D | kvm_book3s_64.h | 480 } while (test_and_set_bit_lock(KVMPPC_RMAP_LOCK_BIT, rmap)); in lock_rmap()
|
/linux/drivers/rtc/ |
H A D | dev.c | 28 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags)) in rtc_dev_open()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_ptp.c | 493 if (test_and_set_bit_lock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, in qede_ptp_tx_ts()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | hwtstamp.c | 484 if (test_and_set_bit_lock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, in mv88e6xxx_port_txtstamp()
|
/linux/drivers/usb/serial/ |
H A D | generic.c | 161 if (test_and_set_bit_lock(USB_SERIAL_WRITE_BUSY, &port->flags)) in usb_serial_generic_write_start()
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_native.c | 244 if (!test_and_set_bit_lock(HPTE_LOCK_BIT, word)) in native_lock_hpte()
|
/linux/lib/ |
H A D | sbitmap.c | 181 if (!test_and_set_bit_lock(nr, word)) in __sbitmap_get_word()
|
/linux/drivers/md/ |
H A D | md-cluster.c | 723 rv = test_and_set_bit_lock(MD_CLUSTER_HOLDING_MUTEX_FOR_RECVD, in lock_comm() 1076 ret = test_and_set_bit_lock(MD_CLUSTER_HOLDING_MUTEX_FOR_RECVD, in metadata_update_start()
|