MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fo_poll

Function fo_poll

freebsd/sys/file.h:357–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357static __inline int
358fo_poll(struct file *fp, int events, struct ucred *active_cred,
359 struct thread *td)
360{
361
362 return ((*fp->f_ops->fo_poll)(fp, events, active_cred, td));
363}
364
365static __inline int
366fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred,

Callers 4

selrescanFunction · 0.85
selscanFunction · 0.85
pollrescanFunction · 0.85
pollscanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected