Home
last modified time | relevance | path

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

123456

/openbsd/sys/sys/
H A Dpool.h151 struct pool { struct
152 union pool_lock pr_lock; argument
155 SIMPLEQ_ENTRY(pool) argument
172 unsigned int pr_nitems; /* number of available items in pool */ argument
176 unsigned int pr_serial; /* unique serial number of the pool */ argument
179 struct pool_allocator * argument
192 RBT_HEAD(phtree, pool_page_header) argument
197 union pool_lock pr_cache_lock; argument
221 * pool item requests queue argument
236 unsigned int pr_hiwat; /* max # of pages in pool */ argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dmalloc.h129 #define malloc_new_ks(pool,name,size) \ argument
131 #define malloc_new_ksr(pool,name,size) \ argument
133 #define malloc_new_kp(pool,name,size) \ argument
135 #define malloc_new_kpr(pool,name,size) \ argument
137 #define malloc_new_us(pool,name,size) \ argument
139 #define malloc_new_usr(pool,name,size) \ argument
153 #define malloc_kill_ks(pool,ptr,size) \ argument
157 #define malloc_kill_us(pool,ptr) \ argument
159 #define malloc_kill_usr(pool,ptr) \ argument
176 #define malloc_verify_us(pool,ptr) \ argument
[all …]
H A Dmalloc.c272 malloc_pool_use (mallocPool pool) in malloc_pool_use()
304 malloc_find_inpool_ (mallocPool pool, void *ptr) in malloc_find_inpool_()
331 malloc_kill_inpool_ (mallocPool pool, mallocType_ type UNUSED, in malloc_kill_inpool_()
386 malloc_new_inpool_ (mallocPool pool, mallocType_ type, const char *name, mallocSize s) in malloc_new_inpool_()
439 malloc_new_zinpool_ (mallocPool pool, mallocType_ type, const char *name, mallocSize s, in malloc_new_zinpool_()
457 malloc_pool_find_ (mallocPool pool, mallocPool parent) in malloc_pool_find_()
476 malloc_resize_inpool_ (mallocPool pool, mallocType_ type UNUSED, in malloc_resize_inpool_()
H A Dstd.c179 mallocPool pool; member
186 mallocPool pool; member
193 mallocPool pool; member
210 mallocPool pool; member
216 mallocPool pool; member
223 mallocPool pool; member
235 mallocPool pool; member
249 mallocPool pool; member
272 mallocPool pool; member
280 mallocPool pool; member
[all …]
H A Dtarget.c302 mallocPool pool) in ffetarget_character1()
348 ffetargetCharacter1 l, ffetargetCharacter1 r, mallocPool pool, in ffetarget_concatenate_character1()
539 ffetargetCharacterSize last, mallocPool pool, in ffetarget_substr_character1()
710 mallocPool pool) in ffetarget_convert_character1_character1()
744 ffetargetHollerith l, mallocPool pool) in ffetarget_convert_character1_hollerith()
789 ffetargetInteger4 l, mallocPool pool) in ffetarget_convert_character1_integer4()
883 ffetargetLogical4 l, mallocPool pool) in ffetarget_convert_character1_logical4()
977 ffetargetTypeless l, mallocPool pool) in ffetarget_convert_character1_typeless()
1183 mallocPool pool) in ffetarget_hollerith()
2514 ffetarget_verify_character1 (mallocPool pool, ffetargetCharacter1 val) in ffetarget_verify_character1()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_buffer_pool.c14 bucket_for_size(struct intel_gt_buffer_pool *pool, size_t sz) in bucket_for_size()
37 static bool pool_free_older_than(struct intel_gt_buffer_pool *pool, long keep) in pool_free_older_than()
89 struct intel_gt_buffer_pool *pool = in pool_free_work() local
102 struct intel_gt_buffer_pool *pool = node->pool; in pool_retire() local
139 node_create(struct intel_gt_buffer_pool *pool, size_t sz, in node_create()
174 struct intel_gt_buffer_pool *pool = &gt->buffer_pool; in intel_gt_get_buffer_pool() local
222 struct intel_gt_buffer_pool *pool = &gt->buffer_pool; in intel_gt_init_buffer_pool() local
233 struct intel_gt_buffer_pool *pool = &gt->buffer_pool; in intel_gt_flush_buffer_pool() local
243 struct intel_gt_buffer_pool *pool = &gt->buffer_pool; in intel_gt_fini_buffer_pool() local
/openbsd/usr.bin/ctfconv/
H A Dpool.h24 struct pool { struct
34 void pool_init(struct pool *, const char *, size_t, size_t); argument
/openbsd/sys/dev/pci/drm/ttm/
H A Dttm_pool.c172 static struct vm_page *ttm_pool_alloc_page(struct ttm_pool *pool, in ttm_pool_alloc_page()
279 static int ttm_pool_map(struct ttm_pool *pool, unsigned int order, in ttm_pool_map()
306 static void ttm_pool_unmap(struct ttm_pool *pool, dma_addr_t dma_addr, in ttm_pool_unmap()
319 static int ttm_pool_map(struct ttm_pool *pool, unsigned int order, in ttm_pool_map()
337 static void ttm_pool_unmap(struct ttm_pool *pool, dma_addr_t dma_addr, in ttm_pool_unmap()
423 static struct ttm_pool_type *ttm_pool_select_type(struct ttm_pool *pool, in ttm_pool_select_type()
569 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, in ttm_pool_alloc()
687 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt) in ttm_pool_free()
707 void ttm_pool_init(struct ttm_pool *pool, struct device *dev, in ttm_pool_init()
742 void ttm_pool_fini(struct ttm_pool *pool) in ttm_pool_fini()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c113 struct resource_pool *pool = dc->res_pool; in dcn10_get_hubp_states() local
191 struct resource_pool *pool = dc->res_pool; in dcn10_get_rq_states() local
233 struct resource_pool *pool = dc->res_pool; in dcn10_get_dlg_states() local
290 struct resource_pool *pool = dc->res_pool; in dcn10_get_ttu_states() local
330 struct resource_pool *pool = dc->res_pool; in dcn10_get_cm_states() local
385 struct resource_pool *pool = dc->res_pool; in dcn10_get_mpcc_states() local
416 struct resource_pool *pool = dc->res_pool; in dcn10_get_otg_states() local
491 struct resource_pool *pool = dc->res_pool; in dcn10_clear_otpc_underflow() local
507 struct resource_pool *pool = dc->res_pool; in dcn10_clear_hubp_underflow() local
/openbsd/sys/dev/pci/drm/ttm/tests/
H A Dttm_pool_test.c79 struct ttm_pool *pool; in ttm_pool_pre_populated() local
141 struct ttm_pool *pool; in ttm_pool_alloc_basic() local
202 struct ttm_pool *pool; in ttm_pool_alloc_basic_dma_addr() local
242 struct ttm_pool *pool; in ttm_pool_alloc_order_caching_match() local
270 struct ttm_pool *pool; in ttm_pool_alloc_caching_mismatch() local
304 struct ttm_pool *pool; in ttm_pool_alloc_order_mismatch() local
340 struct ttm_pool *pool; in ttm_pool_free_dma_alloc() local
371 struct ttm_pool *pool; in ttm_pool_free_no_dma_alloc() local
399 struct ttm_pool *pool; in ttm_pool_fini_basic() local
/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c359 struct resource_pool *pool, in resource_construct()
457 const struct resource_pool *pool, in find_matching_clock_source()
472 const struct resource_pool *pool, in resource_unreference_clock_source()
486 const struct resource_pool *pool, in resource_reference_clock_source()
500 const struct resource_pool *pool, in resource_get_clock_source_reference()
1560 const struct resource_pool *pool, in resource_find_free_secondary_pipe_legacy()
1646 const struct resource_pool *pool) in recource_find_free_pipe_not_used_in_cur_res_ctx()
1669 const struct resource_pool *pool) in resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine()
1692 const struct resource_pool *pool) in resource_find_any_free_pipe()
1798 const struct resource_pool *pool, in acquire_first_split_pipe()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dalloc-pool.c122 alloc_pool pool; in create_alloc_pool() local
185 free_alloc_pool (alloc_pool pool) in free_alloc_pool()
212 free_alloc_pool_if_empty (alloc_pool *pool) in free_alloc_pool_if_empty()
223 pool_alloc (alloc_pool pool) in pool_alloc()
288 pool_free (alloc_pool pool, void *ptr) in pool_free()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_i2c.c29 struct resource_pool *pool, in dce_i2c_oem_device_present()
55 struct resource_pool *pool, in dce_i2c_submit_command()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce60/
H A Ddce60_resource.c797 static void dce60_resource_destruct(struct dce110_resource_pool *pool) in dce60_resource_destruct()
921 static void dce60_destroy_resource_pool(struct resource_pool **pool) in dce60_destroy_resource_pool()
944 struct dce110_resource_pool *pool) in dce60_construct()
1122 struct dce110_resource_pool *pool = in dce60_create_resource_pool() local
1139 struct dce110_resource_pool *pool) in dce61_construct()
1320 struct dce110_resource_pool *pool = in dce61_create_resource_pool() local
1337 struct dce110_resource_pool *pool) in dce64_construct()
1514 struct dce110_resource_pool *pool = in dce64_create_resource_pool() local
/openbsd/sys/dev/pci/drm/amd/display/dc/dce80/
H A Ddce80_resource.c804 static void dce80_resource_destruct(struct dce110_resource_pool *pool) in dce80_resource_destruct()
928 static void dce80_destroy_resource_pool(struct resource_pool **pool) in dce80_destroy_resource_pool()
951 struct dce110_resource_pool *pool) in dce80_construct()
1136 struct dce110_resource_pool *pool = in dce80_create_resource_pool() local
1153 struct dce110_resource_pool *pool) in dce81_construct()
1336 struct dce110_resource_pool *pool = in dce81_create_resource_pool() local
1353 struct dce110_resource_pool *pool) in dce83_construct()
1533 struct dce110_resource_pool *pool = in dce83_create_resource_pool() local
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c1085 static void dcn20_resource_destruct(struct dcn20_resource_pool *pool) in dcn20_resource_destruct()
1315 const struct resource_pool *pool = dc->res_pool; in dcn20_acquire_dsc() local
1345 const struct resource_pool *pool, in dcn20_release_dsc()
1469 const struct resource_pool *pool = dc->res_pool; in dcn20_split_stream_for_odm() local
1548 const struct resource_pool *pool, in dcn20_split_stream_for_mpc()
1695 const struct resource_pool *pool, in dcn20_find_secondary_pipe()
2153 const struct resource_pool *pool, in dcn20_acquire_free_pipe_for_layer()
2187 static void dcn20_destroy_resource_pool(struct resource_pool **pool) in dcn20_destroy_resource_pool()
2332 struct dcn20_resource_pool *pool) in init_soc_bounding_box()
2388 struct dcn20_resource_pool *pool) in dcn20_resource_construct()
[all …]
/openbsd/gnu/llvm/llvm/utils/
H A Ddemangle_tree.py83 def process_one_chunk(pool, chunk_size, objdump, context): argument
137 def process_pending_files(pool, chunk_size, objdump, context): argument
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn301/
H A Ddcn301_fpu.c34 #define TO_DCN301_RES_POOL(pool)\ argument
326 struct dcn301_resource_pool *pool = TO_DCN301_RES_POOL(dc->res_pool); in dcn301_update_bw_bounding_box() local
/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_resource.c812 static void dce110_resource_destruct(struct dce110_resource_pool *pool) in dce110_resource_destruct()
1124 const struct resource_pool *pool, in dce110_acquire_underlay()
1190 static void dce110_destroy_resource_pool(struct resource_pool **pool) in dce110_destroy_resource_pool()
1201 const struct resource_pool *pool, in dce110_find_first_free_match_stream_enc_for_link()
1244 static bool underlay_create(struct dc_context *ctx, struct resource_pool *pool) in underlay_create()
1351 struct dce110_resource_pool *pool, in dce110_resource_construct()
1539 struct dce110_resource_pool *pool = in dce110_create_resource_pool() local
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c92 #define TO_DCN301_RES_POOL(pool)\ argument
1033 static void dcn301_destruct(struct dcn301_resource_pool *pool) in dcn301_destruct()
1172 static bool dcn301_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn301_dwbc_create()
1197 static bool dcn301_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) in dcn301_mmhubbub_create()
1238 static void dcn301_destroy_resource_pool(struct resource_pool **pool) in dcn301_destroy_resource_pool()
1287 struct dcn301_resource_pool *pool) in init_soc_bounding_box()
1398 struct dcn301_resource_pool *pool) in dcn301_resource_construct()
1712 struct dcn301_resource_pool *pool = in dcn301_create_resource_pool() local
/openbsd/sys/net/
H A Dpf_osfp.c59 #define pool_get(pool, flags) malloc(*(pool)) argument
60 #define pool_put(pool, item) free(item) argument
61 #define pool_init(pool, size, a, ao, f, m, p) (*(pool)) = (size) argument
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1341 static void dcn32_resource_destruct(struct dcn32_resource_pool *pool) in dcn32_resource_destruct()
1495 static bool dcn32_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn32_dwbc_create()
1578 static void dcn32_destroy_resource_pool(struct resource_pool **pool) in dcn32_destroy_resource_pool()
1589 const struct resource_pool *pool, in dcn32_acquire_post_bldn_3dlut()
1611 const struct resource_pool *pool, in dcn32_release_post_bldn_3dlut()
2072 struct dcn32_resource_pool *pool) in dcn32_resource_construct()
2474 struct dcn32_resource_pool *pool = in dcn32_create_resource_pool() local
2533 const struct resource_pool *pool, in find_optimal_free_pipe_as_secondary_dpp_pipe()
2569 const struct resource_pool *pool, in find_idle_secondary_pipe_check_mpo()
2631 const struct resource_pool *pool, in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c705 static bool dcn302_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn302_dwbc_create()
740 static bool dcn302_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) in dcn302_mmhubbub_create()
951 static bool init_soc_bounding_box(struct dc *dc, struct resource_pool *pool) in init_soc_bounding_box()
985 static void dcn302_resource_destruct(struct resource_pool *pool) in dcn302_resource_destruct()
1112 static void dcn302_destroy_resource_pool(struct resource_pool **pool) in dcn302_destroy_resource_pool()
1196 struct resource_pool *pool) in dcn302_resource_construct()
1503 struct resource_pool *pool = kzalloc(sizeof(struct resource_pool), GFP_KERNEL); in dcn302_create_resource_pool() local
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c648 static bool dcn303_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn303_dwbc_create()
683 static bool dcn303_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) in dcn303_mmhubbub_create()
878 static bool init_soc_bounding_box(struct dc *dc, struct resource_pool *pool) in init_soc_bounding_box()
911 static void dcn303_resource_destruct(struct resource_pool *pool) in dcn303_resource_destruct()
1038 static void dcn303_destroy_resource_pool(struct resource_pool **pool) in dcn303_destroy_resource_pool()
1119 struct resource_pool *pool) in dcn303_resource_construct()
1415 struct resource_pool *pool = kzalloc(sizeof(struct resource_pool), GFP_KERNEL); in dcn303_create_resource_pool() local
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1063 static void dcn30_resource_destruct(struct dcn30_resource_pool *pool) in dcn30_resource_destruct()
1213 static bool dcn30_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn30_dwbc_create()
1238 static bool dcn30_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) in dcn30_mmhubbub_create()
1284 static void dcn30_destroy_resource_pool(struct resource_pool **pool) in dcn30_destroy_resource_pool()
1431 const struct resource_pool *pool, in dcn30_acquire_post_bldn_3dlut()
1467 const struct resource_pool *pool, in dcn30_release_post_bldn_3dlut()
1498 struct dcn30_resource_pool *pool) in init_soc_bounding_box()
1529 const struct resource_pool *pool = dc->res_pool; in dcn30_split_stream_for_mpc_or_odm() local
2249 struct dcn30_resource_pool *pool) in dcn30_resource_construct()
2595 struct dcn30_resource_pool *pool = in dcn30_create_resource_pool() local

123456