Home
last modified time | relevance | path

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

123

/Linux-v4.19/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-v4.19/include/linux/
Dpipe_fs_i.h59 struct fasync_struct *fasync_readers;
60 struct fasync_struct *fasync_writers;
Dhidraw.h39 struct fasync_struct *fasync;
Dhid-debug.h45 struct fasync_struct *fasync;
Duio_driver.h75 struct fasync_struct *async_queue;
Dpps_kernel.h74 struct fasync_struct *async_queue; /* fasync method */
Dfs.h1042 struct fasync_struct * fl_fasync; /* for lease break notifications */
1268 struct fasync_struct { struct
1272 struct fasync_struct *fa_next; /* singly linked list */ argument
1280 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1281 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1282 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1283 extern struct fasync_struct *fasync_alloc(void);
1284 extern void fasync_free(struct fasync_struct *);
1287 extern void kill_fasync(struct fasync_struct **, int, int);
Drtc.h117 struct fasync_struct *async_queue;
Dfsnotify_backend.h169 struct fasync_struct *fsn_fa; /* async notification */
Dnet.h95 struct fasync_struct *fasync_list;
/Linux-v4.19/drivers/misc/lis3lv02d/
Dlis3lv02d.h305 struct fasync_struct *async_queue; /* queue for the misc device */
/Linux-v4.19/include/sound/
Dcontrol.h111 struct fasync_struct *fasync;
/Linux-v4.19/drivers/infiniband/core/
Duverbs.h121 struct fasync_struct *async_queue;
/Linux-v4.19/drivers/misc/genwqe/
Dcard_base.h410 struct fasync_struct *async_queue;
/Linux-v4.19/drivers/staging/comedi/
Dcomedidev.h564 struct fasync_struct *async_queue;
/Linux-v4.19/drivers/input/serio/
Dserio_raw.c46 struct fasync_struct *fasync;
/Linux-v4.19/drivers/mailbox/
Dmailbox-test.c47 struct fasync_struct *async_queue;
/Linux-v4.19/drivers/misc/mei/
Dmei_dev.h227 struct fasync_struct *ev_async;
/Linux-v4.19/Documentation/translations/zh_CN/
Dmagic-number.txt71 FASYNC_MAGIC 0x4601 fasync_struct include/linux/fs.h
/Linux-v4.19/fs/fuse/
Dfuse_i.h411 struct fasync_struct *fasync;
/Linux-v4.19/drivers/usb/misc/
Dyurex.c63 struct fasync_struct *async_queue;
/Linux-v4.19/drivers/input/misc/
Dhp_sdc_rtc.c63 static struct fasync_struct *hp_sdc_rtc_async_queue;
/Linux-v4.19/drivers/tty/vt/
Dvc_screen.c85 struct fasync_struct *fasync;
/Linux-v4.19/drivers/scsi/
Dpmcraid.h728 struct fasync_struct *aen_queue;
/Linux-v4.19/Documentation/process/
Dmagic-number.rst77 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``

123