Home
last modified time | relevance | path

Searched refs:mutex_unlock (Results 1 – 25 of 156) sorted by relevance

1234567

/dragonfly/lib/libc/rpc/
H A Dsvc_raw.c90 mutex_unlock(&svcraw_lock); in svc_raw_create()
105 mutex_unlock(&svcraw_lock); in svc_raw_create()
126 mutex_unlock(&svcraw_lock); in svc_raw_recv()
129 mutex_unlock(&svcraw_lock); in svc_raw_recv()
150 mutex_unlock(&svcraw_lock); in svc_raw_reply()
153 mutex_unlock(&svcraw_lock); in svc_raw_reply()
174 mutex_unlock(&svcraw_lock); in svc_raw_getargs()
177 mutex_unlock(&svcraw_lock); in svc_raw_getargs()
191 mutex_unlock(&svcraw_lock); in svc_raw_freeargs()
194 mutex_unlock(&svcraw_lock); in svc_raw_freeargs()
[all …]
H A Dsvc_auth.c128 mutex_unlock(&authsvc_lock); in _authenticate()
132 mutex_unlock(&authsvc_lock); in _authenticate()
179 mutex_unlock(&authsvc_lock); in svc_auth_reg()
187 mutex_unlock(&authsvc_lock); in svc_auth_reg()
194 mutex_unlock(&authsvc_lock); in svc_auth_reg()
H A Dclnt_raw.c97 mutex_unlock(&clntraw_lock); in clnt_raw_create()
130 mutex_unlock(&clntraw_lock); in clnt_raw_create()
150 mutex_unlock(&clntraw_lock); in clnt_raw_call()
153 mutex_unlock(&clntraw_lock); in clnt_raw_call()
245 mutex_unlock(&clntraw_lock); in clnt_raw_freeres()
248 mutex_unlock(&clntraw_lock); in clnt_raw_freeres()
288 mutex_unlock(&ops_lock); in clnt_raw_ops()
H A Dauth_none.c83 mutex_unlock(&authnone_lock); in authnone_create()
99 mutex_unlock(&authnone_lock); in authnone_create()
114 mutex_unlock(&authnone_lock); in authnone_marshal()
119 mutex_unlock(&authnone_lock); in authnone_marshal()
167 mutex_unlock(&ops_lock); in authnone_ops()
H A Dsvc_dg.c302 mutex_unlock(&ops_lock); in svc_dg_ops()
389 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
395 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
404 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
413 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
418 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
463 mutex_unlock(&dupreq_lock); in cache_set()
472 mutex_unlock(&dupreq_lock); in cache_set()
479 mutex_unlock(&dupreq_lock); in cache_set()
516 mutex_unlock(&dupreq_lock); in cache_set()
[all …]
H A Dsvc_simple.c228 mutex_unlock(&proglst_lock); in rpc_reg()
282 mutex_unlock(&proglst_lock); in universal()
289 mutex_unlock(&proglst_lock); in universal()
296 mutex_unlock(&proglst_lock); in universal()
301 mutex_unlock(&proglst_lock); in universal()
304 mutex_unlock(&proglst_lock); in universal()
H A Dclnt_vc.c131 mutex_unlock(&clnt_fd_lock); \
192 mutex_unlock(&clnt_fd_lock); in clnt_vc_create()
204 mutex_unlock(&clnt_fd_lock); in clnt_vc_create()
224 mutex_unlock(&clnt_fd_lock); in clnt_vc_create()
231 mutex_unlock(&clnt_fd_lock); in clnt_vc_create()
236 mutex_unlock(&clnt_fd_lock); in clnt_vc_create()
332 mutex_unlock(&clnt_fd_lock); in clnt_vc_call()
459 mutex_unlock(&clnt_fd_lock); in clnt_vc_freeres()
495 mutex_unlock(&clnt_fd_lock); in clnt_vc_control()
625 mutex_unlock(&clnt_fd_lock); in clnt_vc_destroy()
[all …]
H A Dclnt_dg.c92 mutex_unlock(&clnt_fd_lock); \
167 mutex_unlock(&clnt_fd_lock); in clnt_dg_create()
178 mutex_unlock(&clnt_fd_lock); in clnt_dg_create()
189 mutex_unlock(&clnt_fd_lock); in clnt_dg_create()
322 mutex_unlock(&clnt_fd_lock); in clnt_dg_call()
548 mutex_unlock(&clnt_fd_lock); in clnt_dg_freeres()
579 mutex_unlock(&clnt_fd_lock); in clnt_dg_control()
727 mutex_unlock(&clnt_fd_lock); in clnt_dg_destroy()
752 mutex_unlock(&ops_lock); in clnt_dg_ops()
/dragonfly/sys/dev/drm/amd/powerplay/
H A Damd_powerplay.c188 mutex_unlock(&hwmgr->smu_lock); in pp_late_init()
352 mutex_unlock(&hwmgr->smu_lock); in pp_dpm_force_performance_level()
368 mutex_unlock(&hwmgr->smu_lock); in pp_dpm_get_performance_level()
386 mutex_unlock(&hwmgr->smu_lock); in pp_dpm_get_sclk()
404 mutex_unlock(&hwmgr->smu_lock); in pp_dpm_get_mclk()
421 mutex_unlock(&hwmgr->smu_lock); in pp_dpm_powergate_vce()
437 mutex_unlock(&hwmgr->smu_lock); in pp_dpm_powergate_uvd()
451 mutex_unlock(&hwmgr->smu_lock); in pp_dpm_dispatch_tasks()
486 mutex_unlock(&hwmgr->smu_lock); in pp_dpm_get_current_power_state()
504 mutex_unlock(&hwmgr->smu_lock); in pp_dpm_set_fan_control_mode()
[all …]
/dragonfly/sys/dev/video/vga/
H A Dvga_switcheroo.c243 mutex_unlock(&vgasr_mutex); in vga_switcheroo_register_handler()
253 mutex_unlock(&vgasr_mutex); in vga_switcheroo_register_handler()
277 mutex_unlock(&vgasr_mutex); in vga_switcheroo_unregister_handler()
327 mutex_unlock(&vgasr_mutex); in register_client()
477 mutex_unlock(&vgasr_mutex); in vga_switcheroo_get_client_state()
507 mutex_unlock(&vgasr_mutex); in vga_switcheroo_unregister_client()
529 mutex_unlock(&vgasr_mutex); in vga_switcheroo_client_fb_set()
660 mutex_unlock(&vgasr_mutex);
910 mutex_unlock(&vgasr_mutex);
1069 mutex_unlock(&vgasr_mutex); in vga_switcheroo_read()
[all …]
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_mn.c88 mutex_unlock(&rmn->lock); in radeon_mn_destroy()
89 mutex_unlock(&rdev->mn_lock); in radeon_mn_destroy()
168 mutex_unlock(&rmn->lock); in radeon_mn_invalidate_range_start()
217 mutex_unlock(&rdev->mn_lock); in radeon_mn_get()
223 mutex_unlock(&rdev->mn_lock); in radeon_mn_get()
269 mutex_unlock(&rmn->lock); in radeon_mn_register()
284 mutex_unlock(&rmn->lock); in radeon_mn_register()
305 mutex_unlock(&rdev->mn_lock); in radeon_mn_unregister()
323 mutex_unlock(&rmn->lock); in radeon_mn_unregister()
324 mutex_unlock(&rdev->mn_lock); in radeon_mn_unregister()
H A Dradeon_ring.c147 mutex_unlock(&rdev->ring_lock); in radeon_ring_lock()
199 mutex_unlock(&rdev->ring_lock); in radeon_ring_unlock_commit()
224 mutex_unlock(&rdev->ring_lock); in radeon_ring_unlock_undo()
287 mutex_unlock(&rdev->ring_lock); in radeon_ring_backup()
293 mutex_unlock(&rdev->ring_lock); in radeon_ring_backup()
304 mutex_unlock(&rdev->ring_lock); in radeon_ring_backup()
312 mutex_unlock(&rdev->ring_lock); in radeon_ring_backup()
319 mutex_unlock(&rdev->ring_lock); in radeon_ring_backup()
327 mutex_unlock(&rdev->ring_lock); in radeon_ring_backup()
442 mutex_unlock(&rdev->ring_lock); in radeon_ring_fini()
H A Dradeon_pm.c83 mutex_unlock(&rdev->pm.mutex); in radeon_pm_acpi_event_handler()
89 mutex_unlock(&rdev->pm.mutex); in radeon_pm_acpi_event_handler()
316 mutex_unlock(&rdev->ring_lock); in radeon_pm_set_clocks()
405 mutex_unlock(&rdev->pm.mutex); in radeon_set_pm_profile()
449 mutex_unlock(&rdev->pm.mutex); in radeon_set_pm_method()
456 mutex_unlock(&rdev->pm.mutex); in radeon_set_pm_method()
498 mutex_unlock(&rdev->pm.mutex); in radeon_set_dpm_state()
502 mutex_unlock(&rdev->pm.mutex); in radeon_set_dpm_state()
566 mutex_unlock(&rdev->pm.mutex); in radeon_set_dpm_forced_performance_level()
901 mutex_unlock(&rdev->pm.mutex); in radeon_dpm_thermal_work_handler()
[all …]
/dragonfly/sys/dev/drm/
H A Ddrm_context.c62 mutex_unlock(&dev->struct_mutex); in drm_legacy_ctxbitmap_free()
81 mutex_unlock(&dev->struct_mutex); in drm_legacy_ctxbitmap_next()
117 mutex_unlock(&dev->struct_mutex); in drm_legacy_ctxbitmap_cleanup()
151 mutex_unlock(&dev->ctxlist_mutex); in drm_legacy_ctxbitmap_flush()
187 mutex_unlock(&dev->struct_mutex); in drm_legacy_getsareactx()
200 mutex_unlock(&dev->struct_mutex); in drm_legacy_getsareactx()
238 mutex_unlock(&dev->struct_mutex); in drm_legacy_setsareactx()
249 mutex_unlock(&dev->struct_mutex); in drm_legacy_setsareactx()
393 mutex_unlock(&dev->ctxlist_mutex); in drm_legacy_addctx()
510 mutex_unlock(&dev->ctxlist_mutex); in drm_legacy_rmctx()
H A Ddrm_bufs.c359 mutex_unlock(&dev->struct_mutex); in drm_addmap_core()
364 mutex_unlock(&dev->struct_mutex); in drm_addmap_core()
471 mutex_unlock(&dev->struct_mutex); in drm_legacy_getmap_ioctl()
482 mutex_unlock(&dev->struct_mutex); in drm_legacy_getmap_ioctl()
561 mutex_unlock(&dev->struct_mutex); in drm_legacy_rmmap()
579 mutex_unlock(&dev->struct_mutex); in drm_legacy_master_rmmaps()
623 mutex_unlock(&dev->struct_mutex); in drm_legacy_rmmap_ioctl()
635 mutex_unlock(&dev->struct_mutex); in drm_legacy_rmmap_ioctl()
837 mutex_unlock(&dev->struct_mutex); in drm_legacy_addbufs_agp()
1042 mutex_unlock(&dev->struct_mutex); in drm_legacy_addbufs_pci()
[all …]
H A Ddrm_panel.c68 mutex_unlock(&panel_lock); in drm_panel_add()
84 mutex_unlock(&panel_lock); in drm_panel_remove()
149 mutex_unlock(&panel_lock); in of_drm_find_panel()
154 mutex_unlock(&panel_lock); in of_drm_find_panel()
H A Ddrm_auth.c71 mutex_unlock(&dev->master_mutex); in drm_getmagic()
92 mutex_unlock(&dev->master_mutex); in drm_authmagic()
222 mutex_unlock(&dev->master_mutex); in drm_setmaster_ioctl()
256 mutex_unlock(&dev->master_mutex); in drm_dropmaster_ioctl()
272 mutex_unlock(&dev->master_mutex); in drm_master_open()
302 mutex_unlock(&dev->struct_mutex); in drm_master_release()
318 mutex_unlock(&dev->master_mutex); in drm_master_release()
H A Ddrm_bridge.c75 mutex_unlock(&bridge_lock); in drm_bridge_add()
88 mutex_unlock(&bridge_lock); in drm_bridge_remove()
369 mutex_unlock(&bridge_lock); in of_drm_find_bridge()
374 mutex_unlock(&bridge_lock); in of_drm_find_bridge()
H A Ddrm_global.c101 mutex_unlock(&item->mutex); in drm_global_item_ref()
108 mutex_unlock(&item->mutex); in drm_global_item_ref()
135 mutex_unlock(&item->mutex); in drm_global_item_unref()
H A Ddrm_file.c215 mutex_unlock(&dev->filelist_mutex); in drm_close()
276 mutex_unlock(&drm_global_mutex); in drm_close()
374 mutex_unlock(&dev->filelist_mutex); in drm_open_helper()
451 mutex_unlock(&dev->struct_mutex); in drm_legacy_dev_reinit()
505 mutex_unlock(&dev->filelist_mutex); in drm_release()
566 mutex_unlock(&drm_global_mutex); in drm_release()
640 mutex_unlock(&file_priv->event_read_lock); in drm_read()
669 mutex_unlock(&file_priv->event_read_lock); in drm_read()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ctx.c154 mutex_unlock(&mgr->lock); in amdgpu_ctx_alloc()
166 mutex_unlock(&mgr->lock); in amdgpu_ctx_alloc()
197 mutex_unlock(&mgr->lock); in amdgpu_ctx_free()
216 mutex_unlock(&mgr->lock); in amdgpu_ctx_query()
233 mutex_unlock(&mgr->lock); in amdgpu_ctx_query()
251 mutex_unlock(&mgr->lock); in amdgpu_ctx_query2()
267 mutex_unlock(&mgr->lock); in amdgpu_ctx_query2()
326 mutex_unlock(&mgr->lock); in amdgpu_ctx_get()
460 mutex_unlock(&mgr->lock); in amdgpu_ctx_mgr_entity_flush()
473 mutex_unlock(&mgr->lock); in amdgpu_ctx_mgr_entity_flush()
H A Damdgpu_mn.c131 mutex_unlock(&adev->mn_lock); in amdgpu_mn_destroy()
190 mutex_unlock(&amn->read_lock); in amdgpu_mn_read_lock()
393 mutex_unlock(&adev->mn_lock); in amdgpu_mn_get()
424 mutex_unlock(&adev->mn_lock); in amdgpu_mn_get()
430 mutex_unlock(&adev->mn_lock); in amdgpu_mn_get()
514 mutex_unlock(&adev->mn_lock); in amdgpu_mn_unregister()
535 mutex_unlock(&adev->mn_lock); in amdgpu_mn_unregister()
/dragonfly/sys/dev/drm/i915/
H A Dintel_psr.c552 mutex_unlock(&dev_priv->psr.lock); in intel_psr_enable()
651 mutex_unlock(&dev_priv->psr.lock); in intel_psr_disable()
661 mutex_unlock(&dev_priv->psr.lock); in intel_psr_disable()
725 mutex_unlock(&dev_priv->psr.lock); in intel_psr_work()
811 mutex_unlock(&dev_priv->psr.lock); in intel_psr_single_frame_update()
827 mutex_unlock(&dev_priv->psr.lock); in intel_psr_single_frame_update()
853 mutex_unlock(&dev_priv->psr.lock); in intel_psr_invalidate()
866 mutex_unlock(&dev_priv->psr.lock); in intel_psr_invalidate()
893 mutex_unlock(&dev_priv->psr.lock); in intel_psr_flush()
911 mutex_unlock(&dev_priv->psr.lock); in intel_psr_flush()
H A Dintel_fbc.c425 mutex_unlock(&fbc->lock); in intel_fbc_work_fn()
455 mutex_unlock(&fbc->lock); in intel_fbc_work_fn()
464 mutex_unlock(&fbc->lock); in intel_fbc_work_fn()
660 mutex_unlock(&fbc->lock); in intel_fbc_cleanup_cfb()
938 mutex_unlock(&fbc->lock); in intel_fbc_pre_update()
984 mutex_unlock(&fbc->lock); in intel_fbc_post_update()
1014 mutex_unlock(&fbc->lock); in intel_fbc_invalidate()
1041 mutex_unlock(&fbc->lock); in intel_fbc_flush()
1106 mutex_unlock(&fbc->lock); in intel_fbc_choose_crtc()
1159 mutex_unlock(&fbc->lock); in intel_fbc_enable()
[all …]
H A Di915_sysfs.c170 mutex_unlock(&dev->struct_mutex);
218 mutex_unlock(&dev->struct_mutex);
264 mutex_unlock(&dev_priv->pcu_lock);
310 mutex_unlock(&dev_priv->pcu_lock);
356 mutex_unlock(&dev_priv->pcu_lock);
376 mutex_unlock(&dev_priv->pcu_lock);
414 mutex_unlock(&dev_priv->pcu_lock);
430 mutex_unlock(&dev_priv->pcu_lock);

1234567