/linux/fs/ |
H A D | fcntl.c | 990 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 D | pipe_fs_i.h | 112 struct fasync_struct *fasync_readers; 113 struct fasync_struct *fasync_writers;
|
H A D | hidraw.h | 31 struct fasync_struct *fasync;
|
H A D | hid-debug.h | 32 struct fasync_struct *fasync;
|
H A D | pps_kernel.h | 61 struct fasync_struct *async_queue; /* fasync method */
|
H A D | uio_driver.h | 81 struct fasync_struct *async_queue;
|
H A D | fs.h | 1207 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 D | rtc.h | 102 struct fasync_struct *async_queue;
|
H A D | filelock.h | 135 struct fasync_struct * fl_fasync; /* for lease break notifications */
|
H A D | perf_event.h | 871 struct fasync_struct *fasync; 1874 static inline struct fasync_struct **perf_event_fasync(struct perf_event *event) in perf_event_fasync()
|
H A D | fsnotify_backend.h | 246 struct fasync_struct *fsn_fa; /* async notification */
|
/linux/Documentation/translations/zh_CN/process/ |
H A D | magic-number.rst | 71 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/linux/Documentation/translations/zh_TW/process/ |
H A D | magic-number.rst | 65 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/linux/sound/core/ |
H A D | misc.c | 90 struct fasync_struct *fasync;
|
/linux/drivers/misc/genwqe/ |
H A D | card_base.h | 402 struct fasync_struct *async_queue;
|
/linux/Documentation/translations/sp_SP/process/ |
H A D | magic-number.rst | 78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/linux/drivers/input/serio/ |
H A D | serio_raw.c | 43 struct fasync_struct *fasync;
|
/linux/include/linux/comedi/ |
H A D | comedidev.h | 566 struct fasync_struct *async_queue;
|
/linux/drivers/mailbox/ |
H A D | mailbox-test.c | 45 struct fasync_struct *async_queue;
|
/linux/drivers/misc/mei/ |
H A D | mei_dev.h | 302 struct fasync_struct *ev_async;
|
/linux/drivers/usb/misc/ |
H A D | yurex.c | 64 struct fasync_struct *async_queue;
|
/linux/drivers/scsi/ |
H A D | pmcraid.h | 715 struct fasync_struct *aen_queue;
|
/linux/drivers/xen/ |
H A D | evtchn.c | 75 struct fasync_struct *evtchn_async_queue;
|
/linux/drivers/tty/vt/ |
H A D | vc_screen.c | 81 struct fasync_struct *fasync;
|
/linux/drivers/platform/surface/ |
H A D | surface_aggregator_cdev.c | 68 struct fasync_struct *fasync;
|