Home
last modified time | relevance | path

Searched refs:maxbytes (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/mem/mtest01/
H A Dmtest01.c51 static long maxbytes = 0; variable
58 char *str_maxbytes, long *maxbytes, in parse_mtest_options()
66 if (tst_parse_long(str_maxbytes, maxbytes, 1, LONG_MAX)) { in parse_mtest_options()
67 tst_brk(TBROK, "Invalid maxbytes '%s'", str_maxbytes); in parse_mtest_options()
72 alloc_maxbytes = (unsigned long long)maxbytes; in parse_mtest_options()
110 opt_maxbytes, &maxbytes, in setup()
57 parse_mtest_options(char *str_chunksize, int *chunksize, char *str_maxbytes, long *maxbytes, char *str_maxpercent, int *maxpercent) parse_mtest_options() argument
/third_party/ltp/testcases/kernel/fs/proc/
H A Dproc01.c66 static unsigned long long maxbytes; variable
419 if ((maxbytes > 0) && (file_total_read > maxbytes)) { in readproc()
457 maxbytes = atoi(opt_maxmbytesstr) * 1024 * 1024; in main()
/third_party/backends/backend/
H A Das6e.c134 int written = 0, bytes_read = 0, maxbytes; in sane_read() local
227 maxbytes = written; in sane_read()
233 maxbytes); in sane_read()
235 maxbytes -= bytes_read; in sane_read()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 25 milliseconds