Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c169 static size_t tcbtabsize; variable
745 old_tcbtabsize = tcbtabsize; in expand_tcbtab()
747 tcbtab = xgrowarray(tcbtab, &tcbtabsize, sizeof(tcbtab[0])); in expand_tcbtab()
748 newtcbs = xcalloc(tcbtabsize - old_tcbtabsize, sizeof(newtcbs[0])); in expand_tcbtab()
751 tcb_ptr < tcbtab + tcbtabsize; tcb_ptr++, newtcbs++) in expand_tcbtab()
761 if (nprocs == tcbtabsize) in alloctcb()
764 for (i = 0; i < tcbtabsize; i++) { in alloctcb()
1132 for (tcbi = 0; tcbi < tcbtabsize; tcbi++) { in startup_attach()
1948 for (unsigned int i = 0; i < tcbtabsize; ++i) { in pid2tcb()
1969 for (i = 0; i < tcbtabsize; i++) { in cleanup()
[all …]
DChangeLog-CVS3868 (tcbtabsize): New variable.
3870 (alloctcb, main): Use tcbtabsize in place of MAX_PROCS; indirect.
DChangeLog10272 * strace.c (tcbtabsize): Change type to size_t.
32163 (expand_tcbtab): Do initial memory allocation when tcbtabsize == 0.
51200 where it was formerly called. It also makes nprocs, tcbtabsize and
51204 * defs.h: Remove declarations of nprocs, tcbtabsize and
51210 nprocs and tcbtabsize static.