Home
last modified time | relevance | path

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

123

/linux-6.14.4/fs/
Dfcntl.c990 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-6.14.4/include/linux/
Dpipe_fs_i.h112 struct fasync_struct *fasync_readers;
113 struct fasync_struct *fasync_writers;
Dpps_gen_kernel.h58 struct fasync_struct *async_queue; /* fasync method */
Dhidraw.h31 struct fasync_struct *fasync;
Dhid-debug.h32 struct fasync_struct *fasync;
Dpps_kernel.h60 struct fasync_struct *async_queue; /* fasync method */
Duio_driver.h81 struct fasync_struct *async_queue;
Dfs.h1203 struct fasync_struct { struct
1207 struct fasync_struct *fa_next; /* singly linked list */ argument
1215 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1216 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1217 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1218 extern struct fasync_struct *fasync_alloc(void);
1219 extern void fasync_free(struct fasync_struct *);
1222 extern void kill_fasync(struct fasync_struct **, int, int);
Drtc.h102 struct fasync_struct *async_queue;
Dnet.h102 struct fasync_struct *fasync_list;
Dfilelock.h135 struct fasync_struct * fl_fasync; /* for lease break notifications */
/linux-6.14.4/Documentation/translations/zh_CN/process/
Dmagic-number.rst71 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-6.14.4/sound/core/
Dmisc.c90 struct fasync_struct *fasync;
/linux-6.14.4/Documentation/translations/zh_TW/process/
Dmagic-number.rst65 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-6.14.4/drivers/misc/lis3lv02d/
Dlis3lv02d.h292 struct fasync_struct *async_queue; /* queue for the misc device */
/linux-6.14.4/drivers/infiniband/core/
Duverbs.h121 struct fasync_struct *async_queue;
/linux-6.14.4/Documentation/staging/
Dmagic-number.rst73 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-6.14.4/Documentation/translations/it_IT/staging/
Dmagic-number.rst79 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-6.14.4/drivers/misc/genwqe/
Dcard_base.h402 struct fasync_struct *async_queue;
/linux-6.14.4/Documentation/translations/sp_SP/process/
Dmagic-number.rst78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-6.14.4/drivers/input/serio/
Dserio_raw.c43 struct fasync_struct *fasync;
/linux-6.14.4/include/linux/comedi/
Dcomedidev.h572 struct fasync_struct *async_queue;
/linux-6.14.4/drivers/mailbox/
Dmailbox-test.c45 struct fasync_struct *async_queue;
/linux-6.14.4/drivers/usb/misc/
Dyurex.c64 struct fasync_struct *async_queue;
/linux-6.14.4/drivers/misc/mei/
Dmei_dev.h302 struct fasync_struct *ev_async;

123