/external/llvm/test/CodeGen/PowerPC/ |
D | subreg-postra.ll | 35 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/arm-trusted-firmware/bl32/tsp/ |
D | tsp_main.c | 130 spin_unlock(&console_lock); in tsp_main() 160 spin_unlock(&console_lock); in tsp_cpu_on_main() 201 spin_unlock(&console_lock); in tsp_cpu_off_main() 243 spin_unlock(&console_lock); in tsp_cpu_suspend_main() 283 spin_unlock(&console_lock); in tsp_cpu_resume_main() 314 spin_unlock(&console_lock); in tsp_system_off_main() 346 spin_unlock(&console_lock); in tsp_system_reset_main() 386 spin_unlock(&console_lock); in tsp_smc_handler()
|
D | tsp_interrupt.c | 47 spin_unlock(&console_lock); in tsp_update_sync_sel1_intr_stats() 65 spin_unlock(&console_lock); in tsp_handle_preemption() 114 spin_unlock(&console_lock); in tsp_common_int_handler()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | cache.c | 86 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/arm-trusted-firmware/lib/locks/exclusive/aarch32/ |
D | spinlock.S | 10 .globl spin_unlock symbol 38 func spin_unlock 43 endfunc spin_unlock
|
/external/arm-trusted-firmware/lib/locks/exclusive/aarch64/ |
D | spinlock.S | 10 .globl spin_unlock symbol 72 func spin_unlock 75 endfunc spin_unlock
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | locks.h | 148 static inline void spin_unlock(spinlock_t *lock) in spin_unlock() function 158 #define spin_unlock_irq(lock) spin_unlock(lock) 160 #define spin_unlock_irqrestore(lock, flags) spin_unlock(lock)
|
/external/arm-trusted-firmware/services/std_svc/spm_mm/ |
D | spm_mm_main.c | 39 spin_unlock(&(sp_ptr->state_lock)); in sp_state_set() 59 spin_unlock(&(sp_ptr->state_lock)); in sp_state_wait_switch() 79 spin_unlock(&(sp_ptr->state_lock)); in sp_state_try_switch()
|
D | spm_mm_xlat.c | 122 spin_unlock(&mem_attr_smc_lock); in spm_memory_attributes_get_smc_handler() 153 spin_unlock(&mem_attr_smc_lock); in spm_memory_attributes_set_smc_handler()
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | LtpfsCmds.c | 299 spin_unlock(&bdev_lock); in bd_acquire() 302 spin_unlock(&bdev_lock); in bd_acquire() 313 spin_unlock(&bdev_lock); in bd_acquire()
|
/external/arm-trusted-firmware/services/std_svc/spmd/ |
D | spmd_pm.c | 68 spin_unlock(&g_spmd_pm.lock); in spmd_pm_secondary_ep_register() 109 spin_unlock(&g_spmd_pm.lock); in spmd_cpu_on_finish_handler()
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/aarch64/ |
D | gic.c | 34 spin_unlock(&gic_lock); in gic_dist_init() 49 spin_unlock(&gic_lock); in gic_dist_init()
|
D | spinlock.c | 24 void spin_unlock(struct spinlock *lock) in spin_unlock() function
|
/external/arm-trusted-firmware/plat/rpi/rpi4/ |
D | rpi4_pci_svc.c | 137 spin_unlock(&pci_lock); in pci_read_config() 183 spin_unlock(&pci_lock); in pci_write_config()
|
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 154 spin_unlock(&journal->j_revoke_lock); in insert_revoke_hash() 172 spin_unlock(&journal->j_revoke_lock); in find_revoke_record() 177 spin_unlock(&journal->j_revoke_lock); in find_revoke_record() 451 spin_unlock(&journal->j_revoke_lock); in jbd2_journal_cancel_revoke()
|
/external/e2fsprogs/debugfs/ |
D | revoke.c | 154 spin_unlock(&journal->j_revoke_lock); in insert_revoke_hash() 172 spin_unlock(&journal->j_revoke_lock); in find_revoke_record() 177 spin_unlock(&journal->j_revoke_lock); in find_revoke_record() 451 spin_unlock(&journal->j_revoke_lock); in jbd2_journal_cancel_revoke()
|
/external/linux-kselftest/tools/testing/selftests/kvm/include/aarch64/ |
D | spinlock.h | 11 extern void spin_unlock(struct spinlock *lock);
|
/external/arm-trusted-firmware/include/lib/ |
D | spinlock.h | 19 void spin_unlock(spinlock_t *lock);
|
/external/arm-trusted-firmware/plat/mediatek/mt8195/drivers/spm/ |
D | mt_spm.h | 30 #define plat_spm_unlock() spin_unlock(&spm_lock)
|
/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spm/ |
D | mt_spm.h | 30 #define plat_spm_unlock() spin_unlock(&spm_lock)
|
/external/arm-trusted-firmware/plat/qti/qtiseclib/src/ |
D | qtiseclib_cb_interface.c | 63 spin_unlock(&qti_log_lock); in qtiseclib_cb_log() 76 spin_unlock((spinlock_t *) lock); in qtiseclib_cb_spin_unlock()
|
/external/arm-trusted-firmware/plat/qti/common/src/aarch64/ |
D | qti_helpers.S | 85 bl spin_unlock
|
/external/arm-trusted-firmware/lib/cpus/ |
D | errata_report.c | 53 spin_unlock(lock); in errata_needs_reporting()
|
/external/arm-trusted-firmware/services/std_svc/trng/ |
D | trng_entropy_pool.c | 137 spin_unlock(&trng_pool_lock); in trng_pack_entropy()
|
/external/arm-trusted-firmware/lib/psci/ |
D | psci_on.c | 30 spin_unlock(&psci_cpu_pd_nodes[idx].cpu_lock); in psci_spin_unlock_cpu()
|