Home
last modified time | relevance | path

Searched refs:tcbtabsize (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dstrace.c152 static unsigned int nprocs, tcbtabsize; variable
716 if (tcbtabsize) { in expand_tcbtab()
717 alloc_tcbtabsize = tcbtabsize; in expand_tcbtab()
718 new_tcbtabsize = tcbtabsize * 2; in expand_tcbtab()
725 while (tcbtabsize < new_tcbtabsize) in expand_tcbtab()
726 tcbtab[tcbtabsize++] = newtcbs++; in expand_tcbtab()
735 if (nprocs == tcbtabsize) in alloctcb()
738 for (i = 0; i < tcbtabsize; i++) { in alloctcb()
1125 for (tcbi = 0; tcbi < tcbtabsize; tcbi++) { in startup_attach()
1791 for (tcbi = 0; tcbi < tcbtabsize; ++tcbi) { in init()
[all …]
DChangeLog-CVS3868 (tcbtabsize): New variable.
3870 (alloctcb, main): Use tcbtabsize in place of MAX_PROCS; indirect.
DChangeLog12973 (expand_tcbtab): Do initial memory allocation when tcbtabsize == 0.
32010 where it was formerly called. It also makes nprocs, tcbtabsize and
32014 * defs.h: Remove declarations of nprocs, tcbtabsize and
32020 nprocs and tcbtabsize static.