Home
last modified time | relevance | path

Searched defs:files_struct (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsched.h172 struct files_struct { struct
173 atomic_t count;
174 rwlock_t file_lock; /* Protects all the below members. Nests inside tsk->alloc_lock */
175 int max_fds;
176 int max_fdset;
177 int next_fd;
178 struct file ** fd; /* current fd array */
179 fd_set *close_on_exec;
180 fd_set *open_fds;
181 fd_set close_on_exec_init;
[all …]