Home
last modified time | relevance | path

Searched refs:spinlock (Results 1 – 25 of 29) sorted by relevance

12

/kvm-unit-tests/lib/arm64/asm/
H A Dspinlock.h4 struct spinlock { struct
8 extern void spin_lock(struct spinlock *lock); argument
9 extern void spin_unlock(struct spinlock *lock);
/kvm-unit-tests/lib/arm/asm/
H A Dspinlock.h4 struct spinlock { struct
8 extern void spin_lock(struct spinlock *lock); argument
9 extern void spin_unlock(struct spinlock *lock);
/kvm-unit-tests/lib/asm-generic/
H A Dspinlock.h4 struct spinlock { struct
8 static inline void spin_lock(struct spinlock *lock) in spin_lock() argument
13 static inline void spin_unlock(struct spinlock *lock) in spin_unlock()
/kvm-unit-tests/lib/arm/
H A Dspinlock.c12 void spin_lock(struct spinlock *lock) in spin_lock()
37 void spin_unlock(struct spinlock *lock) in spin_unlock()
H A Dsmp.c22 static struct spinlock lock;
H A Dio.c21 static struct spinlock uart_lock;
/kvm-unit-tests/lib/arm64/
H A Dspinlock.c13 void spin_lock(struct spinlock *lock) in spin_lock()
36 void spin_unlock(struct spinlock *lock) in spin_unlock()
/kvm-unit-tests/lib/s390x/
H A Dio.c24 static struct spinlock lock;
H A Dsclp.c33 static struct spinlock sclp_lock;
H A Dsmp.c28 static struct spinlock lock;
/kvm-unit-tests/lib/powerpc/
H A Dio.c17 static struct spinlock print_lock;
H A Drtas.c21 static struct spinlock rtas_lock;
/kvm-unit-tests/lib/
H A Dchr-testdev.c16 static struct spinlock lock;
H A Don-cpus.c22 static struct spinlock lock;
H A Dalloc_phys.c26 static struct spinlock lock;
H A Dreport.c18 static struct spinlock lock;
H A Dvmalloc.c28 static struct spinlock lock;
/kvm-unit-tests/arm/
H A DMakefile.arm29 cflatobjs += lib/arm/spinlock.o
H A DMakefile.arm6441 cflatobjs += lib/arm64/spinlock.o
H A DMakefile.common8 tests-common += $(TEST_DIR)/spinlock-test.$(exe)
/kvm-unit-tests/lib/x86/
H A Dfwcfg.c5 static struct spinlock lock;
H A Dio.c11 static struct spinlock lock;
H A Dsmp.c19 static struct spinlock ipi_lock;
/kvm-unit-tests/lib/riscv/
H A Dio.c31 static struct spinlock uart_lock;
/kvm-unit-tests/x86/
H A Dkvmclock_test.c15 struct spinlock lock;

12