Home
last modified time | relevance | path

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

/include/linux/
Dproc_fs.h54 struct proc_dir_entry { struct
74 struct proc_dir_entry *next, *parent, *subdir; argument
75 void *data;
76 read_proc_t *read_proc;
77 write_proc_t *write_proc;
78 atomic_t count; /* use count */
79 int pde_users; /* number of callers into module in progress */
80 spinlock_t pde_unload_lock; /* proc_fops checks and pde_users bumps */
81 struct completion *pde_unload_completion;
82 struct list_head pde_openers; /* who did ->open, but not ->release */
/include/net/
Dif_inet6.h153 struct proc_dir_entry *proc_dir_entry; member