Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 25 of 146) sorted by relevance

123456

/freebsd/crypto/openssl/crypto/rand/
H A Drand_pool.c25 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_new() local
68 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_attach() local
94 void ossl_rand_pool_free(RAND_POOL *pool) in ossl_rand_pool_free()
126 size_t ossl_rand_pool_entropy(RAND_POOL *pool) in ossl_rand_pool_entropy()
134 size_t ossl_rand_pool_length(RAND_POOL *pool) in ossl_rand_pool_length()
145 unsigned char *ossl_rand_pool_detach(RAND_POOL *pool) in ossl_rand_pool_detach()
180 size_t ossl_rand_pool_entropy_available(RAND_POOL *pool) in ossl_rand_pool_entropy_available()
196 size_t ossl_rand_pool_entropy_needed(RAND_POOL *pool) in ossl_rand_pool_entropy_needed()
205 static int rand_pool_grow(RAND_POOL *pool, size_t len) in rand_pool_grow()
291 size_t ossl_rand_pool_bytes_remaining(RAND_POOL *pool) in ossl_rand_pool_bytes_remaining()
[all …]
H A Dprov_seed.c21 RAND_POOL *pool; in ossl_rand_get_entropy() local
52 RAND_POOL *pool; in ossl_rand_get_nonce() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_pool.h20 mutex_pool_mutex(mutex_pool_t *pool, uintptr_t key) { in mutex_pool_mutex()
27 mutex_pool_assert_not_held(tsdn_t *tsdn, mutex_pool_t *pool) { in mutex_pool_assert_not_held()
41 mutex_pool_lock(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key) { in mutex_pool_lock()
49 mutex_pool_unlock(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key) { in mutex_pool_unlock()
57 mutex_pool_lock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, in mutex_pool_lock2()
75 mutex_pool_unlock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, in mutex_pool_unlock2()
90 mutex_pool_assert_owner(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key) { in mutex_pool_assert_owner()
/freebsd/sys/rpc/
H A Dsvc.c89 SVCPOOL *pool; in svcpool_create() local
183 svcpool_cleanup(SVCPOOL *pool) in svcpool_cleanup()
224 svcpool_destroy(SVCPOOL *pool) in svcpool_destroy()
249 svcpool_close(SVCPOOL *pool) in svcpool_close()
274 SVCPOOL *pool; in svcpool_threads_sysctl() local
293 SVCPOOL *pool; in svcpool_minthread_sysctl() local
319 SVCPOOL *pool; in svcpool_maxthread_sysctl() local
345 SVCPOOL *pool = xprt->xp_pool; in xprt_register() local
1374 svc_run(SVCPOOL *pool) in svc_run()
1420 svc_exit(SVCPOOL *pool) in svc_exit()
[all …]
H A Dsvc_generic.c78 SVCPOOL *pool, in svc_create()
144 SVCPOOL *pool, in svc_tp_create()
201 SVCPOOL *pool, in svc_tli_create()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dlibzfs_input_check.c266 test_pool_sync(const char *pool) in test_pool_sync()
278 test_pool_reopen(const char *pool) in test_pool_reopen()
290 test_pool_checkpoint(const char *pool) in test_pool_checkpoint()
305 test_log_history(const char *pool) in test_log_history()
317 test_create(const char *pool) in test_create()
674 test_vdev_trim(const char *pool) in test_vdev_trim()
694 test_scrub(const char *pool) in test_scrub()
746 test_wait(const char *pool) in test_wait()
773 test_get_bootenv(const char *pool) in test_get_bootenv()
779 test_set_bootenv(const char *pool) in test_set_bootenv()
[all …]
/freebsd/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc67 ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) in ZpoolAll()
73 ZpoolList::ZpoolByGUID(zpool_handle_t *pool, nvlist_t *poolConfig, in ZpoolByGUID()
86 ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) in ZpoolByName()
95 ZpoolList::LoadIterator(zpool_handle_t *pool, void *data) in LoadIterator()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c117 static inline struct ib_pool_fmr *ib_fmr_cache_lookup(struct ib_fmr_pool *pool, in ib_fmr_cache_lookup()
140 static void ib_fmr_batch_release(struct ib_fmr_pool *pool) in ib_fmr_batch_release()
182 struct ib_fmr_pool *pool = pool_ptr; in ib_fmr_cleanup_thread() local
217 struct ib_fmr_pool *pool; in ib_create_fmr_pool() local
338 void ib_destroy_fmr_pool(struct ib_fmr_pool *pool) in ib_destroy_fmr_pool()
376 int ib_flush_fmr_pool(struct ib_fmr_pool *pool) in ib_flush_fmr_pool()
419 struct ib_fmr_pool *pool = pool_handle; in ib_fmr_pool_map_phys() local
494 struct ib_fmr_pool *pool; in ib_fmr_pool_unmap() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddmapool.h76 dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy()
83 dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle) in dma_pool_alloc()
90 dma_pool_zalloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle) in dma_pool_zalloc()
97 dma_pool_free(struct dma_pool *pool, void *vaddr, dma_addr_t dma_addr) in dma_pool_free()
/freebsd/sys/kern/
H A Dkern_mtxpool.c98 mtx_pool_find(struct mtx_pool *pool, void *ptr) in mtx_pool_find()
113 mtx_pool_initialize(struct mtx_pool *pool, const char *mtx_name, int pool_size, in mtx_pool_initialize()
131 struct mtx_pool *pool; in mtx_pool_create() local
149 struct mtx_pool *pool = *poolp; in mtx_pool_destroy() local
170 mtx_pool_alloc(struct mtx_pool *pool) in mtx_pool_alloc()
/freebsd/sys/dev/dpaa/
H A Dbman.c199 t_Handle pool, portal; in bman_pool_create() local
272 bman_pool_destroy(t_Handle pool) in bman_pool_destroy()
291 bman_pool_fill(t_Handle pool, uint16_t nbufs) in bman_pool_fill()
314 bman_get_buffer(t_Handle pool) in bman_get_buffer()
337 bman_put_buffer(t_Handle pool, void *buffer) in bman_put_buffer()
360 bman_count(t_Handle pool) in bman_count()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c157 struct dma_pool *pool; member
306 static int ttm_set_pages_caching(struct dma_pool *pool, in ttm_set_pages_caching()
369 static void ttm_pool_update_free_locked(struct dma_pool *pool, in ttm_pool_update_free_locked()
511 struct dma_pool *pool; in ttm_dma_free_pool() local
552 struct dma_pool *pool = *(struct dma_pool **)res; in ttm_dma_pool_release() local
569 struct dma_pool *pool = NULL, **ptr; in ttm_dma_pool_init() local
642 struct dma_pool *pool, *tmp, *found = NULL; in ttm_dma_find_pool() local
836 static int ttm_dma_pool_get_pages(struct dma_pool *pool, in ttm_dma_pool_get_pages()
868 struct dma_pool *pool; in ttm_dma_populate() local
939 struct dma_pool *pool; in ttm_dma_unpopulate() local
[all …]
H A Dttm_page_alloc.c337 static void ttm_pool_update_free_locked(struct ttm_page_pool *pool, in ttm_pool_update_free_locked()
353 static int ttm_page_pool_free(struct ttm_page_pool *pool, unsigned nr_free) in ttm_page_pool_free()
449 struct ttm_page_pool *pool; in ttm_pool_mm_shrink() local
598 static void ttm_page_pool_fill_locked(struct ttm_page_pool *pool, in ttm_page_pool_fill_locked()
655 static unsigned ttm_page_pool_get_pages(struct ttm_page_pool *pool, in ttm_page_pool_get_pages()
690 struct ttm_page_pool *pool = ttm_get_pool(flags, cstate); in ttm_put_pages() local
733 struct ttm_page_pool *pool = ttm_get_pool(flags, cstate); in ttm_get_pages() local
794 static void ttm_page_pool_init_locked(struct ttm_page_pool *pool, int flags, in ttm_page_pool_init_locked()
/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c395 print_data_handler(int id, const char *pool, zinject_record_t *record, in print_data_handler()
432 print_device_handler(int id, const char *pool, zinject_record_t *record, in print_device_handler()
468 print_delay_handler(int id, const char *pool, zinject_record_t *record, in print_delay_handler()
497 print_panic_handler(int id, const char *pool, zinject_record_t *record, in print_panic_handler()
518 print_pool_delay_handler(int id, const char *pool, zinject_record_t *record, in print_pool_delay_handler()
587 cancel_one_handler(int id, const char *pool, zinject_record_t *record, in cancel_one_handler()
643 register_handler(const char *pool, int flags, zinject_record_t *record, in register_handler()
724 perform_action(const char *pool, zinject_record_t *record, int cmd) in perform_action()
860 char pool[MAXNAMELEN] = ""; in main() local
/freebsd/contrib/ntp/sntp/libevent/
H A Devrpc.c538 evrpc_pool_free(struct evrpc_pool *pool) in evrpc_pool_free()
580 evrpc_pool_add_connection(struct evrpc_pool *pool, in evrpc_pool_add_connection()
638 evrpc_pool_find_connection(struct evrpc_pool *pool) in evrpc_pool_find_connection()
663 struct evrpc_pool *pool = ctx->pool; in evrpc_schedule_request() local
723 struct evrpc_pool *pool = ctx->pool; in evrpc_schedule_request_closure() local
802 struct evrpc_pool *pool = ctx->pool; in evrpc_make_request() local
863 struct evrpc_pool *pool = ctx->pool; in evrpc_reply_done() local
917 struct evrpc_pool *pool = ctx->pool; in evrpc_reply_done_closure() local
954 evrpc_pool_schedule(struct evrpc_pool *pool) in evrpc_pool_schedule()
1079 evrpc_send_request_generic(struct evrpc_pool *pool, in evrpc_send_request_generic()
[all …]
/freebsd/contrib/libevent/
H A Devrpc.c538 evrpc_pool_free(struct evrpc_pool *pool) in evrpc_pool_free()
580 evrpc_pool_add_connection(struct evrpc_pool *pool, in evrpc_pool_add_connection()
638 evrpc_pool_find_connection(struct evrpc_pool *pool) in evrpc_pool_find_connection()
663 struct evrpc_pool *pool = ctx->pool; in evrpc_schedule_request() local
723 struct evrpc_pool *pool = ctx->pool; in evrpc_schedule_request_closure() local
802 struct evrpc_pool *pool = ctx->pool; in evrpc_make_request() local
863 struct evrpc_pool *pool = ctx->pool; in evrpc_reply_done() local
917 struct evrpc_pool *pool = ctx->pool; in evrpc_reply_done_closure() local
954 evrpc_pool_schedule(struct evrpc_pool *pool) in evrpc_pool_schedule()
1079 evrpc_send_request_generic(struct evrpc_pool *pool, in evrpc_send_request_generic()
[all …]
/freebsd/crypto/openssl/crypto/async/
H A Dasync.c106 async_pool *pool; in async_get_pool_job() local
138 async_pool *pool; in async_release_job() local
320 static void async_empty_pool(async_pool *pool) in async_empty_pool()
354 async_pool *pool; in ASYNC_init_thread() local
415 async_pool *pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_delete_thread_state() local
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_win.c47 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
127 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
150 int ossl_rand_pool_add_additional_data(RAND_POOL *pool) in ossl_rand_pool_add_additional_data()
H A Drand_vxworks.c79 int ossl_rand_pool_add_additional_data(RAND_POOL *pool) in ossl_rand_pool_add_additional_data()
99 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
121 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
H A Drand_vms.c344 size_t data_collect_method(RAND_POOL *pool) in data_collect_method()
500 size_t get_entropy_method(RAND_POOL *pool) in get_entropy_method()
543 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
550 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_synctask.c43 dsl_sync_task_common(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_common()
128 dsl_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task()
150 dsl_early_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_early_sync_task()
163 dsl_sync_task_sig(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_sig()
/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_device.c28 lzbe_set_boot_device(const char *pool, lzbe_flags_t flag, const char *device) in lzbe_set_boot_device()
114 lzbe_get_boot_device(const char *pool, char **device) in lzbe_get_boot_device()
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c367 char pool[ZFS_MAX_DATASET_NAME_LEN]; in lzc_snapshot() local
419 char pool[ZFS_MAX_DATASET_NAME_LEN]; in lzc_destroy_snaps() local
526 char pool[ZFS_MAX_DATASET_NAME_LEN]; in lzc_hold() local
573 char pool[ZFS_MAX_DATASET_NAME_LEN]; in lzc_release() local
1380 char pool[ZFS_MAX_DATASET_NAME_LEN]; in lzc_bookmark() local
1484 char pool[ZFS_MAX_DATASET_NAME_LEN]; in lzc_destroy_bookmarks() local
1582 lzc_pool_checkpoint(const char *pool) in lzc_pool_checkpoint()
1611 lzc_pool_checkpoint_discard(const char *pool) in lzc_pool_checkpoint_discard()
1639 lzc_channel_program_nosync(const char *pool, const char *program, in lzc_channel_program_nosync()
1891 lzc_set_bootenv(const char *pool, const nvlist_t *env) in lzc_set_bootenv()
[all …]
/freebsd/sbin/ipf/libipf/
H A Dprintdstlistdata.c12 printdstlistdata( ippool_dst_t *pool, int opts) in printdstlistdata()
H A Dprintpooldata.c12 printpooldata(ip_pool_t *pool, int opts) in printpooldata()

123456