__test_and_clear_bit   83 arch/powerpc/platforms/powermac/pic.c         if (__test_and_clear_bit(src, ppc_lost_interrupts))
__test_and_clear_bit  104 arch/powerpc/platforms/powermac/pic.c 	if (__test_and_clear_bit(src, ppc_lost_interrupts))
__test_and_clear_bit  201 arch/s390/mm/page-states.c 			if (__test_and_clear_bit(PG_arch_1, &page->flags))
__test_and_clear_bit 2376 arch/x86/events/intel/core.c 	if (__test_and_clear_bit(62, (unsigned long *)&status)) {
__test_and_clear_bit 2385 arch/x86/events/intel/core.c 	if (__test_and_clear_bit(55, (unsigned long *)&status)) {
__test_and_clear_bit 1014 arch/x86/events/intel/p4.c 			if (__test_and_clear_bit(idx, cpuc->running))
__test_and_clear_bit  523 arch/x86/events/intel/uncore.c 	if (__test_and_clear_bit(hwc->idx, box->active_mask)) {
__test_and_clear_bit  516 arch/x86/kernel/kgdb.c 		if (__test_and_clear_bit(cpu, was_in_debug_nmi))
__test_and_clear_bit  304 arch/x86/kernel/kvm.c 	if (__test_and_clear_bit(KVM_PV_EOI_BIT, this_cpu_ptr(&kvm_apic_eoi)))
__test_and_clear_bit  388 arch/x86/kernel/process.c 		if (!__test_and_clear_bit(LSTATE_SSB, &st->local_state))
__test_and_clear_bit   96 arch/x86/kvm/lapic.c 	return __test_and_clear_bit(VEC_POS(vec), (bitmap) + REG_POS(vec));
__test_and_clear_bit  278 drivers/gpio/gpio-mmio.c 		if (__test_and_clear_bit(i, mask)) {
__test_and_clear_bit  159 drivers/gpio/gpio-xilinx.c 		if (__test_and_clear_bit(i, mask)) {
__test_and_clear_bit  274 drivers/gpu/drm/i915/i915_sw_fence.c 	if (!__test_and_clear_bit(I915_SW_FENCE_CHECKED_BIT, &fence->flags))
__test_and_clear_bit 2978 drivers/infiniband/hw/hfi1/rc.c 		if (!__test_and_clear_bit(RVT_R_WRID_VALID, &qp->r_aflags))
__test_and_clear_bit  105 drivers/infiniband/hw/qib/qib_tx.c 		if (__test_and_clear_bit(i, dd->pio_need_disarm)) {
__test_and_clear_bit  369 drivers/infiniband/hw/qib/qib_tx.c 	if (__test_and_clear_bit(n, dd->pio_need_disarm))
__test_and_clear_bit  364 drivers/input/ff-memless.c 		if (__test_and_clear_bit(FF_EFFECT_ABORTING, &state->flags)) {
__test_and_clear_bit  955 drivers/input/input.c 		   __test_and_clear_bit(old_keycode, dev->key)) {
__test_and_clear_bit 1460 drivers/mtd/nand/raw/nandsim.c 			if (__test_and_clear_bit(ns->regs.row + i,
__test_and_clear_bit  140 drivers/net/ethernet/mellanox/mlx5/core/en/xsk/rx.c 		if (likely(__test_and_clear_bit(MLX5E_RQ_FLAG_XDP_XMIT, rq->flags)))
__test_and_clear_bit 1170 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 		if (__test_and_clear_bit(MLX5E_RQ_FLAG_XDP_XMIT, rq->flags)) {
__test_and_clear_bit 1213 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 		if (__test_and_clear_bit(MLX5E_RQ_FLAG_XDP_XMIT, rq->flags)) {
__test_and_clear_bit 1313 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 		if (__test_and_clear_bit(MLX5E_RQ_FLAG_XDP_XMIT, rq->flags))
__test_and_clear_bit  140 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_keys.c 			if (__test_and_clear_bit(j, picker->hits[i].element))
__test_and_clear_bit   40 drivers/net/ethernet/netronome/nfp/ccm.c 	WARN_ON(!__test_and_clear_bit(tag, ccm->tag_allocator));
__test_and_clear_bit 3592 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (!__test_and_clear_bit(keyconf->hw_key_idx, mvm->fw_key_table)) {
__test_and_clear_bit   65 drivers/net/wireless/ti/wlcore/tx.c 	if (__test_and_clear_bit(id, wl->tx_frames_map)) {
__test_and_clear_bit   96 drivers/soc/fsl/qe/gpio.c 		if (__test_and_clear_bit(i, mask)) {
__test_and_clear_bit   91 drivers/uio/uio_pdrv_genirq.c 		if (__test_and_clear_bit(UIO_IRQ_DISABLED, &priv->flags))
__test_and_clear_bit  958 drivers/usb/host/isp1362-hcd.c 		if (__test_and_clear_bit(index, &done_map)) {
__test_and_clear_bit  275 drivers/usb/serial/ir-usb.c 	if (__test_and_clear_bit(0, &port->write_urbs_free)) {
__test_and_clear_bit  113 fs/minix/minix.h 	__test_and_clear_bit((nr), (unsigned long *)(addr))
__test_and_clear_bit  148 fs/minix/minix.h 	__test_and_clear_bit((nr) ^ 16, (unsigned long *)(addr))
__test_and_clear_bit  237 fs/nfs/nfs4client.c 	if (__test_and_clear_bit(NFS_CS_CALLBACK, &clp->cl_res_state))
__test_and_clear_bit  243 fs/nfs/nfs4client.c 	if (__test_and_clear_bit(NFS_CS_RENEWD, &clp->cl_res_state))
__test_and_clear_bit  247 fs/nfs/nfs4client.c 	if (__test_and_clear_bit(NFS_CS_IDMAP, &clp->cl_res_state))
__test_and_clear_bit   95 include/asm-generic/bitops/le.h 	return __test_and_clear_bit(nr ^ BITOP_LE_SWIZZLE, addr);
__test_and_clear_bit 1468 kernel/time/timer.c 		if (__test_and_clear_bit(idx, base->pending_map)) {
__test_and_clear_bit  718 lib/test_kasan.c 	__test_and_clear_bit(BITS_PER_LONG + BITS_PER_BYTE, bits);
__test_and_clear_bit  100 lib/xarray.c   	return __test_and_clear_bit(offset, node_marks(node, mark));
__test_and_clear_bit 3602 mm/mmap.c      		if (!__test_and_clear_bit(0, (unsigned long *)
__test_and_clear_bit  124 net/rfkill/input.c 			if (__test_and_clear_bit(i, rfkill_sw_pending)) {
__test_and_clear_bit  125 net/rfkill/input.c 				c = __test_and_clear_bit(i, rfkill_sw_state);