Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/proc/
H A Dinternal.h210 struct pde_opener { struct
211 struct list_head lh;
212 struct file *file;
213 bool closing;
214 struct completion *c;
/dports/multimedia/libv4l/linux-5.13-rc2/fs/proc/
H A Dinternal.h210 struct pde_opener { struct
211 struct list_head lh;
212 struct file *file;
213 bool closing;
214 struct completion *c;
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/proc/
H A Dinternal.h210 struct pde_opener { struct
211 struct list_head lh;
212 struct file *file;
213 bool closing;
214 struct completion *c;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/analyzer/
H A Dfeasibility-3.c41 struct pde_opener { struct
56 static struct kmem_cache *pde_opener_cache __attribute__((__section__(".data..ro_after_init"))); argument