Lines Matching refs:handles
94 handles that the Linux kernel will allocate. When you get lots
95 of error messages about running out of file handles, you might
98 Historically,the kernel was able to allocate file handles
100 file-nr denote the number of allocated file handles, the number
101 of allocated but unused file handles, and the maximum number of
102 file handles. Linux 2.6 always reports 0 as the number of free
103 file handles -- this is not an error, it just means that the
104 number of allocated file handles exactly matches the number of
105 used file handles.
114 This denotes the maximum number of file-handles a process can
123 As with file handles, the kernel allocates the inode structures