Home
last modified time | relevance | path

Searched refs:fuse_device_poll (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/fs/fuse/
H A Dfuse_device.c107 static d_poll_t fuse_device_poll; variable
115 .d_poll = fuse_device_poll,
273 fuse_device_poll(struct cdev *dev, int events, struct thread *td) in fuse_device_poll() function