Home
last modified time | relevance | path

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

123

/Linux-v5.4/fs/
Dfcntl.c855 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu()
867 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
869 struct fasync_struct *fa, **fp; in fasync_remove_entry()
893 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
903 void fasync_free(struct fasync_struct *new) in fasync_free()
915 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
917 struct fasync_struct *fa, **fp; in fasync_insert_entry()
949 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
951 struct fasync_struct *new; in fasync_add_entry()
978 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
[all …]
/Linux-v5.4/include/linux/
Dpipe_fs_i.h59 struct fasync_struct *fasync_readers;
60 struct fasync_struct *fasync_writers;
Dhidraw.h31 struct fasync_struct *fasync;
Dhid-debug.h32 struct fasync_struct *fasync;
Duio_driver.h74 struct fasync_struct *async_queue;
Dpps_kernel.h61 struct fasync_struct *async_queue; /* fasync method */
Dfs.h1099 struct fasync_struct * fl_fasync; /* for lease break notifications */
1331 struct fasync_struct { struct
1335 struct fasync_struct *fa_next; /* singly linked list */ argument
1343 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1344 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1345 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1346 extern struct fasync_struct *fasync_alloc(void);
1347 extern void fasync_free(struct fasync_struct *);
1350 extern void kill_fasync(struct fasync_struct **, int, int);
Drtc.h115 struct fasync_struct *async_queue;
Dfsnotify_backend.h184 struct fasync_struct *fsn_fa; /* async notification */
Dnet.h97 struct fasync_struct *fasync_list;
/Linux-v5.4/drivers/misc/lis3lv02d/
Dlis3lv02d.h292 struct fasync_struct *async_queue; /* queue for the misc device */
/Linux-v5.4/include/sound/
Dcontrol.h96 struct fasync_struct *fasync;
/Linux-v5.4/drivers/infiniband/core/
Duverbs.h122 struct fasync_struct *async_queue;
/Linux-v5.4/drivers/misc/genwqe/
Dcard_base.h402 struct fasync_struct *async_queue;
/Linux-v5.4/drivers/input/serio/
Dserio_raw.c43 struct fasync_struct *fasync;
/Linux-v5.4/drivers/staging/comedi/
Dcomedidev.h573 struct fasync_struct *async_queue;
/Linux-v5.4/drivers/misc/mei/
Dmei_dev.h230 struct fasync_struct *ev_async;
/Linux-v5.4/drivers/mailbox/
Dmailbox-test.c42 struct fasync_struct *async_queue;
/Linux-v5.4/Documentation/translations/zh_CN/process/
Dmagic-number.rst68 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/Linux-v5.4/drivers/usb/misc/
Dyurex.c64 struct fasync_struct *async_queue;
/Linux-v5.4/drivers/input/misc/
Dhp_sdc_rtc.c63 static struct fasync_struct *hp_sdc_rtc_async_queue;
/Linux-v5.4/fs/fuse/
Dfuse_i.h427 struct fasync_struct *fasync;
/Linux-v5.4/drivers/tty/vt/
Dvc_screen.c85 struct fasync_struct *fasync;
/Linux-v5.4/drivers/scsi/
Dpmcraid.h715 struct fasync_struct *aen_queue;
/Linux-v5.4/drivers/xen/
Devtchn.c75 struct fasync_struct *evtchn_async_queue;

123