Searched refs:context_mgr_node_lock (Results 1 – 3 of 3) sorted by relevance
20 struct mutex context_mgr_node_lock; member
3094 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 …]
167 mutex_init(&device->context.context_mgr_node_lock); in binderfs_binder_device_create()