Searched refs:opt_unitstr (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/mem/ksm/ |
H A D | ksm03.c | 69 parse_ksm_options(opt_sizestr, &size, opt_numstr, &num, opt_unitstr, &unit); in setup() 81 {"u:", &opt_unitstr, "Memory allocation unit in MB"},
|
H A D | ksm01.c | 69 parse_ksm_options(opt_sizestr, &size, opt_numstr, &num, opt_unitstr, &unit); in setup() 78 {"u:", &opt_unitstr, "Memory allocation unit in MB"},
|
H A D | ksm04.c | 87 parse_ksm_options(opt_sizestr, &size, opt_numstr, &num, opt_unitstr, &unit); in setup() 101 {"u:", &opt_unitstr, "Memory allocation unit in MB"},
|
H A D | ksm02.c | 87 parse_ksm_options(opt_sizestr, &size, opt_numstr, &num, opt_unitstr, &unit); in setup() 99 {"u:", &opt_unitstr, "Memory allocation unit in MB"},
|
H A D | ksm_common.h | 15 char *opt_sizestr, *opt_numstr, *opt_unitstr; variable
|
Completed in 3 milliseconds