Home
last modified time | relevance | path

Searched refs:t_kids (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dmain.c83 sizeof(action_t) * test->args->t_kids); in linear_read_write_test()
101 for (i = 0; i < test->args->t_kids; i++) { in linear_read_write_test()
122 sizeof(action_t) * test->args->t_kids); in linear_read_write_test()
140 for (i = 0; i < test->args->t_kids; i++) { in linear_read_write_test()
206 (action_t *) ALLOC(sizeof(action_t) * test->args->t_kids)) == in init_data()
225 sizeof(action_t) * test->args->t_kids); in init_data()
361 sizeof(action_t) * test->args->t_kids); in threadedMain()
382 for (i = 0; i < test->args->t_kids; i++) { in threadedMain()
Dmain.h226 unsigned short t_kids; /* total children, max is 64k */ member
Dparse.c615 args->t_kids = atoi(optarg); in fill_cld_args()
899 if (args->t_kids == 0) { in make_assumptions()
903 args->t_kids = KIDS; in make_assumptions()
1038 if ((args->flags & CLD_FLG_SKS) && (args->t_kids > args->seeks)) { in check_conclusions()
Dchildmain.c103 if (env->action_list_entry == args->t_kids) { /* we should never get here */ in add_action()