Searched refs:nofiles (Results 1 – 6 of 6) sorted by relevance
/external/fio/ |
D | verify-state.h | 35 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()
|
D | verify.c | 1621 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/ |
D | verify-state.c | 49 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/ |
D | setrlimit01.c | 53 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/ |
D | rlimits.opt | 54 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1
|
D | rlimits.gen | 50 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1, 'n')
|