Home
last modified time | relevance | path

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

/dports/devel/p5-POE/POE-1.368/examples/
H A Dqueue.perl19 my $child_max = 5;
81 for (my $i=0; $i<$child_max; $i++) {
111 if ($heap->{child_count} < $child_max) {
/dports/net/tacacs/PROJECTS/mavis/
H A Dlibmavis_external.c51 int child_max; \
205 if (mcx->child_min > mcx->child_max) in mavis_init_in()
206 mcx->child_min = mcx->child_max; in mavis_init_in()
270 mcx->child_max = parse_int(sym); in mavis_parse_in()
336 for (i = 0; i < mcx->child_max; i++) in mavis_drop_in()
788 for (i = 0; i < mcx->child_max; i++) in mavis_send_in()
810 } else if (mcx->usage == mcx->child_max) { in mavis_send_in()
847 if (i == mcx->child_max) { in mavis_send_in()
915 for (i = 0; i < mcx->child_max; i++) in mavis_cancel_in()
957 mcx->child_min = 4, mcx->child_max = 20; in mavis_new()
[all …]
/dports/shells/bash/bash-5.1/
H A Dnojobs.c122 static long child_max = -1L; variable
365 if (child_max < 0)
366 child_max = getmaxchild ();
367 if (child_max < 0)
368 child_max = DEFAULT_CHILD_MAX;
370 if (force == 0 && ndead <= child_max)
383 if (force == 0 && (pid_list[i].flags & PROC_ASYNC) && --ndead <= child_max)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_block_flow_line.cc1587 child_max += bpm; in AdjustMinMaxForInlineFlow()
1603 child_max += margins; in AdjustMarginForInlineReplaced()
1691 LayoutUnit child_max; in ComputeInlinePreferredLogicalWidths() local
1706 child_min, child_max); in ComputeInlinePreferredLogicalWidths()
1708 inline_max += child_max; in ComputeInlinePreferredLogicalWidths()
1726 child_max += child_max_preferred_logical_width; in ComputeInlinePreferredLogicalWidths()
1765 child_max += text_indent; in ComputeInlinePreferredLogicalWidths()
1774 inline_max += std::max(LayoutUnit(), child_max); in ComputeInlinePreferredLogicalWidths()
1829 if (!has_break && !child_max) { in ComputeInlinePreferredLogicalWidths()
1854 child_max += ti; in ComputeInlinePreferredLogicalWidths()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_block_flow_line.cc1609 child_max += bpm; in AdjustMinMaxForInlineFlow()
1625 child_max += margins; in AdjustMarginForInlineReplaced()
1717 LayoutUnit child_max; in ComputeInlinePreferredLogicalWidths() local
1732 child_min, child_max); in ComputeInlinePreferredLogicalWidths()
1734 inline_max += child_max; in ComputeInlinePreferredLogicalWidths()
1752 child_max += child_max_preferred_logical_width; in ComputeInlinePreferredLogicalWidths()
1791 child_max += text_indent; in ComputeInlinePreferredLogicalWidths()
1800 inline_max += std::max(LayoutUnit(), child_max); in ComputeInlinePreferredLogicalWidths()
1855 if (!has_break && !child_max) { in ComputeInlinePreferredLogicalWidths()
1880 child_max += ti; in ComputeInlinePreferredLogicalWidths()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/common/
H A Dkern_info_43.c137 long child_max; member
262 ksi.child_max = CHILD_MAX; in compat_43_sys_getkerninfo()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Djobs.c247 if (++bck.count > shgd->lim.child_max) job_chksave(0, -1); in jobsave_create()
1047 int j = BYTE(shp->gd->lim.child_max); in job_clear()
1573 int jmax = BYTE(shgd->lim.child_max); in job_alloc()
1581 for (j = 1; j < shgd->lim.child_max; j++) { in job_alloc()
1699 if (i >= shgd->lim.child_max) break; in job_subrestore()
1708 while (bck.count > shgd->lim.child_max) job_chksave(0, -1); in job_subrestore()
H A Dinit.c1084 shgd->lim.child_max = sysconf(_SC_CHILD_MAX); in sh_init()
1086 if (shgd->lim.child_max <= 0) shgd->lim.child_max = CHILD_MAX; in sh_init()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Djobs.c2163 static long child_max; in addbgstatus() local
2166 if (!child_max) { in addbgstatus()
2168 child_max = sysconf(_SC_CHILD_MAX); in addbgstatus()
2169 if (!child_max) /* paranoia */ in addbgstatus()
2173 child_max = 1024L; in addbgstatus()
2188 if (bgstatus_count == child_max) { in addbgstatus()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Djobs.c267 if(++bck.count > shgd->lim.child_max) in jobsave_create()
1393 register int j = BYTE(shp->gd->lim.child_max); in job_clear()
2014 register int jmax = BYTE(shgd->lim.child_max); in job_alloc()
2020 for(j=1; j < shgd->lim.child_max; j++) in job_alloc()
2144 if(i>=shgd->lim.child_max) in job_subrestore()
2153 while(bck.count > shgd->lim.child_max) in job_subrestore()
H A Dinit.c1469 shgd->lim.child_max = getconf("CHILD_MAX"); in sh_init()
1475 if(shgd->lim.child_max <=0) in sh_init()
1476 shgd->lim.child_max = CHILD_MAX; in sh_init()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Djobs.c237 if(++bck.count > shgd->lim.child_max) in jobsave_create()
1255 register int j = BYTE(shp->gd->lim.child_max); in job_clear()
1869 register int jmax = BYTE(shgd->lim.child_max); in job_alloc()
1875 for(j=1; j < shgd->lim.child_max; j++) in job_alloc()
2014 while(bck.count > shgd->lim.child_max) in job_subrestore()
H A Dinit.c1289 shgd->lim.child_max = getconf("CHILD_MAX"); in sh_init()
1295 if(shgd->lim.child_max <=0) in sh_init()
1296 shgd->lim.child_max = CHILD_MAX; in sh_init()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Djobs.c237 if(++bck.count > shgd->lim.child_max) in jobsave_create()
1255 register int j = BYTE(shp->gd->lim.child_max); in job_clear()
1869 register int jmax = BYTE(shgd->lim.child_max); in job_alloc()
1875 for(j=1; j < shgd->lim.child_max; j++) in job_alloc()
2014 while(bck.count > shgd->lim.child_max) in job_subrestore()
H A Dinit.c1289 shgd->lim.child_max = getconf("CHILD_MAX"); in sh_init()
1295 if(shgd->lim.child_max <=0) in sh_init()
1296 shgd->lim.child_max = CHILD_MAX; in sh_init()
/dports/misc/amanda-server/amanda-3.3.9/device-src/
H A Drait-device.c574 gsize child_min = SIZE_MAX, child_max = 0; in calculate_block_size_from_children() local
595 child_min = child_max = g_value_get_int(&property_result); in calculate_block_size_from_children()
611 child_max = g_value_get_uint(&property_result); in calculate_block_size_from_children()
613 if (child_min == 0 || child_max == 0 || (child_min > child_max)) { in calculate_block_size_from_children()
621 max = MIN(max, child_max); in calculate_block_size_from_children()
/dports/misc/amanda-client/amanda-3.3.9/device-src/
H A Drait-device.c574 gsize child_min = SIZE_MAX, child_max = 0; in calculate_block_size_from_children() local
595 child_min = child_max = g_value_get_int(&property_result); in calculate_block_size_from_children()
611 child_max = g_value_get_uint(&property_result); in calculate_block_size_from_children()
613 if (child_min == 0 || child_max == 0 || (child_min > child_max)) { in calculate_block_size_from_children()
621 max = MIN(max, child_max); in calculate_block_size_from_children()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h105 int child_max; /* maxumum number of children */ member
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h105 int child_max; /* maxumum number of children */ member
/dports/shells/oksh/oksh-7.0/
H A Djobs.c123 static int child_max; /* CHILD_MAX */ variable
152 child_max = CHILD_MAX; /* so syscon() isn't always being called */ in j_init()
939 while (nzombie > child_max) { in j_set_async()
/dports/shells/pdksh/pdksh-5.2.14/
H A Djobs.c179 static int child_max; /* CHILD_MAX */ variable
229 child_max = CHILD_MAX; /* so syscon() isn't always being called */
1116 while (nzombie > child_max) {
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h94 int child_max; // maximum number of children member
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h105 int child_max; /* maxumum number of children */ member
/dports/textproc/bib2html/bib2ml/src/Bib2HTML/Generator/Theme/
H A DDyna.pm478 …my ($child_prev,$child_content,$child_max) = $self->__get_dyna_tree_rec__( $_[0]->{$nodename}, $ro…
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dunix.pl301 % =arg_max=, =child_max=, =clk_tck=, =open_max=, =pagesize=,