HomeSort by relevance Sort by last modified time
    Searched refs:nofiles (Results 1 - 4 of 4) sorted by null

  /external/fio/
verify-state.h 35 uint32_t nofiles; member in struct:thread_io_list
68 static inline size_t __thread_io_list_sz(uint32_t depth, uint32_t nofiles)
70 return sizeof(struct thread_io_list) + depth * nofiles * sizeof(struct file_comp);
75 return __thread_io_list_sz(le32_to_cpu(s->depth), le32_to_cpu(s->nofiles));
verify.c     [all...]
  /external/fio/t/
verify-state.c 49 s->nofiles = le32_to_cpu(s->nofiles);
60 size -= __thread_io_list_sz(s->depth, s->nofiles);
61 s = (void *) s + __thread_io_list_sz(s->depth, s->nofiles);
  /external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit01.c 53 static int nofiles, fd, bytes, i, status; variable
99 nofiles = getdtablesize();
101 if (nofiles != 100) {
103 "100, got %d", nofiles);

Completed in 632 milliseconds