Home
last modified time | relevance | path

Searched refs:spin_lock (Results 1 – 9 of 9) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h135 static inline void spin_lock(spinlock_t *lock) in spin_lock() function
156 #define spin_lock_irq(lock) spin_lock(lock)
158 #define spin_lock_irqsave(lock, flags) spin_lock(lock)
/external/squashfs-tools/kernel/fs/squashfs/
Dcache.c72 spin_lock(&cache->lock); in squashfs_cache_get()
88 spin_lock(&cache->lock); in squashfs_cache_get()
124 spin_lock(&cache->lock); in squashfs_cache_get()
188 spin_lock(&cache->lock); in squashfs_cache_put()
/external/autotest/client/tests/monotonic_time/src/
Dspinlock.h14 static inline void spin_lock(spinlock_t *lock) in spin_lock() function
Dtime_test.c163 spin_lock(&test->lock); \
172 spin_lock(&test->lock); \
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c296 spin_lock(&bdev_lock); in bd_acquire()
306 spin_lock(&bdev_lock); in bd_acquire()
/external/e2fsprogs/e2fsck/
Drevoke.c159 spin_lock(&journal->j_revoke_lock); in insert_revoke_hash()
182 spin_lock(&journal->j_revoke_lock); in find_revoke_record()
452 spin_lock(&journal->j_revoke_lock); in journal_cancel_revoke()
/external/e2fsprogs/debugfs/
Drevoke.c159 spin_lock(&journal->j_revoke_lock); in insert_revoke_hash()
182 spin_lock(&journal->j_revoke_lock); in find_revoke_record()
452 spin_lock(&journal->j_revoke_lock); in journal_cancel_revoke()
/external/e2fsprogs/lib/ext2fs/
Djfs_compat.h52 #define spin_lock(x) macro
/external/syslinux/gpxe/src/drivers/net/
Dwlan_compat.h455 #define spin_lock(l) do { } while (0) macro