Home
last modified time | relevance | path

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

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