Home
last modified time | relevance | path

Searched refs:fasync_struct (Results 1 – 25 of 46) sorted by relevance

12

/linux/fs/
H A Dfcntl.c990 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
992 struct fasync_struct *fa, **fp; in fasync_remove_entry()
1016 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
1026 void fasync_free(struct fasync_struct *new) in fasync_free()
1038 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
1040 struct fasync_struct *fa, **fp; in fasync_insert_entry()
1072 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
1074 struct fasync_struct *new; in fasync_add_entry()
1101 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
1113 static void kill_fasync_rcu(struct fasync_struct *fa, int sig, int band) in kill_fasync_rcu()
[all …]
/linux/include/linux/
H A Dpipe_fs_i.h112 struct fasync_struct *fasync_readers;
113 struct fasync_struct *fasync_writers;
H A Dhidraw.h31 struct fasync_struct *fasync;
H A Dhid-debug.h32 struct fasync_struct *fasync;
H A Dpps_kernel.h61 struct fasync_struct *async_queue; /* fasync method */
H A Duio_driver.h81 struct fasync_struct *async_queue;
H A Dfs.h1207 struct fasync_struct { struct
1211 struct fasync_struct *fa_next; /* singly linked list */ argument
1219 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1220 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1221 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1222 extern struct fasync_struct *fasync_alloc(void);
1223 extern void fasync_free(struct fasync_struct *);
1226 extern void kill_fasync(struct fasync_struct **, int, int);
H A Drtc.h102 struct fasync_struct *async_queue;
H A Dfilelock.h135 struct fasync_struct * fl_fasync; /* for lease break notifications */
H A Dperf_event.h871 struct fasync_struct *fasync;
1874 static inline struct fasync_struct **perf_event_fasync(struct perf_event *event) in perf_event_fasync()
H A Dfsnotify_backend.h246 struct fasync_struct *fsn_fa; /* async notification */
/linux/Documentation/translations/zh_CN/process/
H A Dmagic-number.rst71 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/Documentation/translations/zh_TW/process/
H A Dmagic-number.rst65 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/sound/core/
H A Dmisc.c90 struct fasync_struct *fasync;
/linux/drivers/misc/genwqe/
H A Dcard_base.h402 struct fasync_struct *async_queue;
/linux/Documentation/translations/sp_SP/process/
H A Dmagic-number.rst78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/drivers/input/serio/
H A Dserio_raw.c43 struct fasync_struct *fasync;
/linux/include/linux/comedi/
H A Dcomedidev.h566 struct fasync_struct *async_queue;
/linux/drivers/mailbox/
H A Dmailbox-test.c45 struct fasync_struct *async_queue;
/linux/drivers/misc/mei/
H A Dmei_dev.h302 struct fasync_struct *ev_async;
/linux/drivers/usb/misc/
H A Dyurex.c64 struct fasync_struct *async_queue;
/linux/drivers/scsi/
H A Dpmcraid.h715 struct fasync_struct *aen_queue;
/linux/drivers/xen/
H A Devtchn.c75 struct fasync_struct *evtchn_async_queue;
/linux/drivers/tty/vt/
H A Dvc_screen.c81 struct fasync_struct *fasync;
/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c68 struct fasync_struct *fasync;

12