Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/android/
Dbinder_internal.h18 struct mutex context_mgr_node_lock; member
Dbinder.c2933 mutex_lock(&context->context_mgr_node_lock); in binder_transaction()
2941 mutex_unlock(&context->context_mgr_node_lock); in binder_transaction()
3617 mutex_lock(&context->context_mgr_node_lock); in binder_thread_write()
3623 mutex_unlock(&context->context_mgr_node_lock); in binder_thread_write()
3630 mutex_unlock(&context->context_mgr_node_lock); in binder_thread_write()
4898 mutex_lock(&context->context_mgr_node_lock); in binder_ioctl_set_ctx_mgr()
4933 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_set_ctx_mgr()
4952 mutex_lock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
4955 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
4958 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
[all …]
Dbinderfs.c167 mutex_init(&device->context.context_mgr_node_lock); in binderfs_binder_device_create()