Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c161 static size_t tcbtabsize; variable
715 old_tcbtabsize = tcbtabsize; in expand_tcbtab()
717 tcbtab = xgrowarray(tcbtab, &tcbtabsize, sizeof(tcbtab[0])); in expand_tcbtab()
718 newtcbs = xcalloc(tcbtabsize - old_tcbtabsize, sizeof(newtcbs[0])); in expand_tcbtab()
721 tcb_ptr < tcbtab + tcbtabsize; tcb_ptr++, newtcbs++) in expand_tcbtab()
731 if (nprocs == tcbtabsize) in alloctcb()
734 for (i = 0; i < tcbtabsize; i++) { in alloctcb()
1115 for (tcbi = 0; tcbi < tcbtabsize; tcbi++) { in startup_attach()
1798 for (tcbi = 0; tcbi < tcbtabsize; ++tcbi) { in init()
1934 for (i = 0; i < tcbtabsize; i++) { in pid2tcb()
[all …]
DChangeLog-CVS3868 (tcbtabsize): New variable.
3870 (alloctcb, main): Use tcbtabsize in place of MAX_PROCS; indirect.
DChangeLog2710 * strace.c (tcbtabsize): Change type to size_t.
24601 (expand_tcbtab): Do initial memory allocation when tcbtabsize == 0.
43638 where it was formerly called. It also makes nprocs, tcbtabsize and
43642 * defs.h: Remove declarations of nprocs, tcbtabsize and
43648 nprocs and tcbtabsize static.