Searched refs:spin_lock (Results 1 – 9 of 9) sorted by relevance
135 static inline void spin_lock(spinlock_t *lock) in spin_lock() function156 #define spin_lock_irq(lock) spin_lock(lock)158 #define spin_lock_irqsave(lock, flags) spin_lock(lock)
72 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()
14 static inline void spin_lock(spinlock_t *lock) in spin_lock() function
163 spin_lock(&test->lock); \172 spin_lock(&test->lock); \
296 spin_lock(&bdev_lock); in bd_acquire()306 spin_lock(&bdev_lock); in bd_acquire()
159 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()
52 #define spin_lock(x) macro
455 #define spin_lock(l) do { } while (0) macro