Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder_internal.h20 struct mutex context_mgr_node_lock; member
H A Dbinder.c3128 mutex_lock(&context->context_mgr_node_lock); in binder_transaction()
3136 mutex_unlock(&context->context_mgr_node_lock); in binder_transaction()
4083 mutex_lock(&context->context_mgr_node_lock); in binder_thread_write()
4089 mutex_unlock(&context->context_mgr_node_lock); in binder_thread_write()
4096 mutex_unlock(&context->context_mgr_node_lock); in binder_thread_write()
5439 guard(mutex)(&context->context_mgr_node_lock); in binder_ioctl_set_ctx_mgr()
5487 mutex_lock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
5490 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
5493 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
6196 mutex_lock(&context->context_mgr_node_lock); in binder_deferred_release()
[all …]
H A Dbinderfs.c173 mutex_init(&device->context.context_mgr_node_lock); in binderfs_binder_device_create()