Home
last modified time | relevance | path

Searched refs:mutex_lock (Results 1 – 25 of 34) sorted by relevance

12

/optee_os/core/tee/
A Dtee_pobj.c70 mutex_lock(&pobjs_mutex); in tee_pobj_get()
136 mutex_lock(&pobjs_mutex); in tee_pobj_create_final()
147 mutex_lock(&pobjs_mutex); in tee_pobj_release()
168 mutex_lock(&pobjs_mutex); in tee_pobj_rename()
A Dtee_ree_fs.c363 mutex_lock(&ree_fs_mutex); in ree_fs_read()
624 mutex_lock(&ree_fs_mutex); in ree_fs_open()
696 mutex_lock(&ree_fs_mutex); in ree_fs_close()
718 mutex_lock(&ree_fs_mutex); in ree_fs_create()
779 mutex_lock(&ree_fs_mutex); in ree_fs_write()
815 mutex_lock(&ree_fs_mutex); in ree_fs_rename()
864 mutex_lock(&ree_fs_mutex); in ree_fs_remove()
899 mutex_lock(&ree_fs_mutex); in ree_fs_truncate()
936 mutex_lock(&ree_fs_mutex); in ree_fs_opendir_rpc()
965 mutex_lock(&ree_fs_mutex); in ree_fs_closedir_rpc()
[all …]
A Dtadb.c244 mutex_lock(&tadb_mutex); in tee_tadb_open()
261 mutex_lock(&tadb_mutex); in tadb_put()
390 mutex_lock(&tadb_mutex); in tee_tadb_ta_create()
487 mutex_lock(&tadb_mutex); in tee_tadb_ta_close_and_delete()
559 mutex_lock(&tadb_mutex); in tee_tadb_ta_close_and_commit()
612 mutex_lock(&tadb_mutex); in tee_tadb_ta_delete()
A Dtee_rpmb_fs.c2394 mutex_lock(&rpmb_mutex); in rpmb_fs_read()
2589 mutex_lock(&rpmb_mutex); in rpmb_fs_write()
2618 mutex_lock(&rpmb_mutex); in rpmb_fs_remove()
2695 mutex_lock(&rpmb_mutex); in rpmb_fs_rename()
2713 mutex_lock(&rpmb_mutex); in rpmb_fs_truncate()
2812 mutex_lock(&rpmb_mutex); in rpmb_fs_dir_populate()
2957 mutex_lock(&rpmb_mutex); in rpmb_fs_open()
2986 mutex_lock(&rpmb_mutex); in rpmb_fs_create()
3065 mutex_lock(&rpmb_mutex); in tee_rpmb_fs_raw_open()
/optee_os/core/kernel/
A Dtee_ta_manager.c123 mutex_lock(&tee_ta_mutex); in tee_ta_try_set_busy()
166 mutex_lock(&tee_ta_mutex); in tee_ta_clear_busy()
188 mutex_lock(&tee_ta_mutex); in tee_ta_put_session()
220 mutex_lock(&tee_ta_mutex); in tee_ta_find_session()
234 mutex_lock(&tee_ta_mutex); in tee_ta_get_session()
270 mutex_lock(&tee_ta_mutex); in tee_ta_unlink_session()
326 mutex_lock(&tee_ta_mutex); in destroy_ta_ctx_from_session()
550 mutex_lock(&tee_ta_mutex); in tee_ta_close_session()
659 mutex_lock(&tee_ta_mutex); in tee_ta_init_session()
693 mutex_lock(&tee_ta_mutex); in tee_ta_init_session()
A Dmutex.c288 void mutex_lock(struct mutex *m) in mutex_lock() function
442 mutex_lock(m); in __condvar_wait()
A Duser_ta.c445 mutex_lock(&tee_ta_mutex); in tee_ta_init_user_ta_session()
468 mutex_lock(&tee_ta_mutex); in tee_ta_init_user_ta_session()
A Dnotif.c178 mutex_lock(&notif_mutex); in notif_deliver_event()
/optee_os/core/mm/
A Dfile.c124 mutex_lock(&file_mu); in file_get_by_tag()
170 mutex_lock(&file_mu); in file_put()
198 mutex_lock(&f->mu); in file_lock()
/optee_os/core/pta/
A Dbenchmark.c51 mutex_lock(&bench_reg_mu); in alloc_benchmark_buffer()
118 mutex_lock(&bench_reg_mu); in get_benchmark_memref()
147 mutex_lock(&bench_reg_mu); in unregister_benchmark()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dthreading.c144 int (*mutex_lock)( mbedtls_threading_mutex_t * ), in mbedtls_threading_set_alt()
149 mbedtls_mutex_lock = mutex_lock; in mbedtls_threading_set_alt()
/optee_os/core/arch/arm/mm/
A Dpgt_cache.c285 mutex_lock(&pgt_mu); in pgt_flush_ctx()
393 mutex_lock(&pgt_mu); in pgt_flush_ctx_range()
462 mutex_lock(&pgt_mu); in pgt_clear_ctx_range()
506 mutex_lock(&pgt_mu); in pgt_alloc()
523 mutex_lock(&pgt_mu); in pgt_free()
A Dmobj_dyn_shm.c162 mutex_lock(&shm_mu); in mobj_reg_shm_free()
409 mutex_lock(&shm_mu); in mobj_reg_shm_release_by_cookie()
/optee_os/core/include/kernel/
A Dmutex.h44 #define mutex_lock(m) mutex_lock_debug((m), __FILE__, __LINE__) macro
69 void mutex_lock(struct mutex *m);
/optee_os/core/arch/arm/kernel/
A Dtee_time_ree.c22 mutex_lock(&time_mu); in get_monotonic_ree_time()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dthreading.h80 int (*mutex_lock)( mbedtls_threading_mutex_t * ),
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dthreading.h80 int (*mutex_lock)( mbedtls_threading_mutex_t * ),
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dthreading.h80 int (*mutex_lock)( mbedtls_threading_mutex_t * ),
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dthreading.h80 int (*mutex_lock)( mbedtls_threading_mutex_t * ),
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dthreading.h80 int (*mutex_lock)( mbedtls_threading_mutex_t * ),
/optee_os/core/pta/tests/
A Dmutex.c29 mutex_lock(&test_mutex); in mutex_test_writer()
/optee_os/core/drivers/
A Dimx_sc_api.c200 mutex_lock(&scu_mu_mutex); in sc_call_rpc()
427 mutex_lock(&scu_mu_mutex); in imx_sc_driver_init()
A Dimx_ocotp.c90 mutex_lock(&fuse_read); in imx_ocotp_read()
/optee_os/core/crypto/
A Drng_fortuna.c307 mutex_lock(&state_mu); in crypto_rng_add_event()
483 mutex_lock(&state_mu); in fortuna_read()
/optee_os/core/drivers/crypto/stm32/
A Dstm32_cryp.c789 mutex_lock(ctx->lock); in stm32_cryp_update_assodata()
884 mutex_lock(ctx->lock); in stm32_cryp_update_load()
1011 mutex_lock(ctx->lock); in stm32_cryp_final()
1111 mutex_lock(ctx->lock); in stm32_cryp_update()

Completed in 38 milliseconds

12