Searched refs:fasync_struct (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/include/linux/
H A Dhid-debug.h32 struct fasync_struct *fasync;
H A Dhidraw.h31 struct fasync_struct *fasync;
H A Dpipe_fs_i.h76 struct fasync_struct *fasync_readers;
77 struct fasync_struct *fasync_writers;
H A Dpps_kernel.h61 struct fasync_struct *async_queue; /* fasync method */
H A Duio_driver.h81 struct fasync_struct *async_queue;
H A Drtc.h102 struct fasync_struct *async_queue;
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 Dnet.h102 struct fasync_struct *fasync_list;
H A Dfilelock.h135 struct fasync_struct * fl_fasync; /* for lease break notifications */
H A Dtty.h236 struct fasync_struct *fasync;
H A Dfsnotify_backend.h226 struct fasync_struct *fsn_fa; /* async notification */
/linux-master/fs/
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/sound/core/
H A Dmisc.c161 struct fasync_struct *fasync;
/linux-master/drivers/infiniband/core/
H A Duverbs.h121 struct fasync_struct *async_queue;
/linux-master/drivers/misc/lis3lv02d/
H A Dlis3lv02d.h292 struct fasync_struct *async_queue; /* queue for the misc device */
/linux-master/drivers/misc/genwqe/
H A Dcard_base.h402 struct fasync_struct *async_queue;
/linux-master/drivers/input/serio/
H A Dserio_raw.c43 struct fasync_struct *fasync;
/linux-master/drivers/misc/mei/
H A Dmei_dev.h302 struct fasync_struct *ev_async;
/linux-master/include/linux/comedi/
H A Dcomedidev.h572 struct fasync_struct *async_queue;
/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/scsi/
H A Dpmcraid.h715 struct fasync_struct *aen_queue;
/linux-master/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c68 struct fasync_struct *fasync;
/linux-master/drivers/tty/vt/
H A Dvc_screen.c81 struct fasync_struct *fasync;
/linux-master/drivers/xen/
H A Devtchn.c75 struct fasync_struct *evtchn_async_queue;

Completed in 295 milliseconds

12