Home | History | Annotate | Download | only in strace

Lines Matching refs:tcbtabsize

87 unsigned int nprocs, tcbtabsize;
197 tcbtabsize = argc; /* Surely enough for all -p args. */
198 tcbtab = (struct tcb **) malloc (tcbtabsize * sizeof tcbtab[0]);
199 tcbtab[0] = (struct tcb *) calloc (tcbtabsize, sizeof *tcbtab[0]);
200 for (tcp = tcbtab[0]; tcp < &tcbtab[0][tcbtabsize]; ++tcp)
405 for (c = 0; c < tcbtabsize; c++) {
442 if (nprocs == tcbtabsize &&
725 realloc(tcbtab, 2 * tcbtabsize * sizeof tcbtab[0]);
726 struct tcb *newtcbs = (struct tcb *) calloc(tcbtabsize,
734 for (i = tcbtabsize; i < 2 * tcbtabsize; ++i)
735 newtab[i] = &newtcbs[i - tcbtabsize];
736 tcbtabsize *= 2;
750 for (i = 0; i < tcbtabsize; i++) {
1090 for (i = 0; i < tcbtabsize; i++) {
1108 for (i = 0; i < tcbtabsize; i++) {
1344 for (i = 0; i < tcbtabsize; i++) {
1357 for (i = 0; i < tcbtabsize; i++) {
1409 for (i = 0; i < tcbtabsize; i++) {
1504 for (i = j = 0; i < tcbtabsize; i++) {