Home
last modified time | relevance | path

Searched refs:lock (Results 1501 – 1525 of 1782) sorted by relevance

1...<<61626364656667686970>>...72

/freebsd/share/vt/keymaps/
H A Dbr.kbd2 # scan cntrl alt alt cntrl lock
H A Dhu.102.kbd6 # scan cntrl alt alt cntrl lock
H A Dfr.dvorak.acc.kbd15 # scan cntrl alt alt cntrl lock
H A Ddk.acc.kbd27 # scan cntrl alt alt cntrl lock
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c532 spin_lock_init(&dev->priv.eq_table.lock); in mlx5_eq_init()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp84 ReadGuard.lock(); in getDefaultDebuginfodUrls()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp226 locker.lock(); in Disconnect()
/freebsd/contrib/unbound/doc/
H A DChangelog1000 And fixup the lock code.
1409 crash on unlocking the local zone lock.
1444 - Fix lock debug code for gcc sanitizer reports.
2832 - Fix lock type for memory purify log lock deletion.
5210 - braces in view.c around lock statements.
6716 lock contention on localzones.lock. It is changed to an rwlock.
10381 - test also does lock checks if available.
10879 - fixup testcode lock safety (port FreeBSD).
11118 - --enable-lock-checks can be used to enable lock checking.
11493 lock-verify in case locking cycle is found.
[all …]
H A Dexample.conf.in162 # more slabs reduce lock contention, but fragment memory usage.
215 # more slabs reduce lock contention, but fragment memory usage.
249 # more slabs reduce lock contention, but fragment memory usage.
780 # more slabs reduce lock contention, but fragment memory usage.
989 # ratelimit cache slabs, reduces lock contention if equal to cpucount.
1020 # ip ratelimit cache slabs, reduces lock contention if equal to cpucount.
/freebsd/sys/kern/
H A Dvfs_subr.c314 struct mtx lock; member
792 mtx_init(&vd->lock, "vdbatch", NULL, MTX_DEF); in vntblinit()
3817 mtx_assert(&vd->lock, MA_OWNED); in vdbatch_process()
3872 mtx_lock(&vd->lock); in vdbatch_enqueue()
3885 mtx_unlock(&vd->lock); in vdbatch_enqueue()
3908 mtx_lock(&vd->lock); in vdbatch_dequeue()
3918 mtx_unlock(&vd->lock); in vdbatch_dequeue()
/freebsd/sys/netipsec/
H A Dkey.c2990 sav->lock = malloc_aligned(max(sizeof(struct rmlock), in key_newsav()
2993 if (sav->lock == NULL) { in key_newsav()
2997 rm_init(sav->lock, "ipsec association"); in key_newsav()
3083 if (sav->lock != NULL) { in key_newsav()
3084 rm_destroy(sav->lock); in key_newsav()
3085 free(sav->lock, M_IPSEC_MISC); in key_newsav()
3130 mtx_destroy(&sav->replay->lock); in key_cleansav()
3165 rm_destroy(sav->lock); in key_delsav()
3166 free(sav->lock, M_IPSEC_MISC); in key_delsav()
3393 mtx_init(&sav->replay->lock, "ipsec replay", NULL, MTX_DEF); in key_setsaval()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c6542 mtx_assert(&cst->lock, MA_OWNED); in send_etid_flowc_wr()
6587 mtx_assert(&cst->lock, MA_OWNED); in send_etid_flush_wr()
6620 mtx_assert(&cst->lock, MA_OWNED); in write_ethofld_wr()
6765 mtx_assert(&cst->lock, MA_OWNED); in ethofld_tx()
6830 mtx_lock(&cst->lock); in ethofld_transmit()
6869 mtx_unlock(&cst->lock); in ethofld_transmit()
6874 mtx_unlock(&cst->lock); in ethofld_transmit()
6890 mtx_lock(&cst->lock); in ethofld_fw4_ack()
6944 mtx_unlock(&cst->lock); in ethofld_fw4_ack()
6953 mtx_unlock(&cst->lock); in ethofld_fw4_ack()
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt234 lock. You can prevent a single event_base from being built with a lock
236 event_config. If an event_base is created with a lock, it is safe to call
H A DChangeLog-2.0584 o On windows, make lock/thread function tables static (5de2bcb)
624 o Make defer-internal.h use lock macros, not direct calls to lock fns (5218d2a)
848 o Remove redundant checks for lock!=NULL before calling EVLOCK_LOCK (50ec59f)
869 o Improved optional lock debugging. (0cd3bb9)
906 o Fix two use-after-free bugs in unit tests spoted by lock debugging (d84d838)
908 o Fix an evdns lock violation. (2df1f82 Zhuang Yuyao)
911 o Fix regress_iocp.c usage of old lock allocation macros. (31687b4 unknown)
988 o New EVTHREAD_TRY_LOCK function to try to grab a lock. (689fc09)
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt234 lock. You can prevent a single event_base from being built with a lock
236 event_config. If an event_base is created with a lock, it is safe to call
H A DChangeLog-2.0584 o On windows, make lock/thread function tables static (5de2bcb)
624 o Make defer-internal.h use lock macros, not direct calls to lock fns (5218d2a)
848 o Remove redundant checks for lock!=NULL before calling EVLOCK_LOCK (50ec59f)
869 o Improved optional lock debugging. (0cd3bb9)
906 o Fix two use-after-free bugs in unit tests spoted by lock debugging (d84d838)
908 o Fix an evdns lock violation. (2df1f82 Zhuang Yuyao)
911 o Fix regress_iocp.c usage of old lock allocation macros. (31687b4 unknown)
988 o New EVTHREAD_TRY_LOCK function to try to grab a lock. (689fc09)
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c1029 PQI_LOCK(&ib_q->lock); in pqisrc_build_send_io()
1040 PQI_UNLOCK(&ib_q->lock); in pqisrc_build_send_io()
1086 PQI_UNLOCK(&ib_q->lock); in pqisrc_build_send_io()
/freebsd/crypto/openssh/
H A Dssh-agent.c1481 process_lock_agent(SocketEntry *e, int lock) in process_lock_agent() argument
1499 } else if (locked && !lock) { in process_lock_agent()
1519 } else if (!locked && lock) { in process_lock_agent()
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt171 LockUnsettingFree "%1$s: Attempt to release a lock not owned by any thread"
172 LockUnsettingSetByAnother "%1$s: Attempt to release a lock owned by another thread"
425 EnvLockWarn "%1$s must be set prior to first OMP lock call or critical section; ig…
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt749 EVP_R_UNABLE_TO_LOCK_CONTEXT:211:unable to lock context
987 PROV_R_FAILED_TO_CREATE_LOCK:180:failed to create lock
1086 PROV_R_UNABLE_TO_LOCK_PARENT:201:unable to lock parent
1113 RAND_R_FAILED_TO_CREATE_LOCK:126:failed to create lock
1141 RAND_R_UNABLE_TO_LOCK_PARENT:140:unable to lock parent
/freebsd/crypto/openssl/doc/man3/
H A DSSL_read_early_data.pod312 OpenSSL will lock the internal cache while a session is removed but that lock is
/freebsd/sys/dev/hid/
H A Dhkbd.c1160 hkbd_lock(keyboard_t *kbd, int lock) in hkbd_lock() argument
1983 .lock = &hkbd_lock,
/freebsd/sys/dev/usb/input/
H A Dukbd.c1400 ukbd_lock(keyboard_t *kbd, int lock) in ukbd_lock() argument
2153 .lock = &ukbd_lock,
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp.c839 spin_lock_bh(&srng->lock); in ath12k_dp_link_desc_setup()
866 spin_unlock_bh(&srng->lock); in ath12k_dp_link_desc_setup()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp571 std::unique_lock<std::recursive_mutex> lock; in HandleCommand() local
573 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in HandleCommand()

1...<<61626364656667686970>>...72