Home
last modified time | relevance | path

Searched refs:spin_unlock (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dsubreg-postra.ll35 br i1 undef, label %spin_unlock.exit1146, label %if.then.i.i.i.i1144
40 spin_unlock.exit1146: ; preds = %trace_jbd2_commit_locking.exit
41 br i1 undef, label %spin_unlock.exit1154, label %if.then.i.i.i.i1152
43 if.then.i.i.i.i1152: ; preds = %spin_unlock.exit1146
44 br label %spin_unlock.exit1154
46 spin_unlock.exit1154: ; preds = %if.then.i.i.i.i1152, %spin_unlock.exit…
49 do.body.i1159: ; preds = %spin_unlock.exit1154
52 trace_jbd2_commit_flushing.exit: ; preds = %spin_unlock.exit1154
56 br i1 undef, label %spin_unlock.exit.i, label %if.then.i.i.i.i.i
61 spin_unlock.exit.i: ; preds = %for.body.lr.ph.i
/external/squashfs-tools/kernel/fs/squashfs/
Dcache.c86 spin_unlock(&cache->lock); in squashfs_cache_get()
118 spin_unlock(&cache->lock); in squashfs_cache_get()
137 spin_unlock(&cache->lock); in squashfs_cache_get()
140 spin_unlock(&cache->lock); in squashfs_cache_get()
162 spin_unlock(&cache->lock); in squashfs_cache_get()
165 spin_unlock(&cache->lock); in squashfs_cache_get()
197 spin_unlock(&cache->lock); in squashfs_cache_put()
202 spin_unlock(&cache->lock); in squashfs_cache_put()
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h147 static inline void spin_unlock(spinlock_t *lock) in spin_unlock() function
157 #define spin_unlock_irq(lock) spin_unlock(lock)
159 #define spin_unlock_irqrestore(lock, flags) spin_unlock(lock)
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c299 spin_unlock(&bdev_lock); in bd_acquire()
302 spin_unlock(&bdev_lock); in bd_acquire()
313 spin_unlock(&bdev_lock); in bd_acquire()
/external/valgrind/
Ddarwin10-drd.supp154 spin_unlock()
156 fun:spin_unlock
Ddarwin9-drd.supp188 fun:spin_unlock
/external/autotest/client/tests/monotonic_time/src/
Dspinlock.h23 static inline void spin_unlock(spinlock_t *lock) in spin_unlock() function
Dtime_test.c168 spin_unlock(&test->lock); \
178 spin_unlock(&test->lock); \
/external/e2fsprogs/e2fsck/
Drevoke.c161 spin_unlock(&journal->j_revoke_lock); in insert_revoke_hash()
186 spin_unlock(&journal->j_revoke_lock); in find_revoke_record()
191 spin_unlock(&journal->j_revoke_lock); in find_revoke_record()
454 spin_unlock(&journal->j_revoke_lock); in journal_cancel_revoke()
/external/e2fsprogs/debugfs/
Drevoke.c161 spin_unlock(&journal->j_revoke_lock); in insert_revoke_hash()
186 spin_unlock(&journal->j_revoke_lock); in find_revoke_record()
191 spin_unlock(&journal->j_revoke_lock); in find_revoke_record()
454 spin_unlock(&journal->j_revoke_lock); in journal_cancel_revoke()
/external/e2fsprogs/lib/ext2fs/
Djfs_compat.h53 #define spin_unlock(x) macro
/external/syslinux/gpxe/src/drivers/net/
Dwlan_compat.h456 #define spin_unlock(l) do { } while (0) macro