Home
last modified time | relevance | path

Searched refs:mutex_unlock (Results 1 – 25 of 35) sorted by relevance

12

/optee_os/core/pta/
A Dbenchmark.c57 mutex_unlock(&bench_reg_mu); in alloc_benchmark_buffer()
66 mutex_unlock(&bench_reg_mu); in alloc_benchmark_buffer()
74 mutex_unlock(&bench_reg_mu); in alloc_benchmark_buffer()
84 mutex_unlock(&bench_reg_mu); in alloc_benchmark_buffer()
95 mutex_unlock(&bench_reg_mu); in alloc_benchmark_buffer()
131 mutex_unlock(&bench_reg_mu); in get_benchmark_memref()
153 mutex_unlock(&bench_reg_mu); in unregister_benchmark()
/optee_os/core/tee/
A Dtee_pobj.c130 mutex_unlock(&pobjs_mutex); in tee_pobj_get()
139 mutex_unlock(&pobjs_mutex); in tee_pobj_create_final()
154 mutex_unlock(&pobjs_mutex); in tee_pobj_release()
188 mutex_unlock(&pobjs_mutex); in tee_pobj_rename()
A Dtee_ree_fs.c365 mutex_unlock(&ree_fs_mutex); in ree_fs_read()
651 mutex_unlock(&ree_fs_mutex); in ree_fs_open()
700 mutex_unlock(&ree_fs_mutex); in ree_fs_close()
767 mutex_unlock(&ree_fs_mutex); in ree_fs_create()
799 mutex_unlock(&ree_fs_mutex); in ree_fs_write()
852 mutex_unlock(&ree_fs_mutex); in ree_fs_rename()
888 mutex_unlock(&ree_fs_mutex); in ree_fs_remove()
919 mutex_unlock(&ree_fs_mutex); in ree_fs_truncate()
957 mutex_unlock(&ree_fs_mutex); in ree_fs_opendir_rpc()
970 mutex_unlock(&ree_fs_mutex); in ree_fs_closedir_rpc()
[all …]
A Dtadb.c254 mutex_unlock(&tadb_mutex); in tee_tadb_open()
270 mutex_unlock(&tadb_mutex); in tadb_put()
410 mutex_unlock(&tadb_mutex); in tee_tadb_ta_create()
437 mutex_unlock(&tadb_mutex); in tee_tadb_ta_create()
489 mutex_unlock(&tadb_mutex); in tee_tadb_ta_close_and_delete()
580 mutex_unlock(&tadb_mutex); in tee_tadb_ta_close_and_commit()
591 mutex_unlock(&tadb_mutex); in tee_tadb_ta_close_and_commit()
615 mutex_unlock(&tadb_mutex); in tee_tadb_ta_delete()
622 mutex_unlock(&tadb_mutex); in tee_tadb_ta_delete()
A Dtee_rpmb_fs.c2418 mutex_unlock(&rpmb_mutex); in rpmb_fs_read()
2592 mutex_unlock(&rpmb_mutex); in rpmb_fs_write()
2622 mutex_unlock(&rpmb_mutex); in rpmb_fs_remove()
2697 mutex_unlock(&rpmb_mutex); in rpmb_fs_rename()
2774 mutex_unlock(&rpmb_mutex); in rpmb_fs_truncate()
2871 mutex_unlock(&rpmb_mutex); in rpmb_fs_dir_populate()
2963 mutex_unlock(&rpmb_mutex); in rpmb_fs_open()
3034 mutex_unlock(&rpmb_mutex); in rpmb_fs_create()
3069 mutex_unlock(&rpmb_mutex); in tee_rpmb_fs_raw_open()
/optee_os/core/kernel/
A Dtee_ta_manager.c151 mutex_unlock(&tee_ta_mutex); in tee_ta_try_set_busy()
175 mutex_unlock(&tee_ta_mutex); in tee_ta_clear_busy()
196 mutex_unlock(&tee_ta_mutex); in tee_ta_put_session()
224 mutex_unlock(&tee_ta_mutex); in tee_ta_find_session()
263 mutex_unlock(&tee_ta_mutex); in tee_ta_get_session()
284 mutex_unlock(&tee_ta_mutex); in tee_ta_unlink_session()
370 mutex_unlock(&tee_ta_mutex); in destroy_ta_ctx_from_session()
560 mutex_unlock(&tee_ta_mutex); in tee_ta_close_session()
564 mutex_unlock(&tee_ta_mutex); in tee_ta_close_session()
670 mutex_unlock(&tee_ta_mutex); in tee_ta_init_session()
[all …]
A Duser_ta.c454 mutex_unlock(&tee_ta_mutex); in tee_ta_init_user_ta_session()
480 mutex_unlock(&tee_ta_mutex); in tee_ta_init_user_ta_session()
A Dnotif.c205 mutex_unlock(&notif_mutex); in notif_deliver_event()
/optee_os/core/mm/
A Dfile.c162 mutex_unlock(&file_mu); in file_get_by_tag()
172 mutex_unlock(&file_mu); in file_put()
208 mutex_unlock(&f->mu); in file_unlock()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dthreading.c145 int (*mutex_unlock)( mbedtls_threading_mutex_t * ) ) in mbedtls_threading_set_alt()
150 mbedtls_mutex_unlock = mutex_unlock; in mbedtls_threading_set_alt()
/optee_os/core/arch/arm/mm/
A Dpgt_cache.c319 mutex_unlock(&pgt_mu); in pgt_flush_ctx()
400 mutex_unlock(&pgt_mu); in pgt_flush_ctx_range()
470 mutex_unlock(&pgt_mu); in pgt_clear_ctx_range()
515 mutex_unlock(&pgt_mu); in pgt_alloc()
528 mutex_unlock(&pgt_mu); in pgt_free()
A Dmobj_dyn_shm.c165 mutex_unlock(&shm_mu); in mobj_reg_shm_free()
428 mutex_unlock(&shm_mu); in mobj_reg_shm_release_by_cookie()
/optee_os/core/include/kernel/
A Dmutex.h41 #define mutex_unlock(m) mutex_unlock_debug((m), __FILE__, __LINE__) macro
68 void mutex_unlock(struct mutex *m);
/optee_os/core/arch/arm/kernel/
A Dtee_time_ree.c29 mutex_unlock(&time_mu); in get_monotonic_ree_time()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dthreading.h81 int (*mutex_unlock)( mbedtls_threading_mutex_t * ) );
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dthreading.h81 int (*mutex_unlock)( mbedtls_threading_mutex_t * ) );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dthreading.h81 int (*mutex_unlock)( mbedtls_threading_mutex_t * ) );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dthreading.h81 int (*mutex_unlock)( mbedtls_threading_mutex_t * ) );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dthreading.h81 int (*mutex_unlock)( mbedtls_threading_mutex_t * ) );
/optee_os/core/pta/tests/
A Dmutex.c42 mutex_unlock(&test_mutex); in mutex_test_writer()
/optee_os/core/drivers/
A Dimx_sc_api.c207 mutex_unlock(&scu_mu_mutex); in sc_call_rpc()
430 mutex_unlock(&scu_mu_mutex); in imx_sc_driver_init()
A Dimx_ocotp.c109 mutex_unlock(&fuse_read); in imx_ocotp_read()
/optee_os/core/crypto/
A Drng_fortuna.c310 mutex_unlock(&state_mu); in crypto_rng_add_event()
509 mutex_unlock(&state_mu); in fortuna_read()
/optee_os/core/drivers/crypto/stm32/
A Dstm32_cryp.c858 mutex_unlock(ctx->lock); in stm32_cryp_update_assodata()
991 mutex_unlock(ctx->lock); in stm32_cryp_update_load()
1089 mutex_unlock(ctx->lock); in stm32_cryp_final()
1238 mutex_unlock(ctx->lock); in stm32_cryp_update()
/optee_os/out/arm/core/
A Dtext_unpaged.ld.S191 *(.text.mutex_unlock)

Completed in 31 milliseconds

12