Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/android/
Dbinder_internal.h20 struct mutex context_mgr_node_lock; member
Dbinder.c3029 mutex_lock(&context->context_mgr_node_lock); in binder_transaction()
3037 mutex_unlock(&context->context_mgr_node_lock); in binder_transaction()
3843 mutex_lock(&context->context_mgr_node_lock); in binder_thread_write()
3849 mutex_unlock(&context->context_mgr_node_lock); in binder_thread_write()
3856 mutex_unlock(&context->context_mgr_node_lock); in binder_thread_write()
5118 mutex_lock(&context->context_mgr_node_lock); in binder_ioctl_set_ctx_mgr()
5153 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_set_ctx_mgr()
5172 mutex_lock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
5175 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
5178 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
[all …]
Dbinderfs.c175 mutex_init(&device->context.context_mgr_node_lock); in binderfs_binder_device_create()