Searched defs:max_open_files (Results 1 – 6 of 6) sorted by relevance
55 let max_open_files = base::linux::max_open_files() in launch() localVariable
1204 let max_open_files = base::linux::max_open_files() in create_fs_device() localVariable1246 let max_open_files = base::linux::max_open_files() in create_9p_device() localVariable1421 let max_open_files = base::linux::max_open_files() in create_pmem_ext2_device() localVariable
60 static uint64_t max_open_files(void) in max_open_files() function
87 int max_open_files = 1000; member
282 static unsigned max_open_files(void) in max_open_files() function
572 pub fn max_open_files() -> Result<libc::rlimit64> { in max_open_files() function