Home
last modified time | relevance | path

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

123

/Linux-v6.6/fs/
Dfcntl.c852 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu()
864 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
866 struct fasync_struct *fa, **fp; in fasync_remove_entry()
890 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
900 void fasync_free(struct fasync_struct *new) in fasync_free()
912 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
914 struct fasync_struct *fa, **fp; in fasync_insert_entry()
946 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
948 struct fasync_struct *new; in fasync_add_entry()
975 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
[all …]
/Linux-v6.6/include/linux/
Dpipe_fs_i.h76 struct fasync_struct *fasync_readers;
77 struct fasync_struct *fasync_writers;
Dhidraw.h31 struct fasync_struct *fasync;
Dhid-debug.h32 struct fasync_struct *fasync;
Dpps_kernel.h61 struct fasync_struct *async_queue; /* fasync method */
Duio_driver.h74 struct fasync_struct *async_queue;
Dfs.h1081 struct fasync_struct { struct
1085 struct fasync_struct *fa_next; /* singly linked list */ argument
1093 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1094 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1095 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1096 extern struct fasync_struct *fasync_alloc(void);
1097 extern void fasync_free(struct fasync_struct *);
1100 extern void kill_fasync(struct fasync_struct **, int, int);
Drtc.h102 struct fasync_struct *async_queue;
Dfilelock.h108 struct fasync_struct * fl_fasync; /* for lease break notifications */
Dnet.h102 struct fasync_struct *fasync_list;
Dfsnotify_backend.h226 struct fasync_struct *fsn_fa; /* async notification */
Dtty.h237 struct fasync_struct *fasync;
/Linux-v6.6/Documentation/translations/zh_CN/process/
Dmagic-number.rst62 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/Linux-v6.6/Documentation/translations/zh_TW/process/
Dmagic-number.rst65 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/Linux-v6.6/sound/core/
Dmisc.c161 struct fasync_struct *fasync;
/Linux-v6.6/drivers/misc/lis3lv02d/
Dlis3lv02d.h292 struct fasync_struct *async_queue; /* queue for the misc device */
/Linux-v6.6/drivers/infiniband/core/
Duverbs.h121 struct fasync_struct *async_queue;
/Linux-v6.6/Documentation/translations/it_IT/process/
Dmagic-number.rst79 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/Linux-v6.6/Documentation/process/
Dmagic-number.rst73 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/Linux-v6.6/Documentation/translations/sp_SP/process/
Dmagic-number.rst78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/Linux-v6.6/drivers/misc/genwqe/
Dcard_base.h402 struct fasync_struct *async_queue;
/Linux-v6.6/include/linux/comedi/
Dcomedidev.h572 struct fasync_struct *async_queue;
/Linux-v6.6/drivers/input/serio/
Dserio_raw.c43 struct fasync_struct *fasync;
/Linux-v6.6/drivers/mailbox/
Dmailbox-test.c45 struct fasync_struct *async_queue;
/Linux-v6.6/drivers/misc/mei/
Dmei_dev.h289 struct fasync_struct *ev_async;

123