Home
last modified time | relevance | path

Searched defs:pool (Results 76 – 100 of 146) sorted by relevance

123456

/freebsd/sys/dev/isci/scil/
H A Dsci_abstract_list.c123 SCI_ABSTRACT_ELEMENT_POOL_T * pool, in sci_abstract_element_pool_construct()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c338 static ZSTDMT_seqPool* ZSTDMT_expandSeqPool(ZSTDMT_seqPool* pool, U32 nbWorkers) in ZSTDMT_expandSeqPool()
356 static void ZSTDMT_freeCCtxPool(ZSTDMT_CCtxPool* pool) in ZSTDMT_freeCCtxPool()
432 static void ZSTDMT_releaseCCtx(ZSTDMT_CCtxPool* pool, ZSTD_CCtx* cctx) in ZSTDMT_releaseCCtx()
918 …ZSTDMT_createCCtx_advanced_internal(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* pool) in ZSTDMT_createCCtx_advanced_internal()
960 …MT_CCtx* ZSTDMT_createCCtx_advanced(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* pool) in ZSTDMT_createCCtx_advanced()
/freebsd/contrib/wpa/src/crypto/
H A Drandom.c49 static u32 pool[POOL_WORDS]; variable
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_pool.c297 unsigned pool; in fxrng_event_processor() local
/freebsd/usr.sbin/mptutil/
H A Dmpt_config.c836 find_volume_spare_pool(int fd, const char *name, int *pool) in find_volume_spare_pool()
924 int error, fd, i, nsdisks, pool; in add_spare() local
/freebsd/contrib/ntp/sntp/libevent/
H A Devrpc-internal.h174 struct evrpc_pool *pool; member
/freebsd/contrib/libevent/
H A Devrpc-internal.h174 struct evrpc_pool *pool; member
/freebsd/crypto/openssl/providers/implementations/rands/
H A Dseed_src.c98 RAND_POOL *pool; in seed_src_generate() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c290 char *pool; in __kstat_create() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp98 void AttributePool::takePool(AttributePool &pool) { in takePool()
/freebsd/sys/contrib/zstd/lib/common/
H A Dpool.c193 void ZSTD_freeThreadPool (ZSTD_threadPool* pool) { in ZSTD_freeThreadPool()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c1880 struct pf_pooladdr *pool) in pf_kpooladdr_to_pooladdr()
1889 pf_pooladdr_to_kpooladdr(const struct pf_pooladdr *pool, in pf_pooladdr_to_kpooladdr()
1902 pf_pool_to_kpool(const struct pf_pool *pool, struct pf_kpool *kpool) in pf_pool_to_kpool()
4263 struct pf_kpool *pool; in pfioctl() local
4285 struct pf_kpool *pool; in pfioctl() local
4317 struct pf_kpool *pool; in pfioctl() local
H A Dpf_nv.c246 pf_pool_to_nvpool(const struct pf_kpool *pool) in pf_pool_to_nvpool()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h304 void steal(DelayedDiagnosticPool &pool) { in steal()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp164 for (const auto &pool : m_string_pools) { in GetMemoryStats() local
/freebsd/sys/dev/cesa/
H A Dcesa.h102 #define CESA_GENERIC_ALLOC_LOCKED(sc, obj, pool) do { \ argument
116 #define CESA_GENERIC_FREE_LOCKED(sc, obj, pool) do { \ argument
/freebsd/sys/dev/iser/
H A Dicl_iser.h421 struct ib_fmr_pool *pool; member
425 struct list_head pool; member
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c466 bootfs_name_valid(const char *pool, const char *bootfs) in bootfs_name_valid()
1159 zpool_name_valid(libzfs_handle_t *hdl, boolean_t isopen, const char *pool) in zpool_name_valid()
1258 zpool_open_canfail(libzfs_handle_t *hdl, const char *pool) in zpool_open_canfail()
1299 zpool_open_silent(libzfs_handle_t *hdl, const char *pool, zpool_handle_t **ret) in zpool_open_silent()
1329 zpool_open(libzfs_handle_t *hdl, const char *pool) in zpool_open()
1462 zpool_create(libzfs_handle_t *hdl, const char *pool, nvlist_t *nvroot, in zpool_create()
/freebsd/sys/kgssapi/
H A Dgsstest.c882 SVCPOOL *pool; in gsstest_4() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp578 ThreadPool pool(hardware_concurrency(NumThreads)); in convert() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c115 warc_strbuf_t pool; member
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c4858 struct peer *pool /* pool solicitor association */ in pool_xmit()
5015 struct peer * pool; /* pool solicitor association */ in pool_name_resolved() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c1066 spa_aux_exists(uint64_t guid, uint64_t *pool, int *refcnt, avl_tree_t *avl) in spa_aux_exists()
1153 spa_spare_exists(uint64_t guid, uint64_t *pool, int *refcnt) in spa_spare_exists()
1206 spa_l2cache_exists(uint64_t guid, uint64_t *pool) in spa_l2cache_exists()
H A Ddsl_userhold.c575 const char *pool; in dsl_dataset_user_release_impl() local
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c134 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll() local

123456