Home
last modified time | relevance | path

Searched refs:held (Results 1 – 25 of 115) sorted by relevance

12345

/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DdslDatasetHoldReleMismatch.ql4 * - a dataset held with dsl_dataset_hold_obj() ends up in dsl_dataset_rele_flags(), or
5 * - a dataset held with dsl_dataset_hold_obj_flags() ends up in dsl_dataset_rele().
32 …"Mismatched release: held with $@ but released with " + releCall.getTarget().getName() + " for dat…
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_precompiled.pod19 the buffer held by I<pkt>. For example, precompiled values, such as
26 held by I<pkt>.
31 may mean that the buffer held by the I<pkt> is too small, but may also
H A Dossl_DER_w_bn.pod25 their respective value to the already written output buffer held by
49 mean that the buffer held by the I<pkt> is too small, but may also
H A Dossl_DER_w_begin_sequence.pod31 mean that the buffer held by the I<pkt> is too small, but may also
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drrwlock.c277 boolean_t held; in rrw_held() local
281 held = (rrl->rr_writer == curthread); in rrw_held()
283 held = (!zfs_refcount_is_zero(&rrl->rr_anon_rcount) || in rrw_held()
288 return (held); in rrw_held()
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,wcnss-pil.txt48 Definition: reference to the regulators to be held on behalf of the
54 Definition: reference to the power domains to be held on behalf of the
108 Definition: reference to the regulators to be held on behalf of the
H A Dqcom,adsp.txt81 held on behalf of the booting Hexagon core
91 Definition: reference to the regulator to be held on behalf of the
97 Definition: reference to the px regulator to be held on behalf of the
H A Dqcom,q6v5.txt73 Definition: reference to the regulators to be held on behalf of the
/freebsd/tools/test/stress2/misc/
H A Dall.exclude76 syzkaller91.sh Kernel page fault with the following non-sleepable locks held 20260318
77 syzkaller92.sh Kernel page fault with the following non-sleepable locks held 20260318
80 syzkaller95.sh Kernel page fault with the following non-sleepable locks held 20260318
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dlattice-ice40-fpga-mgr.txt9 that unless the GPIO is held low during startup, the
/freebsd/contrib/pnglite/
H A DLICENSE6 warranty. In no event will the authors be held liable for any damages
/freebsd/sys/contrib/zlib/
H A DLICENSE6 warranty. In no event will the authors be held liable for any damages
/freebsd/sys/net80211/
H A DDEFERRED_WORK.md66 occur, but in a lot of cases there may be other mutexes being held inside
87 * Any locks held across the driver receive path don't matter here,
89 mutexes being held;
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_sess_set_cache_size.pod25 currently 1024*20, so that up to 20000 sessions can be held. This size
H A DSSL_CTX_set_new_pending_conn_cb.pod54 In particular no references should be held on SSL objects passed to callbacks
H A DBIO_new_CMS.pod23 all held in memory at once: so it is possible to encode very large structures.
H A DX509_STORE_CTX_new.pod204 "Email Protection". This "key usage" information is held internally to the
207 information is not held within the certificate itself but is "meta" information
208 held alongside it. This "meta" information is associated with the certificate
H A DEVP_EncodeInit.pod63 function. Any remainder is held in the B<ctx> object and will be processed by a
66 amount of unprocessed data held in B<ctx> and divide the result by 48 (ignore
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dlock11 # naming the lock, the thread held-off by it, and for how long. Answers
/freebsd/sys/riscv/iommu/
H A Diommu_if.m89 # Release all the resources held by IOMMU domain.
/freebsd/sys/arm64/iommu/
H A Diommu_if.m94 # Release all the resources held by IOMMU domain.
/freebsd/crypto/openssh/
H A DPROTOCOL.sshsig65 operation, which may be of concern if the signing key is held in limited
/freebsd/contrib/kyua/utils/config/
H A Dnodes.ipp254 /// \return A string representation of the value held by the node.
359 /// \return A string representation of the value held by the node.
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c1225 bool held = dsl_dataset_long_held(ds); in zfsctl_snapshot_unmount_check() local
1229 return (!held); in zfsctl_snapshot_unmount_check()
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md62 lock more easily. The global lock is held for short periods of time with

12345