Home
last modified time | relevance | path

Searched refs:nofiles (Results 1 – 6 of 6) sorted by relevance

/external/fio/
Dverify-state.h35 uint32_t nofiles; member
68 static inline size_t __thread_io_list_sz(uint32_t depth, uint32_t nofiles) in __thread_io_list_sz() argument
70 return sizeof(struct thread_io_list) + depth * nofiles * sizeof(struct file_comp); in __thread_io_list_sz()
75 return __thread_io_list_sz(le32_to_cpu(s->depth), le32_to_cpu(s->nofiles)); in thread_io_list_sz()
Dverify.c1621 s->nofiles = cpu_to_le64((uint64_t) td->o.nr_files); in get_all_io_list()
1749 s->nofiles = le32_to_cpu(s->nofiles); in verify_assign_state()
/external/fio/t/
Dverify-state.c49 s->nofiles = le32_to_cpu(s->nofiles); in show()
60 size -= __thread_io_list_sz(s->depth, s->nofiles); in show()
61 s = (void *) s + __thread_io_list_sz(s->depth, s->nofiles); in show()
/external/ltp/testcases/kernel/syscalls/setrlimit/
Dsetrlimit01.c53 static int nofiles, fd, bytes, i, status; variable
99 nofiles = getdtablesize(); in test1()
101 if (nofiles != 100) { in test1()
103 "100, got %d", nofiles); in test1()
/external/mksh/src/
Drlimits.opt54 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1
Drlimits.gen50 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1, 'n')