Linux Kernel
3.7.1
|
#include <fdtable.h>
Data Fields | |
atomic_t | count |
struct fdtable __rcu * | fdt |
struct fdtable | fdtab |
spinlock_t file_lock | ____cacheline_aligned_in_smp |
int | next_fd |
unsigned long | close_on_exec_init [1] |
unsigned long | open_fds_init [1] |
struct file __rcu * | fd_array [NR_OPEN_DEFAULT] |
spinlock_t file_lock ____cacheline_aligned_in_smp |