| /freebsd-13-stable/sys/contrib/ck/include/ |
| HD | ck_elide.h | 306 #define CK_ELIDE_LOCK(NAME, LOCK) ck_elide_##NAME##_lock(LOCK) argument 307 #define CK_ELIDE_UNLOCK(NAME, LOCK) ck_elide_##NAME##_unlock(LOCK) argument 308 #define CK_ELIDE_TRYLOCK(NAME, LOCK) ck_elide_##NAME##_trylock(LOCK) argument 315 #define CK_ELIDE_LOCK_ADAPTIVE(NAME, STAT, CONFIG, LOCK) \ argument 316 ck_elide_##NAME##_lock_adaptive(LOCK, STAT, CONFIG) 318 #define CK_ELIDE_UNLOCK_ADAPTIVE(NAME, STAT, LOCK) \ argument 319 ck_elide_##NAME##_unlock_adaptive(STAT, LOCK)
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | getlocks.c | 53 LOCK, enumerator 80 { REPORT, S_, "lock", LOCK, 83 { LOCK, S_, "path", PATH, 86 { LOCK, S_, "token", TOKEN, 89 { LOCK, S_, "owner", OWNER, 92 { LOCK, S_, "comment", COMMENT, 95 { LOCK, S_, SVN_DAV__CREATIONDATE, CREATION_DATE, 98 { LOCK, S_, "expirationdate", EXPIRATION_DATE, 116 if (leaving_state == LOCK) in getlocks_closed() 204 svn_ra_serf__xml_note(xes, LOCK, name, cdata->data); in getlocks_closed()
|
| /freebsd-13-stable/contrib/ntp/libntp/lib/isc/ |
| HD | task.c | 307 LOCK(&manager->lock); in task_finished() 349 LOCK(&manager->lock); in isc__task_create() 350 LOCK(&task->lock); /* helps coverity analysis noise ratio */ in isc__task_create() 368 LOCK(&manager->lock); in isc__task_create() 404 LOCK(&source->lock); in isc__task_attach() 466 LOCK(&manager->lock); in task_ready() 519 LOCK(&task->lock); in isc__task_detach() 577 LOCK(&task->lock); in isc__task_send() 617 LOCK(&task->lock); in isc__task_sendanddetach() 658 LOCK(&task->lock); in dequeue_events() [all …]
|
| HD | result.c | 139 LOCK(&lock); in register_table() 179 LOCK(&lock); in isc_result_totext()
|
| HD | log.c | 449 LOCK(&lctx->lock); in isc_logconfig_use() 959 LOCK(&lctx->lock); in isc_log_setdebuglevel() 1038 LOCK(&lctx->lock); in isc_log_closefilelogs() 1452 LOCK(&lctx->lock); in isc_log_doit()
|
| /freebsd-13-stable/contrib/sendmail/contrib/ |
| HD | movemail.pl | 66 open LOCK, ">>$lockfile" 68 unless (flock LOCK, $LOCK_EX|$LOCK_NB) { 69 close LOCK; 105 close LOCK;
|
| /freebsd-13-stable/contrib/ntp/sntp/libevent/ |
| HD | listener.c | 106 #define LOCK(listener) EVLOCK_LOCK((listener)->lock, 0) macro 124 LOCK(listener); 272 LOCK(lev); in evconnlistener_free() 296 LOCK(lev); in evconnlistener_enable() 310 LOCK(lev); in evconnlistener_disable() 337 LOCK(lev); in evconnlistener_get_fd() 355 LOCK(lev); in evconnlistener_get_base() 374 LOCK(lev); in evconnlistener_set_cb() 388 LOCK(lev); in evconnlistener_set_error_cb() 401 LOCK(lev); in listener_read_cb() [all …]
|
| /freebsd-13-stable/contrib/libevent/ |
| HD | listener.c | 106 #define LOCK(listener) EVLOCK_LOCK((listener)->lock, 0) macro 124 LOCK(listener); 272 LOCK(lev); in evconnlistener_free() 296 LOCK(lev); in evconnlistener_enable() 310 LOCK(lev); in evconnlistener_disable() 337 LOCK(lev); in evconnlistener_get_fd() 355 LOCK(lev); in evconnlistener_get_base() 374 LOCK(lev); in evconnlistener_set_cb() 388 LOCK(lev); in evconnlistener_set_error_cb() 401 LOCK(lev); in listener_read_cb() [all …]
|
| /freebsd-13-stable/sys/arm/nvidia/ |
| HD | tegra_rtc.c | 78 #define LOCK(_sc) mtx_lock(&(_sc)->mtx) macro 133 LOCK(sc); in tegra_rtc_gettime() 151 LOCK(sc); in tegra_rtc_settime() 167 LOCK(sc); in tegra_rtc_intr()
|
| HD | tegra_i2c.c | 194 #define LOCK(_sc) mtx_lock(&(_sc)->mtx) macro 416 LOCK(sc); in tegra_i2c_intr() 521 LOCK(sc); in tegra_i2c_poll() 539 LOCK(sc); in tegra_i2c_transfer() 613 LOCK(sc); in tegra_i2c_iicbus_reset()
|
| /freebsd-13-stable/sys/arm/nvidia/drm2/ |
| HD | tegra_host1x.c | 61 #define LOCK(_sc) sx_xlock(&(_sc)->lock) macro 134 LOCK(sc); in host1x_drm_init() 162 LOCK(sc); in host1x_drm_exit() 388 LOCK(sc); in host1x_register_client() 403 LOCK(sc); in host1x_deregister_client() 426 LOCK(sc); in host1x_gen_intr() 436 LOCK(sc); in host1x_syncpt_intr()
|
| HD | tegra_dc.c | 59 #define LOCK(_sc) mtx_lock(&(_sc)->mtx) macro 420 LOCK(sc); in dc_setup_window() 560 LOCK(sc); in dc_plane_disable() 846 LOCK(sc); in tegra_dc_enable_vblank() 863 LOCK(sc); in tegra_dc_disable_vblank() 891 LOCK(sc); in dc_finish_page_flip()
|
| /freebsd-13-stable/sys/arm64/nvidia/tegra210/ |
| HD | max77620_rtc.c | 81 #define LOCK(_sc) sx_xlock(&(_sc)->lock) macro 237 LOCK(sc); in max77620_rtc_gettime() 285 LOCK(sc); in max77620_rtc_settime()
|
| /freebsd-13-stable/contrib/dialog/samples/copifuncs/ |
| HD | copi.sendifm2 | 13 rm -f ${LOCK}
|
| HD | copi.rcnews | 58 ( cd ${LOCKS} && rm -f LOCK* )
|
| /freebsd-13-stable/contrib/ntp/libntp/lib/isc/unix/ |
| HD | strerror.c | 59 LOCK(&isc_strerror_lock); in isc__strerror()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrCompiler.td | 692 Requires<[Not64BitMode]>, OpSize32, LOCK, 709 [(set EFLAGS, (Op addr:$dst, GR8:$src2))]>, LOCK; 717 OpSize16, LOCK; 725 OpSize32, LOCK; 732 [(set EFLAGS, (Op addr:$dst, GR64:$src2))]>, LOCK; 742 OpSize16, LOCK; 750 OpSize32, LOCK; 758 LOCK; 765 [(set EFLAGS, (Op addr:$dst, (i8 imm:$src2)))]>, LOCK; 773 OpSize16, LOCK; [all …]
|
| HD | X86SchedPredicates.td | 88 // A predicate used to check if an instruction has a LOCK prefix.
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/clock/ |
| D | snps,pll-clock.txt | 12 registers and second for corresponding LOCK CGU register.
|
| /freebsd-13-stable/sys/arm/annapurna/alpine/ |
| HD | alpine_machdep.c | 62 #define LOCK 0x00000001 macro
|
| /freebsd-13-stable/sys/dev/oce/ |
| HD | oce_if.c | 429 LOCK(&sc->dev_lock); in oce_detach() 491 LOCK(&sc->dev_lock); in oce_ioctl() 629 LOCK(&sc->dev_lock); in oce_init() 656 LOCK(&wq->tx_lock); in oce_multiq_start() 1344 LOCK(&wq->tx_lock); in oce_tx_task() 1373 LOCK(&sc->wq[def_q]->tx_lock); in oce_start() 1398 LOCK(&wq->tx_compl_lock); in oce_wq_handler() 1974 LOCK(&rq->rx_lock); in oce_rq_handler_lro() 2053 LOCK(&rq->rx_lock); in oce_rq_handler() 2504 LOCK(&wq->tx_compl_lock); in oce_tx_compl_clean() [all …]
|
| /freebsd-13-stable/sys/dev/hid/ |
| HD | hidbus.h | 46 HIDBUS_ACCESSOR(lock, LOCK, struct mtx *)
|
| /freebsd-13-stable/contrib/ntp/libntp/lib/isc/win32/ |
| HD | strerror.c | 72 LOCK(&isc_strerror_lock); in isc__strerror()
|
| /freebsd-13-stable/sys/dev/iicbus/pmic/ |
| HD | act8846.c | 60 #define LOCK(_sc) sx_xlock(&(_sc)->lock) macro
|
| /freebsd-13-stable/contrib/ntp/libntp/lib/isc/include/isc/ |
| HD | util.h | 97 #define LOCK(lp) do { \ macro
|