Home
last modified time | relevance | path

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

123

/dflybsd-src/sys/dev/drm/ttm/
H A Dttm_page_alloc_dma.c151 struct dma_pool *pool; member
266 static int ttm_set_pages_caching(struct dma_pool *pool, in ttm_set_pages_caching()
286 static void __ttm_dma_free_page(struct dma_pool *pool, struct dma_page *d_page) in __ttm_dma_free_page()
295 static struct dma_page *__ttm_dma_alloc_page(struct dma_pool *pool) in __ttm_dma_alloc_page()
340 static void ttm_pool_update_free_locked(struct dma_pool *pool, in ttm_pool_update_free_locked()
349 static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page) in ttm_dma_page_put()
366 static void ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages, in ttm_dma_pages_put()
400 static unsigned ttm_dma_page_pool_free(struct dma_pool *pool, unsigned nr_free, in ttm_dma_page_pool_free()
503 struct dma_pool *pool; in ttm_dma_free_pool() local
545 struct dma_pool *pool = *(struct dma_pool **)res; in ttm_dma_pool_release() local
[all …]
H A Dttm_page_alloc.c273 static void ttm_pool_update_free_locked(struct ttm_page_pool *pool, in ttm_pool_update_free_locked()
290 static int ttm_page_pool_free(struct ttm_page_pool *pool, unsigned nr_free, in ttm_page_pool_free()
392 struct ttm_page_pool *pool; in ttm_pool_shrink_scan() local
432 struct ttm_page_pool *pool; in ttm_pool_shrink_count() local
584 static void ttm_page_pool_fill_locked(struct ttm_page_pool *pool, int ttm_flags, in ttm_page_pool_fill_locked()
642 static unsigned ttm_page_pool_get_pages(struct ttm_page_pool *pool, in ttm_page_pool_get_pages()
680 struct ttm_page_pool *pool = ttm_get_pool(flags, false, cstate); in ttm_put_pages() local
730 struct ttm_page_pool *pool = ttm_get_pool(flags, false, cstate); in ttm_get_pages() local
800 static void ttm_page_pool_init_locked(struct ttm_page_pool *pool, gfp_t flags, in ttm_page_pool_init_locked()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dalloc-pool.c134 alloc_pool pool; in create_alloc_pool() local
197 empty_alloc_pool (alloc_pool pool) in empty_alloc_pool()
227 free_alloc_pool (alloc_pool pool) in free_alloc_pool()
240 free_alloc_pool_if_empty (alloc_pool *pool) in free_alloc_pool_if_empty()
251 pool_alloc (alloc_pool pool) in pool_alloc()
324 pool_free (alloc_pool pool, void *ptr) in pool_free()
/dflybsd-src/sys/dev/drm/i915/
H A Di915_gem_batch_pool.c48 struct i915_gem_batch_pool *pool) in i915_gem_batch_pool_init()
64 void i915_gem_batch_pool_fini(struct i915_gem_batch_pool *pool) in i915_gem_batch_pool_fini()
96 i915_gem_batch_pool_get(struct i915_gem_batch_pool *pool, in i915_gem_batch_pool_get()
/dflybsd-src/contrib/gcc-4.7/libgomp/
H A Dteam.c69 struct gomp_thread_pool *pool; in gomp_thread_start() local
191 struct gomp_thread_pool *pool in gomp_new_thread_pool() local
203 struct gomp_thread_pool *pool in gomp_free_pool_helper() local
216 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_free_thread() local
270 struct gomp_thread_pool *pool; in gomp_team_start() local
523 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_team_end() local
/dflybsd-src/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c203 struct resource_pool *pool, in resource_construct()
270 const struct resource_pool *pool, in find_matching_clock_source()
285 const struct resource_pool *pool, in resource_unreference_clock_source()
299 const struct resource_pool *pool, in resource_reference_clock_source()
313 const struct resource_pool *pool, in resource_get_clock_source_reference()
1149 const struct resource_pool *pool) in find_idle_secondary_pipe()
1212 const struct resource_pool *pool, in acquire_free_pipe_for_stream()
1255 const struct resource_pool *pool, in acquire_first_split_pipe()
1293 struct resource_pool *pool = dc->res_pool; in dc_add_plane_to_context() local
1368 struct resource_pool *pool = dc->res_pool; in dc_remove_plane_from_context() local
[all …]
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dteam.c72 struct gomp_thread_pool *pool; in gomp_thread_start() local
146 struct gomp_thread_pool *pool = gomp_get_thread_pool (thr, nthreads); in get_last_team() local
227 struct gomp_thread_pool *pool in gomp_free_pool_helper() local
248 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_free_thread() local
307 struct gomp_thread_pool *pool; in gomp_team_start() local
929 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_team_end() local
H A Dparallel.c45 struct gomp_thread_pool *pool; in gomp_resolve_num_threads() local
/dflybsd-src/sys/kern/
H A Dsubr_csprng.c68 csprng_pool_init(struct csprng_pool *pool, uint8_t *buf, size_t len) in csprng_pool_init()
179 struct csprng_pool *pool; in csprng_reseed() local
265 struct csprng_pool *pool; in csprng_add_entropy() local
/dflybsd-src/contrib/gcc-8.0/libgomp/config/posix/
H A Dpool.h39 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_get_thread_pool() local
55 gomp_release_thread_pool (struct gomp_thread_pool *pool) in gomp_release_thread_pool()
/dflybsd-src/sys/dev/drm/amd/display/dc/dce80/
H A Ddce80_resource.c674 static void destruct(struct dce110_resource_pool *pool) in destruct()
779 static void dce80_destroy_resource_pool(struct resource_pool **pool) in dce80_destroy_resource_pool()
800 struct dce110_resource_pool *pool) in dce80_construct()
977 struct dce110_resource_pool *pool = in dce80_create_resource_pool() local
993 struct dce110_resource_pool *pool) in dce81_construct()
1163 struct dce110_resource_pool *pool = in dce81_create_resource_pool() local
1179 struct dce110_resource_pool *pool) in dce83_construct()
1345 struct dce110_resource_pool *pool = in dce83_create_resource_pool() local
/dflybsd-src/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_resource.c667 static void destruct(struct dce110_resource_pool *pool) in destruct()
970 const struct resource_pool *pool, in dce110_acquire_underlay()
1029 static void dce110_destroy_resource_pool(struct resource_pool **pool) in dce110_destroy_resource_pool()
1049 static bool underlay_create(struct dc_context *ctx, struct resource_pool *pool) in underlay_create()
1156 struct dce110_resource_pool *pool, in construct()
1344 struct dce110_resource_pool *pool = in dce110_create_resource_pool() local
H A Ddce110_resource.h34 #define TO_DCE110_RES_POOL(pool)\ argument
/dflybsd-src/sys/dev/drm/amd/display/dc/dce112/
H A Ddce112_resource.c661 static void destruct(struct dce110_resource_pool *pool) in destruct()
726 const struct resource_pool *pool, in find_matching_pll()
920 static void dce112_destroy_resource_pool(struct resource_pool **pool) in dce112_destroy_resource_pool()
1096 struct dce110_resource_pool *pool) in construct()
1291 struct dce110_resource_pool *pool = in dce112_create_resource_pool() local
/dflybsd-src/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.h31 #define TO_DCN10_RES_POOL(pool)\ argument
H A Ddcn10_resource.c819 static void destruct(struct dcn10_resource_pool *pool) in destruct()
1022 const struct resource_pool *pool, in dcn10_acquire_idle_pipe_for_layer()
1060 static void dcn10_destroy_resource_pool(struct resource_pool **pool) in dcn10_destroy_resource_pool()
1103 struct dcn10_resource_pool *pool) in construct()
1360 struct dcn10_resource_pool *pool = in dcn10_create_resource_pool() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Deh_alloc.cc84 class pool class
117 pool::pool() in pool() function in __anon370c23210111::pool
/dflybsd-src/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_resource.c479 static void destruct(struct dce110_resource_pool *pool) in destruct()
715 static void dce120_destroy_resource_pool(struct resource_pool **pool) in dce120_destroy_resource_pool()
868 struct dce110_resource_pool *pool) in construct()
1075 struct dce110_resource_pool *pool = in dce120_create_resource_pool() local
/dflybsd-src/sys/dev/drm/amd/display/dc/dce100/
H A Ddce100_resource.c642 static void destruct(struct dce110_resource_pool *pool) in destruct()
793 static void dce100_destroy_resource_pool(struct resource_pool **pool) in dce100_destroy_resource_pool()
823 struct dce110_resource_pool *pool) in construct()
1004 struct dce110_resource_pool *pool = in dce100_create_resource_pool() local
/dflybsd-src/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c498 const struct resource_pool *pool, in split_stream_across_pipes()
699 const struct resource_pool *pool = dc->res_pool; in dcn_validate_bandwidth() local
/dflybsd-src/contrib/expat/lib/
H A Dxmlparse.c371 STRING_POOL pool; member
593 #define poolStart(pool) ((pool)->start) argument
594 #define poolEnd(pool) ((pool)->ptr) argument
595 #define poolLength(pool) ((pool)->ptr - (pool)->start) argument
596 #define poolChop(pool) ((void)--(pool->ptr)) argument
597 #define poolLastChar(pool) (((pool)->ptr)[-1]) argument
598 #define poolDiscard(pool) ((pool)->ptr = (pool)->start) argument
599 #define poolFinish(pool) ((pool)->start = (pool)->ptr) argument
600 #define poolAppendChar(pool, c) \ argument
5869 const char *ptr, const char *end, STRING_POOL *pool, in storeAttributeValue()
[all …]
/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_ctx.c144 BN_POOL pool; member
248 BN_POOL_ITEM *pool = ctx->pool.head; in BN_CTX_free() local
/dflybsd-src/sys/sys/
H A Dcsprng.h31 struct csprng_pool pool[32]; member
/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c330 static ZSTDMT_seqPool* ZSTDMT_expandSeqPool(ZSTDMT_seqPool* pool, U32 nbWorkers) in ZSTDMT_expandSeqPool()
348 static void ZSTDMT_freeCCtxPool(ZSTDMT_CCtxPool* pool) in ZSTDMT_freeCCtxPool()
424 static void ZSTDMT_releaseCCtx(ZSTDMT_CCtxPool* pool, ZSTD_CCtx* cctx) in ZSTDMT_releaseCCtx()
890 …ZSTDMT_createCCtx_advanced_internal(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* pool) in ZSTDMT_createCCtx_advanced_internal()
932 …MT_CCtx* ZSTDMT_createCCtx_advanced(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* pool) in ZSTDMT_createCCtx_advanced()
/dflybsd-src/usr.sbin/mptutil/
H A Dmpt_config.c774 find_volume_spare_pool(int fd, const char *name, int *pool) in find_volume_spare_pool()
860 int error, fd, i, nsdisks, pool = 0; in add_spare() local

123