Home
last modified time | relevance | path

Searched refs:tst_parse_int (Results 1 – 12 of 12) sorted by relevance

/external/ltp/testcases/kernel/mem/ksm/
Dksm_common.h36 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/
Dnetstress.c848 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/
Dmmap3.c152 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/
Dtst_timer_test.c428 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()
Dtst_test.c522 int tst_parse_int(const char *str, int *val, int min, int max) in tst_parse_int() function
/external/ltp/testcases/kernel/syscalls/splice/
Dsplice04.c51 if (tst_parse_int(str_len_data, &num_len_data, 1, pipe_limit)) { in setup()
Dsplice05.c57 if (tst_parse_int(str_len_data, &num_len_data, 1, pipe_limit)) { in setup()
/external/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill01.c106 if (tst_parse_int(str_threads, &n_threads, 1, INT_MAX)) in setup()
/external/ltp/include/
Dtst_test.h113 int tst_parse_int(const char *str, int *val, int min, int max);
/external/ltp/testcases/network/sctp/
Dsctp_big_chunk.c141 if (tst_parse_int(addr_param, &addr_num, 1, INT_MAX)) in setup()
/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c331 if (tst_parse_int(str_reads, &reads, 1, INT_MAX)) in setup()
/external/ltp/doc/
Dtest-writing-guidelines.txt557 int tst_parse_int(const char *str, int *val, int min, int max);
587 if (tst_parse_int(str_threads, &threads, 1, INT_MAX))