Home
last modified time | relevance | path

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

12

/linux/fs/
H A Dfcntl.c1001 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
1003 struct fasync_struct *fa, **fp; in fasync_remove_entry()
1027 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
1037 void fasync_free(struct fasync_struct *new) in fasync_free()
1049 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
1051 struct fasync_struct *fa, **fp; in fasync_insert_entry()
1083 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
1085 struct fasync_struct *new; in fasync_add_entry()
1112 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
1124 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.h103 struct fasync_struct *fasync_readers;
104 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.h1371 struct fasync_struct { struct
1375 struct fasync_struct *fa_next; /* singly linked list */ argument
1383 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1384 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1385 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1386 extern struct fasync_struct *fasync_alloc(void);
1387 extern void fasync_free(struct fasync_struct *);
1390 extern void kill_fasync(struct fasync_struct **, int, int);
H A Drtc.h102 struct fasync_struct *async_queue;
H A Dfilelock.h136 struct fasync_struct * fl_fasync; /* for lease break notifications */
H A Dperf_event.h872 struct fasync_struct *fasync;
1890 static inline struct fasync_struct **perf_event_fasync(struct perf_event *event) in perf_event_fasync()
/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/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/include/linux/comedi/
H A Dcomedidev.h571 struct fasync_struct *async_queue;
/linux/drivers/input/serio/
H A Dserio_raw.c43 struct fasync_struct *fasync;
/linux/drivers/mailbox/
H A Dmailbox-test.c45 struct fasync_struct *async_queue;
/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.c82 struct fasync_struct *fasync;
/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c68 struct fasync_struct *fasync;
/linux/drivers/char/ipmi/
H A Dipmi_watchdog.c156 static struct fasync_struct *fasync_q;
H A Dipmi_devintf.c32 struct fasync_struct *fasync_queue;
/linux/fs/fuse/
H A Dfuse_i.h549 struct fasync_struct *fasync;

12