Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/ksm/
Dksm_common.h20 if(tst_parse_int(str_size, size, 1, INT_MAX)) in parse_ksm_options()
23 if(tst_parse_int(str_num, num, 3, INT_MAX)) in parse_ksm_options()
26 if(tst_parse_int(str_unit, unit, 1, *size)) in parse_ksm_options()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Ddio_truncate.c90 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) in setup()
96 if (tst_parse_int(str_numappends, &numappends, 1, INT_MAX)) in setup()
99 if (tst_parse_int(str_numwrites, &numwrites, 1, INT_MAX)) in setup()
Daiodio_append.c108 if (tst_parse_int(str_numaio, &numaio, 1, INT_MAX)) in setup()
117 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) in setup()
123 if (tst_parse_int(str_appends, &appends, 1, INT_MAX)) in setup()
Ddio_append.c38 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) in setup()
44 if (tst_parse_int(str_appends, &appends, 1, INT_MAX)) in setup()
Ddio_sparse.c63 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) in setup()
Ddio_read.c106 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) in setup()
/third_party/ltp/testcases/network/netstress/
Dnetstress.c846 if (tst_parse_int(aarg, &clients_num, 1, INT_MAX)) in setup()
848 if (tst_parse_int(rarg, &client_max_requests, 1, INT_MAX)) in setup()
850 if (tst_parse_int(Rarg, &server_max_requests, 1, INT_MAX)) in setup()
852 if (tst_parse_int(narg, &init_cln_msg_len, min_msg_len, max_msg_len)) in setup()
854 if (tst_parse_int(Narg, &init_srv_msg_len, min_msg_len, max_msg_len)) in setup()
856 if (tst_parse_int(qarg, &tfo_queue_size, 1, INT_MAX)) in setup()
858 if (tst_parse_int(Targ, &wait_timeout, 0, INT_MAX)) in setup()
860 if (tst_parse_int(barg, &busy_poll, 0, INT_MAX)) in setup()
862 if (tst_parse_int(targ, &tfo_value, 0, INT_MAX)) in setup()
864 if (tst_parse_int(Aarg, &max_rand_msg_len, 10, max_msg_len)) in setup()
/third_party/ltp/testcases/kernel/connectors/pec/
Devent_generator.c143 if (tst_parse_int(optarg, &nr_event, 0, INT_MAX)) { in process_options()
149 if (tst_parse_int(optarg, &checkpoint_id, 0, INT_MAX)) { in process_options()
Dpec_listener.c240 if (tst_parse_int(optarg, &terminate_pid, 0, INT_MAX)) { in parse_args()
246 if (tst_parse_int(optarg, &checkpoint_id, 0, INT_MAX)) { in parse_args()
/third_party/ltp/testcases/kernel/mem/mtest06/
Dmmap3.c135 if (tst_parse_int(str_loops, &loops, 1, INT_MAX)) in setup()
138 if (tst_parse_int(str_threads, &threads, 1, INT_MAX)) in setup()
/third_party/ltp/testcases/kernel/mem/mtest01/
Dmtest01.c64 if (tst_parse_int(str_chunksize, chunksize, 1, INT_MAX)) in parse_mtest_options()
78 if (tst_parse_int(str_maxpercent, maxpercent, 1, 99)) { in parse_mtest_options()
/third_party/ltp/testcases/kernel/fs/lftest/
Dlftest.c31 if (tst_parse_int(str_bufnum, &bufnum, 0, INT_MAX)) { in setup()
/third_party/ltp/lib/
Dtst_timer_test.c424 if (tst_parse_int(str_sleep_time, &sleep_time, 0, INT_MAX)) { in parse_timer_opts()
431 if (tst_parse_int(str_sample_cnt, &sample_cnt, 1, INT_MAX)) { in parse_timer_opts()
Dtst_test.c636 int tst_parse_int(const char *str, int *val, int min, int max) in tst_parse_int() function
/third_party/ltp/testcases/kernel/syscalls/splice/
Dsplice04.c29 if (tst_parse_int(str_len_data, &num_len_data, 1, pipe_limit)) { in setup()
Dsplice05.c39 if (tst_parse_int(str_len_data, &num_len_data, 1, pipe_limit)) { in setup()
Dsplice02.c46 if (tst_parse_int(sarg, &file_size, 1, INT_MAX)) in setup()
/third_party/ltp/testcases/network/stress/route/
Droute-change-netlink.c115 if (tst_parse_int(p_opt, &port, 1, 65535)) in setup()
118 if (tst_parse_int(c_opt, &num_loops, 1, INT_MAX)) { in setup()
/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill01.c106 if (tst_parse_int(str_threads, &n_threads, 1, INT_MAX)) in setup()
/third_party/ltp/include/
Dtst_test.h122 int tst_parse_int(const char *str, int *val, int min, int max);
/third_party/ltp/testcases/network/sctp/
Dsctp_big_chunk.c141 if (tst_parse_int(addr_param, &addr_num, 1, INT_MAX)) in setup()
/third_party/ltp/testcases/kernel/fs/read_all/
Dread_all.c349 if (tst_parse_int(str_reads, &reads, 1, INT_MAX)) in setup()
/third_party/ltp/doc/
Dc-test-api.txt459 int tst_parse_int(const char *str, int *val, int min, int max);
495 if (tst_parse_int(str_threads, &threads, 1, INT_MAX))