/openbmc/linux/fs/ |
H A D | fcntl.c | 844 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu() 856 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry() 858 struct fasync_struct *fa, **fp; in fasync_remove_entry() 882 struct fasync_struct *fasync_alloc(void) in fasync_alloc() 892 void fasync_free(struct fasync_struct *new) in fasync_free() 904 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry() 906 struct fasync_struct *fa, **fp; in fasync_insert_entry() 938 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry() 940 struct fasync_struct *new; in fasync_add_entry() 967 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() [all …]
|
/openbmc/linux/include/linux/ |
H A D | pipe_fs_i.h | 76 struct fasync_struct *fasync_readers; 77 struct fasync_struct *fasync_writers;
|
H A D | hidraw.h | 31 struct fasync_struct *fasync;
|
H A D | hid-debug.h | 32 struct fasync_struct *fasync;
|
H A D | pps_kernel.h | 60 struct fasync_struct *async_queue; /* fasync method */
|
H A D | uio_driver.h | 74 struct fasync_struct *async_queue;
|
H A D | fs.h | 1083 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 D | rtc.h | 102 struct fasync_struct *async_queue;
|
H A D | filelock.h | 108 struct fasync_struct * fl_fasync; /* for lease break notifications */
|
H A D | net.h | 102 struct fasync_struct *fasync_list;
|
H A D | fsnotify_backend.h | 226 struct fasync_struct *fsn_fa; /* async notification */
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | magic-number.rst | 62 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | magic-number.rst | 65 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/openbmc/linux/sound/core/ |
H A D | misc.c | 161 struct fasync_struct *fasync;
|
/openbmc/linux/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.h | 292 struct fasync_struct *async_queue; /* queue for the misc device */
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs.h | 121 struct fasync_struct *async_queue;
|
/openbmc/linux/Documentation/process/ |
H A D | magic-number.rst | 73 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | magic-number.rst | 79 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | magic-number.rst | 78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_base.h | 402 struct fasync_struct *async_queue;
|
/openbmc/linux/drivers/input/serio/ |
H A D | serio_raw.c | 43 struct fasync_struct *fasync;
|
/openbmc/linux/include/linux/comedi/ |
H A D | comedidev.h | 572 struct fasync_struct *async_queue;
|
/openbmc/linux/drivers/mailbox/ |
H A D | mailbox-test.c | 45 struct fasync_struct *async_queue;
|
/openbmc/linux/drivers/usb/misc/ |
H A D | yurex.c | 64 struct fasync_struct *async_queue;
|
/openbmc/linux/drivers/misc/mei/ |
H A D | mei_dev.h | 289 struct fasync_struct *ev_async;
|