Home
last modified time | relevance | path

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

123456

/openbsd-src/sys/sys/
H A Dpool.h151 struct pool { global() struct
152 pr_lockpool global() argument
155 pr_lock_opspool global() argument
172 pr_nitemspool global() argument
176 pr_serialpool global() argument
179 pr_pgmaskpool global() argument
192 pr_iplpool global() argument
197 pr_cache_lockpool global() argument
221 pr_hardlimit_warning_lastpool global() argument
223 pr_requests_lockpool global() argument
236 pr_hiwatpool global() argument
253 pr_crangepool global() argument
[all...]
/openbsd-src/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
141 #define malloc_new_zks(pool,name,size,z) \ argument
143 #define malloc_new_zksr(pool,name,size,z) \ argument
145 #define malloc_new_zkp(pool,name,size,z) \ argument
147 #define malloc_new_zkpr(pool,name,size,z) \ 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-src/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-src/usr.bin/ctfconv/
H A Dpool.h24 struct pool { struct
34 void pool_init(struct pool *, const char *, size_t, size_t); argument
/openbsd-src/sys/dev/pci/drm/ttm/
H A Dttm_pool.c86 static struct page *ttm_pool_alloc_page(struct ttm_pool *pool, gfp_t gfp_flags, in ttm_pool_alloc_page()
140 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching, in ttm_pool_free_page()
172 static struct vm_page *ttm_pool_alloc_page(struct ttm_pool *pool, in ttm_pool_alloc_page()
232 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching, in ttm_pool_free_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()
387 static void ttm_pool_type_init(struct ttm_pool_type *pt, struct ttm_pool *pool, in ttm_pool_type_init()
423 static struct ttm_pool_type *ttm_pool_select_type(struct ttm_pool *pool, in ttm_pool_select_type()
[all …]
/openbsd-src/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-src/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-src/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c359 struct resource_pool *pool, in resource_construct() argument
457 find_matching_clock_source(const struct resource_pool * pool,struct clock_source * clock_source) find_matching_clock_source() argument
472 resource_unreference_clock_source(struct resource_context * res_ctx,const struct resource_pool * pool,struct clock_source * clock_source) resource_unreference_clock_source() argument
486 resource_reference_clock_source(struct resource_context * res_ctx,const struct resource_pool * pool,struct clock_source * clock_source) resource_reference_clock_source() argument
500 resource_get_clock_source_reference(struct resource_context * res_ctx,const struct resource_pool * pool,struct clock_source * clock_source) resource_get_clock_source_reference() argument
1560 resource_find_free_secondary_pipe_legacy(struct resource_context * res_ctx,const struct resource_pool * pool,const struct pipe_ctx * primary_pipe) resource_find_free_secondary_pipe_legacy() argument
1646 recource_find_free_pipe_not_used_in_cur_res_ctx(const struct resource_context * cur_res_ctx,struct resource_context * new_res_ctx,const struct resource_pool * pool) recource_find_free_pipe_not_used_in_cur_res_ctx() argument
1669 resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine(const struct resource_context * cur_res_ctx,struct resource_context * new_res_ctx,const struct resource_pool * pool) resource_find_free_pipe_used_as_cur_sec_dpp_in_mpcc_combine() argument
1692 resource_find_any_free_pipe(struct resource_context * new_res_ctx,const struct resource_pool * pool) resource_find_any_free_pipe() argument
1798 acquire_first_split_pipe(struct resource_context * res_ctx,const struct resource_pool * pool,struct dc_stream_state * stream) acquire_first_split_pipe() argument
1873 acquire_secondary_dpp_pipes_and_add_plane(struct pipe_ctx * otg_master_pipe,struct dc_plane_state * plane_state,struct dc_state * new_ctx,struct dc_state * cur_ctx,struct resource_pool * pool) acquire_secondary_dpp_pipes_and_add_plane() argument
1913 struct resource_pool *pool = dc->res_pool; dc_add_plane_to_context() local
1956 struct resource_pool *pool = dc->res_pool; dc_remove_plane_from_context() local
2198 update_stream_engine_usage(struct resource_context * res_ctx,const struct resource_pool * pool,struct stream_encoder * stream_enc,bool acquired) update_stream_engine_usage() argument
2212 update_hpo_dp_stream_engine_usage(struct resource_context * res_ctx,const struct resource_pool * pool,struct hpo_dp_stream_encoder * hpo_dp_stream_enc,bool acquired) update_hpo_dp_stream_engine_usage() argument
2239 find_free_hpo_dp_link_enc(const struct resource_context * res_ctx,const struct resource_pool * pool) find_free_hpo_dp_link_enc() argument
2276 add_hpo_dp_link_enc_to_ctx(struct resource_context * res_ctx,const struct resource_pool * pool,struct pipe_ctx * pipe_ctx,struct dc_stream_state * stream) add_hpo_dp_link_enc_to_ctx() argument
2315 update_audio_usage(struct resource_context * res_ctx,const struct resource_pool * pool,struct audio * audio,bool acquired) update_audio_usage() argument
2328 acquire_first_free_pipe(struct resource_context * res_ctx,const struct resource_pool * pool,struct dc_stream_state * stream) acquire_first_free_pipe() argument
2364 find_first_free_match_hpo_dp_stream_enc_for_link(struct resource_context * res_ctx,const struct resource_pool * pool,struct dc_stream_state * stream) find_first_free_match_hpo_dp_stream_enc_for_link() argument
2382 find_first_free_audio(struct resource_context * res_ctx,const struct resource_pool * pool,enum engine_id id,enum dce_version dc_version) find_first_free_audio() argument
2595 acquire_resource_from_hw_enabled_state(struct resource_context * res_ctx,const struct resource_pool * pool,struct dc_stream_state * stream) acquire_resource_from_hw_enabled_state() argument
2722 const struct resource_pool *pool = dc->res_pool; resource_map_pool_resources() local
3643 dc_resource_find_first_free_pll(struct resource_context * res_ctx,const struct resource_pool * pool) dc_resource_find_first_free_pll() argument
3705 const struct resource_pool *pool = dc->res_pool; resource_map_clock_resources() local
4050 get_temp_hpo_dp_link_enc(const struct resource_context * res_ctx,const struct resource_pool * const pool,const struct dc_link * link) get_temp_hpo_dp_link_enc() argument
4262 const struct resource_pool *pool = dc->res_pool; dc_resource_acquire_secondary_pipe_for_mpc_odm() local
[all...]
/openbsd-src/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-src/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-src/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-src/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-src/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-src/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()
2230 bool dcn20_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) in dcn20_dwbc_create()
2253 bool dcn20_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) in dcn20_mmhubbub_create()
[all …]
/openbsd-src/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-src/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-src/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-src/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-src/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1341 dcn32_resource_destruct(struct dcn32_resource_pool * pool) dcn32_resource_destruct() argument
1495 dcn32_dwbc_create(struct dc_context * ctx,struct resource_pool * pool) dcn32_dwbc_create() argument
1524 dcn32_mmhubbub_create(struct dc_context * ctx,struct resource_pool * pool) dcn32_mmhubbub_create() argument
1578 dcn32_destroy_resource_pool(struct resource_pool ** pool) dcn32_destroy_resource_pool() argument
1589 dcn32_acquire_post_bldn_3dlut(struct resource_context * res_ctx,const struct resource_pool * pool,int mpcc_id,struct dc_3dlut ** lut,struct dc_transfer_func ** shaper) dcn32_acquire_post_bldn_3dlut() argument
1611 dcn32_release_post_bldn_3dlut(struct resource_context * res_ctx,const struct resource_pool * pool,struct dc_3dlut ** lut,struct dc_transfer_func ** shaper) dcn32_release_post_bldn_3dlut() argument
2072 dcn32_resource_construct(uint8_t num_virtual_links,struct dc * dc,struct dcn32_resource_pool * pool) dcn32_resource_construct() argument
2474 struct dcn32_resource_pool *pool = dcn32_create_resource_pool() local
2533 find_optimal_free_pipe_as_secondary_dpp_pipe(const struct resource_context * cur_res_ctx,struct resource_context * new_res_ctx,const struct resource_pool * pool,const struct pipe_ctx * new_opp_head) find_optimal_free_pipe_as_secondary_dpp_pipe() argument
2569 find_idle_secondary_pipe_check_mpo(struct resource_context * res_ctx,const struct resource_pool * pool,const struct pipe_ctx * primary_pipe) find_idle_secondary_pipe_check_mpo() argument
2631 dcn32_acquire_idle_pipe_for_head_pipe_in_layer(struct dc_state * state,const struct resource_pool * pool,struct dc_stream_state * stream,const struct pipe_ctx * head_pipe) dcn32_acquire_idle_pipe_for_head_pipe_in_layer() argument
2675 dcn32_acquire_free_pipe_as_secondary_dpp_pipe(const struct dc_state * cur_ctx,struct dc_state * new_ctx,const struct resource_pool * pool,const struct pipe_ctx * opp_head_pipe) dcn32_acquire_free_pipe_as_secondary_dpp_pipe() argument
[all...]
/openbsd-src/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-src/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-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors1.C16 POOL pool[2]; member

123456