Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dproc_fs.h51 struct proc_dir_entry { struct
68 struct proc_dir_entry *next, *parent, *subdir; argument
69 void *data;
70 read_proc_t *read_proc;
71 write_proc_t *write_proc;
72 atomic_t count; /* use count */
73 int pde_users; /* number of callers into module in progress */
74 struct completion *pde_unload_completion;
75 struct list_head pde_openers; /* who did ->open, but not ->release */
76 spinlock_t pde_unload_lock; /* proc_fops checks and pde_users bumps */
[all …]
/linux-3.3/include/net/
Dif_inet6.h156 struct proc_dir_entry *proc_dir_entry; member