Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest08.c83 static int misc_intvl; /* for doing misc things; 0 ==> no */ variable
139 misc_intvl = 10; in init()
222 #define NEXTMISC ((rand() % misc_intvl) + 5)
308 if (misc_intvl) in dotest()
438 if (misc_intvl && --whenmisc <= 0) { in dotest()
H A Dftest04.c75 static int misc_intvl; /* for doing misc things; 0 ==> no */ variable
134 misc_intvl = 10; in setup()
209 #define NEXTMISC ((rand() % misc_intvl) + 5)
298 if (misc_intvl) in dotest()
421 if (misc_intvl && --whenmisc <= 0) { in dotest()
H A Dftest05.c90 static const int misc_intvl = 10; /* for doing misc things; 0 ==> no */ variable
255 #define NEXTMISC ((rand() % misc_intvl) + 5)
312 if (misc_intvl) in dotest()
435 if (misc_intvl && --whenmisc <= 0) { in dotest()
H A Dftest01.c86 static const int misc_intvl = 10; /* for doing misc things; 0 ==> no */ variable
254 #define NEXTMISC ((rand() % misc_intvl) + 5)
316 if (misc_intvl) in dotest()
446 if (misc_intvl && --whenmisc <= 0) { in dotest()
H A Dftest07.c97 static int misc_intvl; /* for doing misc things; 0 ==> no */ variable
166 misc_intvl = 10; in setup()
275 #define NEXTMISC ((rand() % misc_intvl) + 5)
365 if (misc_intvl) in dotest()
514 if (misc_intvl && --whenmisc <= 0) { in dotest()
H A Dftest03.c91 static int misc_intvl; /* for doing misc things; 0 ==> no */ variable
162 misc_intvl = 10; in setup()
275 #define NEXTMISC ((rand() % misc_intvl) + 5)
366 if (misc_intvl) in dotest()
519 if (misc_intvl && --whenmisc <= 0) { in dotest()

Completed in 5 milliseconds