OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxfiles
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/fs/fs-bench/
create-files.c
36
int
maxfiles
= 0xFFFFFF;
local
40
sscanf(av[1], "%x", &
maxfiles
);
41
if (
maxfiles
== 0) {
66
if (
maxfiles
< createfiles++) {
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c
254
int
maxfiles
= 0xFFFFFF;
local
289
if (rc != 0 ||
maxfiles
< dFileCount++) {
Completed in 1093 milliseconds