Searched refs:tst_parse_int (Results 1 – 12 of 12) sorted by relevance
/external/ltp/testcases/kernel/mem/ksm/ |
D | ksm_common.h | 36 if(tst_parse_int(str_size, size, 1, INT_MAX)) in parse_ksm_options() 39 if(tst_parse_int(str_num, num, 3, INT_MAX)) in parse_ksm_options() 42 if(tst_parse_int(str_unit, unit, 1, *size)) in parse_ksm_options()
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 848 if (tst_parse_int(aarg, &clients_num, 1, INT_MAX)) in setup() 850 if (tst_parse_int(rarg, &client_max_requests, 1, INT_MAX)) in setup() 852 if (tst_parse_int(Rarg, &server_max_requests, 1, INT_MAX)) in setup() 854 if (tst_parse_int(narg, &init_cln_msg_len, min_msg_len, max_msg_len)) in setup() 856 if (tst_parse_int(Narg, &init_srv_msg_len, min_msg_len, max_msg_len)) in setup() 858 if (tst_parse_int(qarg, &tfo_queue_size, 1, INT_MAX)) in setup() 860 if (tst_parse_int(Targ, &wait_timeout, 0, INT_MAX)) in setup() 862 if (tst_parse_int(barg, &busy_poll, 0, INT_MAX)) in setup() 864 if (tst_parse_int(targ, &tfo_value, 0, INT_MAX)) in setup() 866 if (tst_parse_int(Aarg, &max_rand_msg_len, 10, max_msg_len)) in setup()
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 152 if (tst_parse_int(str_loops, &loops, 1, INT_MAX)) in setup() 155 if (tst_parse_int(str_threads, &threads, 1, INT_MAX)) in setup()
|
/external/ltp/lib/ |
D | tst_timer_test.c | 428 if (tst_parse_int(str_sleep_time, &sleep_time, 0, INT_MAX)) { in parse_timer_opts() 435 if (tst_parse_int(str_sample_cnt, &sample_cnt, 1, INT_MAX)) { in parse_timer_opts()
|
D | tst_test.c | 522 int tst_parse_int(const char *str, int *val, int min, int max) in tst_parse_int() function
|
/external/ltp/testcases/kernel/syscalls/splice/ |
D | splice04.c | 51 if (tst_parse_int(str_len_data, &num_len_data, 1, pipe_limit)) { in setup()
|
D | splice05.c | 57 if (tst_parse_int(str_len_data, &num_len_data, 1, pipe_limit)) { in setup()
|
/external/ltp/testcases/kernel/syscalls/tgkill/ |
D | tgkill01.c | 106 if (tst_parse_int(str_threads, &n_threads, 1, INT_MAX)) in setup()
|
/external/ltp/include/ |
D | tst_test.h | 113 int tst_parse_int(const char *str, int *val, int min, int max);
|
/external/ltp/testcases/network/sctp/ |
D | sctp_big_chunk.c | 141 if (tst_parse_int(addr_param, &addr_num, 1, INT_MAX)) in setup()
|
/external/ltp/testcases/kernel/fs/read_all/ |
D | read_all.c | 331 if (tst_parse_int(str_reads, &reads, 1, INT_MAX)) in setup()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 557 int tst_parse_int(const char *str, int *val, int min, int max); 587 if (tst_parse_int(str_threads, &threads, 1, INT_MAX))
|