Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap05.c70 static int checkproc(long act_val, char *string, long exp_val);
261 long act_val; in checksys() local
263 SAFE_FILE_SCANF(path, "%ld", &act_val); in checksys()
264 tst_res(TINFO, "%s is %ld.", string, act_val); in checksys()
265 if (act_val != exp_val) { in checksys()
267 act_val); in checksys()
273 static int checkproc(long act_val, char *pattern, long exp_val) in checkproc() argument
275 tst_res(TINFO, "%s is %ld.", pattern, act_val); in checkproc()
276 if (act_val != exp_val) { in checkproc()
278 pattern, exp_val, act_val); in checkproc()
[all...]

Completed in 2 milliseconds