/linux-6.1.9/include/linux/ |
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()
|
D | buffer_head.h | 390 return likely(!test_and_set_bit_lock(BH_Lock, &bh->b_state)); in trylock_buffer()
|
/linux-6.1.9/Documentation/ |
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-6.1.9/include/asm-generic/bitops/ |
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-6.1.9/arch/mips/include/asm/ |
D | bitops.h | 178 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()
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | bitops.h | 154 static inline int test_and_set_bit_lock( in test_and_set_bit_lock() function
|
/linux-6.1.9/drivers/fpga/ |
D | stratix10-soc.c | 83 if (!test_and_set_bit_lock(SVC_BUF_LOCK, in s10_free_buffers() 250 if (!test_and_set_bit_lock(SVC_BUF_LOCK, in s10_send_buf()
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | bitops.h | 160 test_and_set_bit_lock(unsigned long nr, volatile void *addr) in test_and_set_bit_lock() function
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | bitops.h | 224 #define test_and_set_bit_lock test_and_set_bit macro
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | watchdog.c | 132 while (unlikely(test_and_set_bit_lock(0, &__wd_smp_lock))) { in wd_smp_lock()
|
/linux-6.1.9/fs/afs/ |
D | vl_probe.c | 199 if (!test_and_set_bit_lock(AFS_VLSERVER_FL_PROBING, &server->flags) && in afs_send_vl_probes()
|
D | volume.c | 400 if (!test_and_set_bit_lock(AFS_VOLUME_UPDATING, &volume->flags)) { in afs_check_volume_status()
|
/linux-6.1.9/net/tipc/ |
D | bearer.c | 361 test_and_set_bit_lock(0, &b->up); in tipc_enable_bearer() 686 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event() 695 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event()
|
/linux-6.1.9/drivers/net/dsa/hirschmann/ |
D | hellcreek_hwtstamp.c | 399 if (test_and_set_bit_lock(HELLCREEK_HWTSTAMP_TX_IN_PROGRESS, in hellcreek_port_txtstamp()
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | bitops.h | 536 #define test_and_set_bit_lock test_and_set_bit macro
|
/linux-6.1.9/drivers/ntb/test/ |
D | ntb_perf.c | 1056 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()
|
/linux-6.1.9/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 324 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_scoalesce() 427 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam() 518 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
|
/linux-6.1.9/drivers/soc/qcom/ |
D | ocmem.c | 232 if (test_and_set_bit_lock(BIT(client), &ocmem->active_allocations)) in ocmem_allocate()
|
/linux-6.1.9/kernel/ |
D | watchdog.c | 420 if (test_and_set_bit_lock(0, &soft_lockup_nmi_warn)) in watchdog_timer_fn()
|
/linux-6.1.9/drivers/rtc/ |
D | dev.c | 28 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags)) in rtc_dev_open()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 480 } while (test_and_set_bit_lock(KVMPPC_RMAP_LOCK_BIT, rmap)); in lock_rmap()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/ |
D | qede_ptp.c | 497 if (test_and_set_bit_lock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, in qede_ptp_tx_ts()
|
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/ |
D | hwtstamp.c | 488 if (test_and_set_bit_lock(MV88E6XXX_HWTSTAMP_TX_IN_PROGRESS, in mv88e6xxx_port_txtstamp()
|
/linux-6.1.9/drivers/usb/serial/ |
D | generic.c | 162 if (test_and_set_bit_lock(USB_SERIAL_WRITE_BUSY, &port->flags)) in usb_serial_generic_write_start()
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | hash_native.c | 248 if (!test_and_set_bit_lock(HPTE_LOCK_BIT, word)) in native_lock_hpte()
|