Home
last modified time | relevance | path

Searched refs:max_alloc (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/net/zebra-server/idzebra-2.0.55/dfa/
H A Dimalloc.c38 long max_alloc = 0L; variable
50 size, alloc_calls, free_calls, alloc, max_alloc ); in imalloc()
56 if( (alloc+=size) > max_alloc ) in imalloc()
57 max_alloc = alloc; in imalloc()
75 size, alloc_calls, free_calls, alloc, max_alloc ); in icalloc()
81 if( (alloc+=size) > max_alloc ) in icalloc()
82 max_alloc = alloc; in icalloc()
123 alloc, max_alloc ); in imemstat()
125 fprintf( stdout, "memory max %ld", max_alloc ); in imemstat()
H A Dimalloc.h34 extern long max_alloc;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ipa/
H A Dgsi_trans.c89 u32 max_alloc) in gsi_trans_pool_init() argument
96 if (count < max_alloc) in gsi_trans_pool_init()
98 if (!max_alloc) in gsi_trans_pool_init()
109 virt = kcalloc(count + max_alloc - 1, size, GFP_KERNEL); in gsi_trans_pool_init()
117 pool->max_alloc = max_alloc; in gsi_trans_pool_init()
137 size_t size, u32 count, u32 max_alloc) in gsi_trans_pool_init_dma() argument
146 if (count < max_alloc) in gsi_trans_pool_init_dma()
148 if (!max_alloc) in gsi_trans_pool_init_dma()
154 total_size = (count + max_alloc - 1) * size; in gsi_trans_pool_init_dma()
172 pool->max_alloc = max_alloc; in gsi_trans_pool_init_dma()
H A Dgsi_trans.h82 u32 max_alloc);
112 size_t size, u32 count, u32 max_alloc);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ipa/
H A Dgsi_trans.c89 u32 max_alloc) in gsi_trans_pool_init() argument
96 if (count < max_alloc) in gsi_trans_pool_init()
98 if (!max_alloc) in gsi_trans_pool_init()
109 virt = kcalloc(count + max_alloc - 1, size, GFP_KERNEL); in gsi_trans_pool_init()
117 pool->max_alloc = max_alloc; in gsi_trans_pool_init()
137 size_t size, u32 count, u32 max_alloc) in gsi_trans_pool_init_dma() argument
146 if (count < max_alloc) in gsi_trans_pool_init_dma()
148 if (!max_alloc) in gsi_trans_pool_init_dma()
154 total_size = (count + max_alloc - 1) * size; in gsi_trans_pool_init_dma()
172 pool->max_alloc = max_alloc; in gsi_trans_pool_init_dma()
H A Dgsi_trans.h82 u32 max_alloc);
112 size_t size, u32 count, u32 max_alloc);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ipa/
H A Dgsi_trans.c89 u32 max_alloc) in gsi_trans_pool_init() argument
96 if (count < max_alloc) in gsi_trans_pool_init()
98 if (!max_alloc) in gsi_trans_pool_init()
109 virt = kcalloc(count + max_alloc - 1, size, GFP_KERNEL); in gsi_trans_pool_init()
117 pool->max_alloc = max_alloc; in gsi_trans_pool_init()
137 size_t size, u32 count, u32 max_alloc) in gsi_trans_pool_init_dma() argument
146 if (count < max_alloc) in gsi_trans_pool_init_dma()
148 if (!max_alloc) in gsi_trans_pool_init_dma()
154 total_size = (count + max_alloc - 1) * size; in gsi_trans_pool_init_dma()
172 pool->max_alloc = max_alloc; in gsi_trans_pool_init_dma()
H A Dgsi_trans.h82 u32 max_alloc);
112 size_t size, u32 count, u32 max_alloc);
/dports/net/rsync/rsync-3.2.3/
H A Dutil2.c27 extern size_t max_alloc;
75 if (max_alloc && num >= max_alloc/size) { in my_alloc()
79 who_am_i(), do_big_num(max_alloc, 0, NULL), src_file(file), line); in my_alloc()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/api/
H A Dcreate-buffer.c164 cl_ulong max_alloc; in piglit_cl_test() local
302 max_alloc = 0; in piglit_cl_test()
308 if(*max_device_alloc > max_alloc) { in piglit_cl_test()
309 max_alloc = *max_device_alloc; in piglit_cl_test()
317 max_alloc+1, // if we get to overflow, we're back at 0 and errNo must be the same in piglit_cl_test()
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/sys/module/i386/
H A Delf_module.c40 Elf32_Addr min_alloc, max_alloc; // Min. and max. aligned allocables in load_segments() local
93 max_alloc = max_addr - (max_addr % max_align); in load_segments()
95 max_alloc += max_align; in load_segments()
100 max_alloc-min_alloc) != 0) { in load_segments()
107 module->module_size = max_alloc - min_alloc; in load_segments()
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/sys/module/x86_64/
H A Delf_module.c40 Elf64_Addr min_alloc, max_alloc; // Min. and max. aligned allocables in load_segments() local
93 max_alloc = max_addr - (max_addr % max_align); in load_segments()
95 max_alloc += max_align; in load_segments()
100 max_alloc-min_alloc) != 0) { in load_segments()
107 module->module_size = max_alloc - min_alloc; in load_segments()
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest7.7139 set max_alloc [expr $task_cnt + (($alloc_unit - 1) * $num_nodes)]
140 if {$num_cpus > $max_alloc} {
141 log_error "Job with $task_cnt tasks allocated too many CPUs ($num_cpus > $max_alloc)"
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dtriangle_mesh.cpp33 …_bvh(BVH *p_bvh, BVH **p_bb, int p_from, int p_size, int p_depth, int &max_depth, int &max_alloc) { in _create_bvh() argument
76 int left = _create_bvh(p_bvh, p_bb, p_from, p_size / 2, p_depth + 1, max_depth, max_alloc); in _create_bvh()
77 …eate_bvh(p_bvh, p_bb, p_from + p_size / 2, p_size - p_size / 2, p_depth + 1, max_depth, max_alloc); in _create_bvh()
79 int index = max_alloc++; in _create_bvh()
160 int max_alloc = fc; in create() local
161 int max = _create_bvh(bw.ptr(), bwp.ptr(), 0, fc, 1, max_depth, max_alloc); in create()
164 bvh.resize(max_alloc); //resize back in create()
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dtriangle_mesh.cpp33 …_bvh(BVH *p_bvh, BVH **p_bb, int p_from, int p_size, int p_depth, int &max_depth, int &max_alloc) { in _create_bvh() argument
76 int left = _create_bvh(p_bvh, p_bb, p_from, p_size / 2, p_depth + 1, max_depth, max_alloc); in _create_bvh()
77 …eate_bvh(p_bvh, p_bb, p_from + p_size / 2, p_size - p_size / 2, p_depth + 1, max_depth, max_alloc); in _create_bvh()
79 int index = max_alloc++; in _create_bvh()
160 int max_alloc = fc; in create() local
161 int max = _create_bvh(bw.ptr(), bwp.ptr(), 0, fc, 1, max_depth, max_alloc); in create()
164 bvh.resize(max_alloc); //resize back in create()
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dtriangle_mesh.cpp35 …_bvh(BVH *p_bvh, BVH **p_bb, int p_from, int p_size, int p_depth, int &max_depth, int &max_alloc) { in _create_bvh() argument
78 int left = _create_bvh(p_bvh, p_bb, p_from, p_size / 2, p_depth + 1, max_depth, max_alloc); in _create_bvh()
79 …eate_bvh(p_bvh, p_bb, p_from + p_size / 2, p_size - p_size / 2, p_depth + 1, max_depth, max_alloc); in _create_bvh()
81 int index = max_alloc++; in _create_bvh()
182 int max_alloc = fc; in create() local
183 _create_bvh(bw.ptr(), bwp.ptr(), 0, fc, 1, max_depth, max_alloc); in create()
186 bvh.resize(max_alloc); //resize back in create()
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dtriangle_mesh.cpp35 …_bvh(BVH *p_bvh, BVH **p_bb, int p_from, int p_size, int p_depth, int &max_depth, int &max_alloc) { in _create_bvh() argument
78 int left = _create_bvh(p_bvh, p_bb, p_from, p_size / 2, p_depth + 1, max_depth, max_alloc); in _create_bvh()
79 …eate_bvh(p_bvh, p_bb, p_from + p_size / 2, p_size - p_size / 2, p_depth + 1, max_depth, max_alloc); in _create_bvh()
81 int index = max_alloc++; in _create_bvh()
182 int max_alloc = fc; in create() local
183 _create_bvh(bw.ptr(), bwp.ptr(), 0, fc, 1, max_depth, max_alloc); in create()
186 bvh.resize(max_alloc); //resize back in create()
/dports/games/freeorion/freeorion-0.4.10.2/default/python/AI/
H A DMilitaryAI.py250 max_alloc = self._maximum_allocation(threat)
256 max_alloc = max(max_alloc, alloc_vs_planets)
266 max_rating=max_alloc,
790 … for sid, alloc, rvp, take_any, max_alloc in allocation_helper.allocation_by_groups.get(cat, []):
793 this_alloc = min(remaining_mil_rating, max_alloc)
800 … for sid, alloc, rvp, take_any, max_alloc in allocation_helper.allocation_by_groups.get(cat, []):
807 … for sid, alloc, rvp, take_any, max_alloc in allocation_helper.allocation_by_groups.get(cat, []):
814 new_rating = min(local_max_avail, max_alloc)
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/mm/base/
H A Dmm_md.c76 md_attr->cap.max_alloc = 0; in uct_mm_md_query()
82 md_attr->cap.max_alloc = ULONG_MAX; in uct_mm_md_query()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/fm/
H A Dxml.c39 int max_alloc; member
84 int len = ds->max_alloc; in expand_dstring()
85 int add = ds->max_alloc >> 3; /* add an eighth */ in expand_dstring()
89 ds->max_alloc = len + add; in expand_dstring()
96 if (ds->length + len + 1 > ds->max_alloc) { in dcatstr()
110 dstr->max_alloc = 64; in new_dstring()
174 ds.max_alloc = 64; in internal_dump_XML_record()
/dports/astro/routino/routino-3.3.3/src/
H A Dlogging.c90 static void fprintf_max_memory(FILE *file,size_t max_alloc,size_t max_mmap);
586 static void fprintf_max_memory(FILE *file,size_t max_alloc,size_t max_mmap) in fprintf_max_memory() argument
588 fprintf(file,"[%4zu,%4zu MB] ",max_alloc/(1024*1024),max_mmap/(1024*1024)); in fprintf_max_memory()
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/krb5/
H A Dstore_mem.c148 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_mem()
207 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_readonly_mem()
H A Dstore-int.h46 size_t max_alloc; member
/dports/irc/epic4/epic4-2.10.9/include/
H A Dnotify.h19 int max_alloc; member
/dports/irc/epic5/epic5-2.1.6/include/
H A Dnotify.h19 int max_alloc; member

1234567