Searched refs:tst_parse_long (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
D | starvation.c | 59 if (tst_parse_long(str_loop, &loop, 1, LONG_MAX)) in setup()
|
/third_party/ltp/include/ |
D | tst_test.h | 136 int tst_parse_long(const char *str, long *val, long min, long max);
|
/third_party/ltp/testcases/kernel/mem/mtest01/ |
D | mtest01.c | 66 if (tst_parse_long(str_maxbytes, maxbytes, 1, LONG_MAX)) { in parse_mtest_options()
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
D | read_all.c | 538 if (tst_parse_long(str_max_workers, &max_workers, 1, LONG_MAX)) { in setup() 544 if (tst_parse_long(str_worker_count, &worker_count, 1, LONG_MAX)) { in setup()
|
/third_party/ltp/lib/ |
D | tst_test.c | 720 int ret = tst_parse_long(str, &rval, min, max); in tst_parse_int() 729 int tst_parse_long(const char *str, long *val, long min, long max) in tst_parse_long() function
|
/third_party/ltp/doc/ |
D | C-Test-API.asciidoc | 500 int tst_parse_long(const char *str, long *val, long min, long max);
|
D | c-test-api.txt | 460 int tst_parse_long(const char *str, long *val, long min, long max);
|