/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_qpair.c | 31 u_int allocating; member 70 qp->allocating++; in nvmf_allocate_request() 71 MPASS(qp->allocating != 0); in nvmf_allocate_request() 84 qp->allocating--; in nvmf_allocate_request() 85 if (qp->allocating == 0 && qp->shutting_down) in nvmf_allocate_request() 355 while (qp->allocating != 0) in nvmf_shutdown_qp()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
H A D | vdev_get.cfg | 67 allocating
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,smp2p.txt | 61 and for outbound entries this name is used for allocating
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_EXTENSION_set_object.pod | 41 written to B<*ex> reusing or allocating a new extension if necessary so B<*ex>
|
H A D | X509V3_get_d2i.pod | 52 X509V3_add1_i2d() adds extension I<value> to STACK I<*x> (allocating a new
|
H A D | DTLSv1_listen.pod | 48 that address. All of this can be done by the server without allocating any
|
H A D | BN_generate_prime.pod | 153 B<ctx> is a preallocated B<BN_CTX> (to save the overhead of allocating and
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_bus_if.m | 117 * Return the hardware priority table to be used when allocating bridge
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfoMMA.td | 85 // FIXME: This allocation order may increase stack frame size when allocating
|
H A D | PPCRegisterInfo.td | 396 // previous stack frame. By allocating non-volatiles in reverse order we make 406 // instructions for these registers and we are not register allocating or
|
/freebsd/contrib/ntp/libjsmn/ |
H A D | README.md | 20 every JSON packet or allocating temporary objects to store parsed JSON fields
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 110 is showed below. Note that the Device Bus driver is in charge of allocating
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | README.md | 244 efficiently stream a large output without allocating memory, call this
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_removal.c | 1809 uint64_t allocating = 1; in vdev_prop_allocating_off() local 1818 1, &allocating); in vdev_prop_allocating_off() 1821 return (allocating == 0); in vdev_prop_allocating_off()
|
H A D | metaslab.c | 1948 uint64_t allocating = 0; in metaslab_verify_space() local 1990 allocating += in metaslab_verify_space() 1993 ASSERT3U(allocating + msp->ms_allocated_this_txg, ==, in metaslab_verify_space() 2000 msp_free_space = range_tree_space(msp->ms_allocatable) + allocating + in metaslab_verify_space()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFeatures.td | 289 // True if use a wider stride when allocating VFP registers. 292 "Use a wide stride when allocating VFP registers">;
|
/freebsd/sys/kern/ |
H A D | bus_if.m | 309 * unless RF_UNMAPPED was set when allocating the resource. 560 * resource without actually allocating it.
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h.in | 71 * Old type for allocating dynamic locks. No longer used. Use the new thread
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | CONTRIBUTING.md | 251 Ensure free is called after allocating memory in function().
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | deque | 2036 // Done allocating, reorder capacity 2096 // Done allocating, reorder capacity 2159 // Done allocating, reorder capacity 2220 // Done allocating, reorder capacity
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.td | 248 // We start by allocating argument registers in reverse order since they are
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 1112 corruption if allocating via sbrk(2) (unlikely unless running with the 1212 without actually allocating.
|
/freebsd/contrib/bc/ |
H A D | NEWS.md | 451 that allocating more space for them cannot fail. 834 `bc` from allocating a large set of memory when `bc` starts.
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 524 "allocating and deallocating functions are annotated with "
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 1107 allocating memory. 2349 (sip, slurp): Put off allocating room to hold the whole file until we 2828 nonzero when allocating more lines.
|