Searched refs:__test_and_clear_bit (Results 1 – 20 of 20) sorted by relevance
/arch/mn10300/include/asm/ |
D | bitops.h | 115 #define __test_and_clear_bit(nr, addr) \ macro 131 #define test_and_clear_bit(nr, addr) __test_and_clear_bit((nr), (addr))
|
/arch/hexagon/include/asm/ |
D | bitops.h | 160 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
|
/arch/sh/include/asm/ |
D | bitops-op32.h | 111 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
|
/arch/powerpc/platforms/powernv/ |
D | opal-async.c | 48 if (!__test_and_clear_bit(token, opal_async_complete_map)) { in __opal_async_get_token()
|
/arch/frv/include/asm/ |
D | bitops.h | 99 static inline int __test_and_clear_bit(unsigned long nr, volatile void *addr) in __test_and_clear_bit() function
|
/arch/x86/include/asm/ |
D | bitops.h | 285 static __always_inline bool __test_and_clear_bit(long nr, volatile unsigned long *addr) in __test_and_clear_bit() function
|
/arch/powerpc/platforms/powermac/ |
D | pic.c | 88 if (__test_and_clear_bit(src, ppc_lost_interrupts)) in pmac_mask_and_ack_irq() 109 if (__test_and_clear_bit(src, ppc_lost_interrupts)) in pmac_ack_irq()
|
/arch/alpha/include/asm/ |
D | bitops.h | 234 __test_and_clear_bit(unsigned long nr, volatile void * addr) in __test_and_clear_bit() function
|
/arch/s390/mm/ |
D | page-states.c | 207 if (__test_and_clear_bit(PG_arch_1, &page->flags)) in cmma_init_nodat()
|
/arch/s390/include/asm/ |
D | bitops.h | 188 __test_and_clear_bit(unsigned long nr, volatile unsigned long *ptr) in __test_and_clear_bit() function
|
/arch/ia64/include/asm/ |
D | bitops.h | 281 __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
|
/arch/m68k/include/asm/ |
D | bitops.h | 254 #define __test_and_clear_bit(nr, vaddr) test_and_clear_bit(nr, vaddr) macro
|
/arch/x86/kernel/ |
D | kvm.c | 326 if (__test_and_clear_bit(KVM_PV_EOI_BIT, this_cpu_ptr(&kvm_apic_eoi))) in kvm_guest_apic_eoi_write()
|
D | process.c | 376 if (!__test_and_clear_bit(LSTATE_SSB, &st->local_state)) in amd_set_core_ssb_state()
|
D | kgdb.c | 537 if (__test_and_clear_bit(cpu, was_in_debug_nmi)) in kgdb_nmi_handler()
|
/arch/tile/kernel/ |
D | perf_event.c | 597 if (__test_and_clear_bit(idx, cpuc->active_mask)) { in tile_pmu_stop()
|
/arch/x86/events/intel/ |
D | p4.c | 1014 if (__test_and_clear_bit(idx, cpuc->running)) in p4_pmu_handle_irq()
|
D | uncore.c | 482 if (__test_and_clear_bit(hwc->idx, box->active_mask)) { in uncore_pmu_event_stop()
|
D | core.c | 2313 if (__test_and_clear_bit(62, (unsigned long *)&status)) { in intel_pmu_handle_irq() 2322 if (__test_and_clear_bit(55, (unsigned long *)&status)) { in intel_pmu_handle_irq()
|
/arch/x86/kvm/ |
D | lapic.c | 98 return __test_and_clear_bit(VEC_POS(vec), (bitmap) + REG_POS(vec)); in __apic_test_and_clear_vector()
|