HomeSort by relevance Sort by last modified time
    Searched defs:LOGSIZE (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 73 #define LOGSIZE 1000
75 struct log_entry oplog[LOGSIZE]; /* the log */
186 if (logptr >= LOGSIZE)
196 if (logcount < LOGSIZE) {
201 count = LOGSIZE;
206 opnum = i + 1 + (logcount / LOGSIZE) * LOGSIZE;
267 if (i == LOGSIZE)
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 89 milliseconds