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

  /external/ltp/testcases/kernel/mem/ksm/
ksm_common.h 36 if(tst_parse_int(str_size, size, 1, INT_MAX))
39 if(tst_parse_int(str_num, num, 3, INT_MAX))
42 if(tst_parse_int(str_unit, unit, 1, *size))
  /external/ltp/testcases/kernel/mem/mtest06/
mmap3.c 152 if (tst_parse_int(str_loops, &loops, 1, INT_MAX))
155 if (tst_parse_int(str_threads, &threads, 1, INT_MAX))
  /external/ltp/testcases/network/netstress/
netstress.c 713 if (tst_parse_int(aarg, &clients_num, 1, INT_MAX))
715 if (tst_parse_int(rarg, &client_max_requests, 1, INT_MAX))
717 if (tst_parse_int(Rarg, &server_max_requests, 1, INT_MAX))
719 if (tst_parse_int(narg, &init_cln_msg_len, min_msg_len, max_msg_len))
721 if (tst_parse_int(Narg, &init_srv_msg_len, min_msg_len, max_msg_len))
723 if (tst_parse_int(qarg, &tfo_queue_size, 1, INT_MAX))
725 if (tst_parse_int(Targ, &wait_timeout, 0, INT_MAX))
727 if (tst_parse_int(barg, &busy_poll, 0, INT_MAX))
729 if (tst_parse_int(targ, &tfo_value, 0, INT_MAX))
731 if (tst_parse_int(Aarg, &max_rand_msg_len, 10, max_msg_len)
    [all...]
  /external/ltp/testcases/kernel/syscalls/splice/
splice04.c 51 if (tst_parse_int(str_len_data, &num_len_data, 1, pipe_limit)) {
splice05.c 57 if (tst_parse_int(str_len_data, &num_len_data, 1, pipe_limit)) {
  /external/ltp/include/
tst_test.h 103 int tst_parse_int(const char *str, int *val, int min, int max);
  /external/ltp/lib/
tst_timer_test.c 428 if (tst_parse_int(str_sleep_time, &sleep_time, 0, INT_MAX)) {
435 if (tst_parse_int(str_sample_cnt, &sample_cnt, 1, INT_MAX)) {
tst_test.c 510 int tst_parse_int(const char *str, int *val, int min, int max) function

Completed in 247 milliseconds