Home
last modified time | relevance | path

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

123

/openbmc/linux/fs/
H A Dfcntl.c850 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu()
862 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
864 struct fasync_struct *fa, **fp; in fasync_remove_entry()
888 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
898 void fasync_free(struct fasync_struct *new) in fasync_free()
910 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
912 struct fasync_struct *fa, **fp; in fasync_insert_entry()
946 struct fasync_struct *new; in fasync_add_entry()
985 static void kill_fasync_rcu(struct fasync_struct *fa, int sig, int band) in kill_fasync_rcu()
1010 void kill_fasync(struct fasync_struct **fp, int sig, int band) in kill_fasync()
[all …]
/openbmc/linux/include/linux/
H A Dpipe_fs_i.h76 struct fasync_struct *fasync_readers;
77 struct fasync_struct *fasync_writers;
H A Dhidraw.h31 struct fasync_struct *fasync;
H A Dhid-debug.h32 struct fasync_struct *fasync;
H A Dpps_kernel.h61 struct fasync_struct *async_queue; /* fasync method */
H A Duio_driver.h74 struct fasync_struct *async_queue;
H A Dfs.h1083 struct fasync_struct { struct
1087 struct fasync_struct *fa_next; /* singly linked list */ argument
1095 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1096 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1097 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1098 extern struct fasync_struct *fasync_alloc(void);
1099 extern void fasync_free(struct fasync_struct *);
1102 extern void kill_fasync(struct fasync_struct **, int, int);
H A Drtc.h102 struct fasync_struct *async_queue;
H A Dfilelock.h108 struct fasync_struct * fl_fasync; /* for lease break notifications */
H A Dnet.h102 struct fasync_struct *fasync_list;
H A Dtty.h237 struct fasync_struct *fasync;
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dmagic-number.rst62 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dmagic-number.rst65 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/openbmc/linux/sound/core/
H A Dmisc.c161 struct fasync_struct *fasync;
/openbmc/linux/drivers/misc/lis3lv02d/
H A Dlis3lv02d.h292 struct fasync_struct *async_queue; /* queue for the misc device */
/openbmc/linux/drivers/infiniband/core/
H A Duverbs.h121 struct fasync_struct *async_queue;
/openbmc/linux/Documentation/process/
H A Dmagic-number.rst73 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dmagic-number.rst79 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dmagic-number.rst78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/openbmc/linux/drivers/misc/genwqe/
H A Dcard_base.h402 struct fasync_struct *async_queue;
/openbmc/linux/drivers/input/serio/
H A Dserio_raw.c43 struct fasync_struct *fasync;
/openbmc/linux/include/linux/comedi/
H A Dcomedidev.h572 struct fasync_struct *async_queue;
/openbmc/linux/drivers/mailbox/
H A Dmailbox-test.c45 struct fasync_struct *async_queue;
/openbmc/linux/drivers/usb/misc/
H A Dyurex.c64 struct fasync_struct *async_queue;
/openbmc/linux/drivers/misc/mei/
H A Dmei_dev.h289 struct fasync_struct *ev_async;

123