Searched refs:test_and_set_bit (Results 1 - 25 of 775) sorted by relevance

1234567891011>>

/linux-master/tools/include/asm-generic/bitops/
H A Datomic.h12 #define set_bit test_and_set_bit
/linux-master/drivers/gpu/drm/i915/selftests/
H A Digt_reset.c21 while (test_and_set_bit(I915_RESET_BACKOFF, &gt->reset.flags))
26 while (test_and_set_bit(I915_RESET_ENGINE + id,
/linux-master/arch/arm64/include/asm/
H A Dsync_bitops.h21 #define sync_test_and_set_bit(nr, p) test_and_set_bit(nr, p)
/linux-master/arch/hexagon/include/asm/
H A Dbitops.h51 * test_and_set_bit - set a bit and return its old value
55 static inline int test_and_set_bit(int nr, volatile void *addr) function
113 test_and_set_bit(nr, addr);
139 test_and_set_bit(nr, addr);
158 return test_and_set_bit(nr, addr);
/linux-master/arch/x86/kvm/vmx/
H A Dposted_intr.h35 return test_and_set_bit(POSTED_INTR_ON,
53 return test_and_set_bit(vector, (unsigned long *)pi_desc->pir);
/linux-master/drivers/char/tpm/
H A Dtpm-dev.c28 if (test_and_set_bit(0, &chip->is_open)) {
/linux-master/include/asm-generic/bitops/
H A Dle.h46 return test_and_set_bit(nr ^ BITOP_LE_SWIZZLE, addr);
H A Dinstrumented-atomic.h62 * test_and_set_bit - Set a bit and return its old value
68 static __always_inline bool test_and_set_bit(long nr, volatile unsigned long *addr) function
/linux-master/tools/arch/x86/include/asm/
H A Datomic.h74 static inline int test_and_set_bit(long nr, unsigned long *addr) function
/linux-master/arch/openrisc/mm/
H A Dcache.c47 int dirty = !test_and_set_bit(PG_dc_clean, &folio->flags);
/linux-master/arch/sh/boards/mach-x3proto/
H A Dilsel.c103 } while (test_and_set_bit(bit, &ilsel_level_map));
126 if (test_and_set_bit(bit, &ilsel_level_map))
/linux-master/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c117 if (!test_and_set_bit(counter, perfctr_nmi_owner))
145 if (!test_and_set_bit(counter, evntsel_nmi_owner))
/linux-master/kernel/irq/
H A Dhandle.c54 if (test_and_set_bit(IRQTF_WARNED, &action->thread_flags))
75 if (test_and_set_bit(IRQTF_RUNTHREAD, &action->thread_flags))
/linux-master/lib/
H A Dirq_poll.c33 if (test_and_set_bit(IRQ_POLL_F_SCHED, &iop->state))
148 while (test_and_set_bit(IRQ_POLL_F_SCHED, &iop->state))
H A Dnmi_backtrace.c42 if (test_and_set_bit(0, &backtrace_flag)) {
/linux-master/arch/alpha/include/asm/
H A Dspinlock.h52 return !test_and_set_bit(0, &lock->lock);
/linux-master/arch/sh/include/asm/
H A Dbitops-grb.h75 static inline int test_and_set_bit(int nr, volatile void * addr) function
H A Dbitops-llsc.h68 static inline int test_and_set_bit(int nr, volatile void *addr) function
79 "movli.l @%2, %0 ! test_and_set_bit \n\t"
/linux-master/arch/openrisc/include/asm/bitops/
H A Datomic.h63 static inline int test_and_set_bit(int nr, volatile unsigned long *addr) function
/linux-master/arch/sparc/include/asm/
H A Dbitops_64.h19 int test_and_set_bit(unsigned long nr, volatile unsigned long *addr);
/linux-master/tools/include/asm-generic/
H A Datomic-gcc.h73 static inline int test_and_set_bit(long nr, unsigned long *addr) function
/linux-master/arch/arm/mm/
H A Dcopypage-xscale.c90 if (!test_and_set_bit(PG_dcache_clean, &src->flags))
H A Dcopypage-v4mc.c70 if (!test_and_set_bit(PG_dcache_clean, &src->flags))
/linux-master/arch/csky/abiv1/
H A Dcacheflush.c59 if (!test_and_set_bit(PG_dcache_clean, &folio->flags))
/linux-master/drivers/i2c/
H A Di2c-core.h55 if (!test_and_set_bit(I2C_ALF_SUSPEND_REPORTED, &adap->locked_flags))

Completed in 359 milliseconds

1234567891011>>