Home
last modified time | relevance | path

Searched refs:allocating (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/sys/dev/nvmf/host/
H A Dnvmf_qpair.c30 u_int allocating; member
67 qp->allocating++; in nvmf_allocate_request()
68 MPASS(qp->allocating != 0); in nvmf_allocate_request()
81 qp->allocating--; in nvmf_allocate_request()
82 if (qp->allocating == 0 && qp->shutting_down) in nvmf_allocate_request()
292 while (qp->allocating != 0) in nvmf_shutdown_qp()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dvdev_get.cfg67 allocating
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smp2p.txt61 and for outbound entries this name is used for allocating
H A Dqcom,smp2p.yaml85 this name is used for allocating entries.
/freebsd/crypto/openssl/doc/man3/
H A DX509_EXTENSION_set_object.pod41 written to B<*ex> reusing or allocating a new extension if necessary so B<*ex>
H A DX509V3_get_d2i.pod52 X509V3_add1_i2d() adds extension I<value> to STACK I<*x> (allocating a new
H A DDTLSv1_listen.pod48 that address. All of this can be done by the server without allocating any
H A DBN_generate_prime.pod153 B<ctx> is a preallocated B<BN_CTX> (to save the overhead of allocating and
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_bus_if.m117 * Return the hardware priority table to be used when allocating bridge
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfoMMA.td85 // FIXME: This allocation order may increase stack frame size when allocating
H A DPPCRegisterInfo.td377 // previous stack frame. By allocating non-volatiles in reverse order we make
387 // instructions for these registers and we are not register allocating or
/freebsd/contrib/ntp/libjsmn/
H A DREADME.md20 every JSON packet or allocating temporary objects to store parsed JSON fields
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt110 is showed below. Note that the Device Bus driver is in charge of allocating
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A DREADME.md244 efficiently stream a large output without allocating memory, call this
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c1809 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 Dmetaslab.c1948 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/sys/kern/
H A Dbus_if.m309 * unless RF_UNMAPPED was set when allocating the resource.
560 * resource without actually allocating it.
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md255 Ensure free is called after allocating memory in function().
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h.in71 * Old type for allocating dynamic locks. No longer used. Use the new thread
/freebsd/contrib/llvm-project/libcxx/include/
H A Ddeque2027 // Done allocating, reorder capacity
2087 // Done allocating, reorder capacity
2150 // Done allocating, reorder capacity
2211 // Done allocating, reorder capacity
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td225 // We start by allocating argument registers in reverse order since they are
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.td295 // True if use a wider stride when allocating VFP registers.
298 "Use a wide stride when allocating VFP registers">;
/freebsd/contrib/jemalloc/
H A DChangeLog1112 corruption if allocating via sbrk(2) (unlikely unless running with the
1212 without actually allocating.
/freebsd/contrib/bc/
H A DNEWS.md416 that allocating more space for them cannot fail.
799 `bc` from allocating a large set of memory when `bc` starts.
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td520 "allocating and deallocating functions are annotated with "

12