Lines Matching refs:context_mgr_node_lock
3213 mutex_lock(&context->context_mgr_node_lock); in binder_transaction()
3221 mutex_unlock(&context->context_mgr_node_lock); in binder_transaction()
4157 mutex_lock(&context->context_mgr_node_lock); in binder_thread_write()
4163 mutex_unlock(&context->context_mgr_node_lock); in binder_thread_write()
4170 mutex_unlock(&context->context_mgr_node_lock); in binder_thread_write()
5515 guard(mutex)(&context->context_mgr_node_lock); in binder_ioctl_set_ctx_mgr()
5563 mutex_lock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
5566 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
5569 mutex_unlock(&context->context_mgr_node_lock); in binder_ioctl_get_node_info_for_ref()
6270 mutex_lock(&context->context_mgr_node_lock); in binder_deferred_release()
6278 mutex_unlock(&context->context_mgr_node_lock); in binder_deferred_release()
7078 mutex_init(&binder_device->context.context_mgr_node_lock); in init_binder_device()