Home
last modified time | relevance | path

Searched defs:lock (Results 1 – 17 of 17) sorted by relevance

/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/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; variable
/kvm-unit-tests/lib/asm-generic/
H A Dspinlock.h8 static inline void spin_lock(struct spinlock *lock) in spin_lock()
13 static inline void spin_unlock(struct spinlock *lock) in spin_unlock()
/kvm-unit-tests/lib/s390x/
H A Dio.c24 static struct spinlock lock; variable
H A Dsmp.c28 static struct spinlock lock; variable
/kvm-unit-tests/lib/
H A Dchr-testdev.c16 static struct spinlock lock; variable
H A Dalloc_phys.c26 static struct spinlock lock; variable
H A Don-cpus.c22 static struct spinlock lock; variable
H A Dvmalloc.c28 static struct spinlock lock; variable
H A Dreport.c18 static struct spinlock lock; variable
H A Dalloc_page.c56 static struct spinlock lock; variable
/kvm-unit-tests/lib/x86/
H A Dfwcfg.c5 static struct spinlock lock; variable
H A Dio.c11 static struct spinlock lock; variable
/kvm-unit-tests/arm/
H A Dspinlock-test.c20 void (*lock)(int *v); member
/kvm-unit-tests/powerpc/
H A Datomics.c24 static void spin_lock(unsigned int *lock) in spin_lock()
38 static void spin_unlock(unsigned int *lock) in spin_unlock()
/kvm-unit-tests/x86/
H A Dkvmclock_test.c15 struct spinlock lock; member