HomeSort by: relevance | last modified time | path
    Searched defs:callcount (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/raidframe/
rf_nwayxor.c 44 static int callcount[10]; variable in typeref:typename:int[10]
56 printf("%d ", callcount[i]);
66 callcount[i] = 0;
79 callcount[1]++;
111 callcount[2]++;
201 callcount[3]++;
229 callcount[4]++;
259 callcount[5]++;
291 callcount[6]++;
325 callcount[7]++
    [all...]
rf_nwayxor.c 44 static int callcount[10]; variable in typeref:typename:int[10]
56 printf("%d ", callcount[i]);
66 callcount[i] = 0;
79 callcount[1]++;
111 callcount[2]++;
201 callcount[3]++;
229 callcount[4]++;
259 callcount[5]++;
291 callcount[6]++;
325 callcount[7]++
    [all...]
  /src/sys/dev/qbus/
ts.c 946 int callcount; /* number of times to call routine */ local in function:tsioctl
962 callcount = mtop->mt_count;
970 callcount = 1;
976 callcount = 1;
996 if (callcount <= 0 || scount <= 0) {
998 printf("invalid values %d/%d\n", callcount, scount);
1016 } while (--callcount > 0);
ts.c 946 int callcount; /* number of times to call routine */ local in function:tsioctl
962 callcount = mtop->mt_count;
970 callcount = 1;
976 callcount = 1;
996 if (callcount <= 0 || scount <= 0) {
998 printf("invalid values %d/%d\n", callcount, scount);
1016 } while (--callcount > 0);

Completed in 34 milliseconds