Home
last modified time | relevance | path

Searched refs:context_mgr_node_lock (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_internal.h20 struct mutex context_mgr_node_lock; member
H A Dbinder.c3094 mutex_lock(&context->context_mgr_node_lock); in binder_transaction()
3102 mutex_unlock(&context->context_mgr_node_lock); in binder_transaction()
3876 mutex_lock(&context->context_mgr_node_lock); in binder_thread_write()
3882 mutex_unlock(&context->context_mgr_node_lock); in binder_thread_write()
5168 mutex_lock(&context->context_mgr_node_lock); in binder_ioctl_set_ctx_mgr()
5203 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_set_ctx_mgr()
5222 mutex_lock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
5225 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
5228 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
5872 mutex_lock(&context->context_mgr_node_lock); in binder_deferred_release()
[all …]
H A Dbinderfs.c167 mutex_init(&device->context.context_mgr_node_lock); in binderfs_binder_device_create()