HomeSort by relevance Sort by last modified time
    Searched refs:t_kids (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
main.c 83 sizeof(action_t) * test->args->t_kids);
101 for (i = 0; i < test->args->t_kids; i++) {
122 sizeof(action_t) * test->args->t_kids);
140 for (i = 0; i < test->args->t_kids; i++) {
206 (action_t *) ALLOC(sizeof(action_t) * test->args->t_kids)) ==
225 sizeof(action_t) * test->args->t_kids);
361 sizeof(action_t) * test->args->t_kids);
382 for (i = 0; i < test->args->t_kids; i++) {
main.h 226 unsigned short t_kids; /* total children, max is 64k */ member in struct:child_args
parse.c 615 args->t_kids = atoi(optarg);
899 if (args->t_kids == 0) {
903 args->t_kids = KIDS;
1038 if ((args->flags & CLD_FLG_SKS) && (args->t_kids > args->seeks)) {
    [all...]
childmain.c 103 if (env->action_list_entry == args->t_kids) { /* we should never get here */

Completed in 66 milliseconds