Searched refs:misc_cnt (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest05.c | 247 int misc_cnt[NMISC]; /* counts # of each kind of misc */ variable 316 misc_cnt[i] = 0; in dotest() 449 ++misc_cnt[m_fsync]; in dotest() 453 // tst_resm(TINFO, "\t\tTest{%d}: {%d} %s's.", me, misc_cnt[i], m_str[i]); in dotest() 516 ++misc_cnt[type]; in domisc()
|
H A D | ftest08.c | 217 int misc_cnt[NMISC]; /* counts # of each kind of misc */ variable 313 misc_cnt[i] = 0; in dotest() 476 ++misc_cnt[m_fsync]; in dotest() 480 // tst_resm(TINFO, "\t\tTest[%d]: %d %s's.", me, misc_cnt[i], m_str[i]); in dotest() 514 ++misc_cnt[type]; in domisc()
|
H A D | ftest04.c | 204 int misc_cnt[NMISC]; /* counts # of each kind of misc */ variable 303 misc_cnt[i] = 0; in dotest() 456 ++misc_cnt[m_fsync]; in dotest() 460 // tst_resm(TINFO, "\t\tTest[%d]: %d %s's.", me, misc_cnt[i], m_str[i]); in dotest() 476 ++misc_cnt[1]; in domisc()
|
H A D | ftest01.c | 246 int misc_cnt[NMISC]; /* counts # of each kind of misc */ variable 321 misc_cnt[i] = 0; in dotest() 459 ++misc_cnt[m_fsync]; in dotest() 463 // tst_resm(TINFO, "Test{%d}: {%d} %s's.", me, misc_cnt[i], m_str[i]); in dotest() 524 ++misc_cnt[type]; in domisc()
|
H A D | ftest07.c | 264 int misc_cnt[NMISC]; /* counts # of each kind of misc */ variable 370 misc_cnt[i] = 0; in dotest() 527 ++misc_cnt[m_fsync]; in dotest() 531 // tst_resm(TINFO, "\t\tTest{%d}: {%d} %s's.", me, misc_cnt[i], m_str[i]); in dotest() 599 ++misc_cnt[type]; in domisc()
|
H A D | ftest03.c | 267 int misc_cnt[NMISC]; /* counts # of each kind of misc */ variable 372 misc_cnt[i] = 0; in dotest() 533 ++misc_cnt[m_fsync]; in dotest() 537 // tst_resm(TINFO, "\t\tTest{%d}: {%d} %s's.", me, misc_cnt[i], m_str[i]); in dotest() 602 ++misc_cnt[type]; in domisc()
|
Completed in 5 milliseconds