Searched refs:fasync_struct (Results 1 - 25 of 50) sorted by last modified time

12

/linux-master/fs/fuse/
H A Dfuse_i.h505 struct fasync_struct *fasync;
/linux-master/drivers/net/
H A Dtun.c135 struct fasync_struct *fasync;
/linux-master/drivers/char/
H A Drandom.c88 static struct fasync_struct *fasync;
H A Dhpet.c79 struct fasync_struct *hd_async_queue;
H A Dvirtio_console.c219 struct fasync_struct *async_queue;
/linux-master/drivers/scsi/
H A Dsg.c150 struct fasync_struct *async_qp; /* used by asynchronous notification */
/linux-master/include/linux/
H A Dfs.h1097 struct fasync_struct { struct
1101 struct fasync_struct *fa_next; /* singly linked list */
1109 extern int fasync_helper(int, struct file *, int, struct fasync_struct **);
1110 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struct fasync_struct *);
1111 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1112 extern struct fasync_struct *fasync_alloc(void);
1113 extern void fasync_free(struct fasync_struct *);
1116 extern void kill_fasync(struct fasync_struct **, in
[all...]
H A Dtty.h236 struct fasync_struct *fasync;
H A Duio_driver.h81 struct fasync_struct *async_queue;
H A Drtc.h102 struct fasync_struct *async_queue;
H A Dfsnotify_backend.h226 struct fasync_struct *fsn_fa; /* async notification */
H A Dnet.h102 struct fasync_struct *fasync_list;
H A Dfilelock.h135 struct fasync_struct * fl_fasync; /* for lease break notifications */
H A Dperf_event.h778 struct fasync_struct *fasync;
/linux-master/drivers/xen/
H A Devtchn.c75 struct fasync_struct *evtchn_async_queue;
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c64 static struct fasync_struct *async_queue;
/linux-master/kernel/events/
H A Dcore.c6687 static inline struct fasync_struct **perf_event_fasync(struct perf_event *event)
/linux-master/fs/
H A Dlocks.c566 struct fasync_struct *fa = *priv;
2029 struct fasync_struct *new;
H A Dfcntl.c874 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp)
876 struct fasync_struct *fa, **fp;
900 struct fasync_struct *fasync_alloc(void)
910 void fasync_free(struct fasync_struct *new)
922 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, struct fasync_struct *new)
924 struct fasync_struct *fa, **fp;
956 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp)
958 struct fasync_struct *ne
[all...]
/linux-master/drivers/usb/misc/
H A Dyurex.c66 struct fasync_struct *async_queue;
/linux-master/drivers/mailbox/
H A Dmailbox-test.c45 struct fasync_struct *async_queue;
/linux-master/drivers/input/
H A Devdev.c46 struct fasync_struct *fasync;
/linux-master/include/linux/comedi/
H A Dcomedidev.h572 struct fasync_struct *async_queue;
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c128 struct fasync_struct *fasync;
/linux-master/drivers/tty/vt/
H A Dvc_screen.c81 struct fasync_struct *fasync;

Completed in 319 milliseconds

12