Home
last modified time | relevance | path

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

123

/src/sys/dev/nvmf/host/
H A Dnvmf_qpair.c32 u_int allocating; member
71 qp->allocating++; in nvmf_allocate_request()
72 MPASS(qp->allocating != 0); in nvmf_allocate_request()
85 qp->allocating--; in nvmf_allocate_request()
86 if (qp->allocating == 0 && qp->shutting_down) in nvmf_allocate_request()
358 while (qp->allocating != 0) in nvmf_shutdown_qp()
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dvdev_get.cfg68 allocating
/src/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smp2p.txt61 and for outbound entries this name is used for allocating
/src/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 DSSL_CTX_set_domain_flags.pod61 Enable reliable support for blocking I/O calls, allocating whatever OS resources
H A DASYNC_start_job.pod162 Custom memory allocation functions allow alternative methods of allocating
166 The stack size can be altered by allocating a stack of a size different to
H A DDTLSv1_listen.pod48 that address. All of this can be done by the server without allocating any
H A DX509V3_get_d2i.pod58 X509V3_add1_i2d() adds extension I<value> to STACK I<*x> (allocating a new
H A DBN_generate_prime.pod153 B<ctx> is a preallocated B<BN_CTX> (to save the overhead of allocating and
H A DEC_GROUP_new.pod118 I<bnctx> is an optional preallocated BN_CTX (to save the overhead of allocating
H A DOPENSSL_malloc.pod112 allocating additional memory and offsetting the returned pointer to be on the
/src/sys/dev/bhnd/bhndb/
H A Dbhndb_bus_if.m117 * Return the hardware priority table to be used when allocating bridge
/src/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.td396 // previous stack frame. By allocating non-volatiles in reverse order we make
406 // instructions for these registers and we are not register allocating or
/src/contrib/ntp/libjsmn/
H A DREADME.md20 every JSON packet or allocating temporary objects to store parsed JSON fields
/src/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
/src/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c1866 uint64_t allocating = 1; in vdev_prop_allocating_off() local
1875 1, &allocating); in vdev_prop_allocating_off()
1878 return (allocating == 0); in vdev_prop_allocating_off()
/src/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A DREADME.md244 efficiently stream a large output without allocating memory, call this
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td289 // True if use a wider stride when allocating VFP registers.
292 "Use a wide stride when allocating VFP registers">;
/src/crypto/openssl/doc/man7/
H A Dopenssl-quic-concurrency.pod209 Enable reliable support for blocking I/O calls, allocating whatever OS resources
/src/sys/kern/
H A Dbus_if.m315 * unless RF_UNMAPPED was set when allocating the resource.
566 * resource without actually allocating it.
/src/crypto/krb5/src/po/
H A Dmit-krb5.pot762 msgid "allocating krb5_get_init_creds_opt"
938 msgid "while allocating memory"
1183 msgid "while allocating memory for the target ccache name"
2187 msgid "while allocating temporary filename dump"
2195 msgid "while allocating dump_ok filename"
2839 msgid "while allocating args.kvnos"
2880 msgid "while allocating key_data"
3886 msgid "allocating database file name '%s'"
3931 msgid "while allocating i_vector"
3961 msgid "while allocating filename for update_last_prop_file"
[all …]
/src/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md251 Ensure free is called after allocating memory in function().
/src/crypto/openssl/include/openssl/
H A Dcrypto.h.in73 * Old type for allocating dynamic locks. No longer used. Use the new thread
/src/contrib/jemalloc/doc_internal/
H A DPROFILING_INTERNALS.md99 …twice as often. Consider the case in which there are only two types of allocating call stacks in a…

123