| /freebsd-12-stable/contrib/ntp/libntp/lib/isc/ |
| D | task.c | 320 UNLOCK(&manager->lock); in task_finished() 364 UNLOCK(&task->lock); in isc__task_create() 365 UNLOCK(&manager->lock); in isc__task_create() 375 UNLOCK(&manager->lock); in isc__task_create() 406 UNLOCK(&source->lock); in isc__task_attach() 472 UNLOCK(&manager->lock); in task_ready() 521 UNLOCK(&task->lock); in isc__task_detach() 579 UNLOCK(&task->lock); in isc__task_send() 620 UNLOCK(&task->lock); in isc__task_sendanddetach() 672 UNLOCK(&task->lock); in dequeue_events() [all …]
|
| D | result.c | 143 UNLOCK(&lock); in register_table() 202 UNLOCK(&lock); in isc_result_totext()
|
| D | log.c | 454 UNLOCK(&lctx->lock); in isc_logconfig_use() 975 UNLOCK(&lctx->lock); in isc_log_setdebuglevel() 1048 UNLOCK(&lctx->lock); in isc_log_closefilelogs() 1614 UNLOCK(&lctx->lock); in isc_log_doit() 1766 UNLOCK(&lctx->lock); in isc_log_doit()
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | setenv.c | 73 #define UNLOCK macro 114 UNLOCK; in setenv() 123 UNLOCK; in setenv() 148 UNLOCK; in setenv() 158 UNLOCK; in setenv() 182 UNLOCK; in unsetenv()
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | setenv.c | 73 #define UNLOCK macro 114 UNLOCK; in setenv() 123 UNLOCK; in setenv() 148 UNLOCK; in setenv() 158 UNLOCK; in setenv() 182 UNLOCK; in unsetenv()
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | listener.c | 107 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro 135 UNLOCK(listener); in listener_decref_and_unlock() 140 UNLOCK(listener); in listener_decref_and_unlock() 302 UNLOCK(lev); in evconnlistener_enable() 313 UNLOCK(lev); in evconnlistener_disable() 339 UNLOCK(lev); in evconnlistener_get_fd() 357 UNLOCK(lev); in evconnlistener_get_base() 381 UNLOCK(lev); in evconnlistener_set_cb() 390 UNLOCK(lev); in evconnlistener_set_error_cb() 417 UNLOCK(lev); in listener_read_cb() [all …]
|
| /freebsd-12-stable/contrib/libevent/ |
| D | listener.c | 107 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro 135 UNLOCK(listener); in listener_decref_and_unlock() 140 UNLOCK(listener); in listener_decref_and_unlock() 302 UNLOCK(lev); in evconnlistener_enable() 313 UNLOCK(lev); in evconnlistener_disable() 339 UNLOCK(lev); in evconnlistener_get_fd() 357 UNLOCK(lev); in evconnlistener_get_base() 381 UNLOCK(lev); in evconnlistener_set_cb() 390 UNLOCK(lev); in evconnlistener_set_error_cb() 417 UNLOCK(lev); in listener_read_cb() [all …]
|
| /freebsd-12-stable/lib/libc/nls/ |
| D | msgcat.c | 76 #define UNLOCK { if (__isthreaded) \ macro 97 UNLOCK; \ 165 UNLOCK; in __catopen_l() 170 UNLOCK; in __catopen_l() 175 UNLOCK; in __catopen_l() 377 UNLOCK; in catclose() 405 UNLOCK; in load_msgcat() 409 UNLOCK; in load_msgcat() 479 UNLOCK; in load_msgcat()
|
| /freebsd-12-stable/lib/libc/iconv/ |
| D | citrus_mapper.c | 111 UNLOCK(&cm_lock); in _citrus_mapper_create_area() 346 UNLOCK(&cm_lock); in _citrus_mapper_open() 365 UNLOCK(&cm_lock); in _citrus_mapper_open() 388 UNLOCK(&cm_lock); in _citrus_mapper_close() 392 UNLOCK(&cm_lock); in _citrus_mapper_close() 406 UNLOCK(&cm_lock); in _citrus_mapper_set_persistent()
|
| D | citrus_iconv.c | 90 UNLOCK(&ci_lock); in init_cache() 244 UNLOCK(&ci_lock); in get_shared() 269 UNLOCK(&ci_lock); in release_shared()
|
| D | citrus_lock.h | 34 #define UNLOCK(lock) if (__isthreaded) \ macro
|
| D | citrus_csmapper.c | 337 UNLOCK(&ma_lock); in get_none()
|
| /freebsd-12-stable/sys/arm/nvidia/drm2/ |
| D | tegra_host1x.c | 64 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro 153 UNLOCK(sc); in host1x_drm_init() 168 UNLOCK(sc); in host1x_drm_exit() 189 UNLOCK(sc); in host1x_drm_exit() 396 UNLOCK(sc); in host1x_register_client() 417 UNLOCK(sc); in host1x_deregister_client() 421 UNLOCK(sc); in host1x_deregister_client() 433 UNLOCK(sc); in host1x_gen_intr() 443 UNLOCK(sc); in host1x_syncpt_intr()
|
| D | tegra_dc.c | 62 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro 498 UNLOCK(sc); in dc_setup_window() 573 UNLOCK(sc); in dc_plane_disable() 857 UNLOCK(sc); in tegra_dc_enable_vblank() 874 UNLOCK(sc); in tegra_dc_disable_vblank() 904 UNLOCK(sc); in dc_finish_page_flip()
|
| /freebsd-12-stable/sys/arm/nvidia/ |
| D | tegra_rtc.c | 81 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro 138 UNLOCK(sc); in tegra_rtc_gettime() 158 UNLOCK(sc); in tegra_rtc_settime() 174 UNLOCK(sc); in tegra_rtc_intr()
|
| D | tegra_i2c.c | 197 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro 426 UNLOCK(sc); in tegra_i2c_intr() 471 UNLOCK(sc); in tegra_i2c_intr() 521 UNLOCK(sc); in tegra_i2c_poll() 601 UNLOCK(sc); in tegra_i2c_transfer() 617 UNLOCK(sc); in tegra_i2c_iicbus_reset()
|
| D | tegra_mc.c | 103 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
|
| D | as3722.c | 67 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
|
| D | tegra_xhci.c | 219 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
|
| /freebsd-12-stable/sys/arm/annapurna/alpine/ |
| D | alpine_machdep.c | 63 #define UNLOCK 0x1ACCE551 macro 143 bus_space_write_4(fdtbus_bs_tag, wdbaddr, WDTLOCK, UNLOCK); in alpine_cpu_reset()
|
| /freebsd-12-stable/contrib/ntp/libntp/lib/isc/unix/ |
| D | strerror.c | 65 UNLOCK(&isc_strerror_lock); in isc__strerror()
|
| /freebsd-12-stable/sys/dev/oce/ |
| D | oce_if.c | 441 UNLOCK(&sc->dev_lock); in oce_detach() 510 UNLOCK(&sc->dev_lock); in oce_ioctl() 650 UNLOCK(&sc->dev_lock); in oce_init() 673 UNLOCK(&wq->tx_lock); in oce_multiq_start() 1389 UNLOCK(&wq->tx_lock); in oce_tx_task() 1419 UNLOCK(&sc->wq[def_q]->tx_lock); in oce_start() 1473 UNLOCK(&wq->tx_compl_lock); in oce_wq_handler() 2098 UNLOCK(&rq->rx_lock); in oce_rq_handler_lro() 2156 UNLOCK(&rq->rx_lock); in oce_rq_handler() 2579 UNLOCK(&wq->tx_compl_lock); in oce_tx_compl_clean() [all …]
|
| D | oce_if.h | 550 #define UNLOCK(lock) mtx_unlock(&(lock)->mutex) macro
|
| /freebsd-12-stable/contrib/ntp/libntp/lib/isc/win32/ |
| D | strerror.c | 80 UNLOCK(&isc_strerror_lock); in isc__strerror()
|
| /freebsd-12-stable/contrib/ntp/libntp/lib/isc/include/isc/ |
| D | util.h | 108 #define UNLOCK(lp) do { \ macro
|