Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/fs/
A Dfcntl.c851 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu()
863 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
865 struct fasync_struct *fa, **fp; in fasync_remove_entry()
889 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
899 void fasync_free(struct fasync_struct *new) in fasync_free()
911 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
913 struct fasync_struct *fa, **fp; in fasync_insert_entry()
947 struct fasync_struct *new; in fasync_add_entry()
986 static void kill_fasync_rcu(struct fasync_struct *fa, int sig, int band) in kill_fasync_rcu()
1011 void kill_fasync(struct fasync_struct **fp, int sig, int band) in kill_fasync()
[all …]
/linux-6.3-rc2/include/linux/
A Dpipe_fs_i.h76 struct fasync_struct *fasync_readers;
77 struct fasync_struct *fasync_writers;
A Dhidraw.h31 struct fasync_struct *fasync;
A Dhid-debug.h32 struct fasync_struct *fasync;
A Dpps_kernel.h61 struct fasync_struct *async_queue; /* fasync method */
A Duio_driver.h74 struct fasync_struct *async_queue;
A Dfs.h1031 struct fasync_struct { struct
1035 struct fasync_struct *fa_next; /* singly linked list */ argument
1043 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1044 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1045 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1046 extern struct fasync_struct *fasync_alloc(void);
1047 extern void fasync_free(struct fasync_struct *);
1050 extern void kill_fasync(struct fasync_struct **, int, int);
A Drtc.h102 struct fasync_struct *async_queue;
A Dfilelock.h108 struct fasync_struct * fl_fasync; /* for lease break notifications */
A Dnet.h101 struct fasync_struct *fasync_list;
A Dfsnotify_backend.h226 struct fasync_struct *fsn_fa; /* async notification */
/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A Dmagic-number.rst62 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-6.3-rc2/Documentation/translations/zh_TW/process/
A Dmagic-number.rst65 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-6.3-rc2/sound/core/
A Dmisc.c161 struct fasync_struct *fasync;
/linux-6.3-rc2/drivers/misc/lis3lv02d/
A Dlis3lv02d.h292 struct fasync_struct *async_queue; /* queue for the misc device */
/linux-6.3-rc2/drivers/infiniband/core/
A Duverbs.h121 struct fasync_struct *async_queue;
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dmagic-number.rst79 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-6.3-rc2/Documentation/process/
A Dmagic-number.rst73 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-6.3-rc2/drivers/misc/genwqe/
A Dcard_base.h402 struct fasync_struct *async_queue;
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Dmagic-number.rst78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-6.3-rc2/drivers/input/serio/
A Dserio_raw.c43 struct fasync_struct *fasync;
/linux-6.3-rc2/include/linux/comedi/
A Dcomedidev.h572 struct fasync_struct *async_queue;
/linux-6.3-rc2/drivers/mailbox/
A Dmailbox-test.c42 struct fasync_struct *async_queue;
/linux-6.3-rc2/drivers/usb/misc/
A Dyurex.c64 struct fasync_struct *async_queue;
/linux-6.3-rc2/drivers/misc/mei/
A Dmei_dev.h289 struct fasync_struct *ev_async;

Completed in 61 milliseconds

123