Searched refs:get_max_files (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/fs/
H A Dfile_table.c69 unsigned long get_max_files(void) get_max_files() function
73 EXPORT_SYMBOL_GPL(get_max_files); variable
145 pr_info("VFS: file-max limit %lu reached\n", get_max_files()); get_empty_filp()
/linux-4.4.14/net/unix/
H A Daf_unix.c761 if (atomic_long_read(&unix_nr_socks) > 2 * get_max_files()) unix_create1()
/linux-4.4.14/include/linux/
H A Dfs.h62 extern unsigned long get_max_files(void);

Completed in 113 milliseconds