Searched refs:fasync_struct (Results 1 – 25 of 56) sorted by relevance
123
/Linux-v6.6/fs/ |
D | fcntl.c | 852 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/ |
D | pipe_fs_i.h | 76 struct fasync_struct *fasync_readers; 77 struct fasync_struct *fasync_writers;
|
D | hidraw.h | 31 struct fasync_struct *fasync;
|
D | hid-debug.h | 32 struct fasync_struct *fasync;
|
D | pps_kernel.h | 61 struct fasync_struct *async_queue; /* fasync method */
|
D | uio_driver.h | 74 struct fasync_struct *async_queue;
|
D | fs.h | 1081 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);
|
D | rtc.h | 102 struct fasync_struct *async_queue;
|
D | filelock.h | 108 struct fasync_struct * fl_fasync; /* for lease break notifications */
|
D | net.h | 102 struct fasync_struct *fasync_list;
|
D | fsnotify_backend.h | 226 struct fasync_struct *fsn_fa; /* async notification */
|
D | tty.h | 237 struct fasync_struct *fasync;
|
/Linux-v6.6/Documentation/translations/zh_CN/process/ |
D | magic-number.rst | 62 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/Linux-v6.6/Documentation/translations/zh_TW/process/ |
D | magic-number.rst | 65 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/Linux-v6.6/sound/core/ |
D | misc.c | 161 struct fasync_struct *fasync;
|
/Linux-v6.6/drivers/misc/lis3lv02d/ |
D | lis3lv02d.h | 292 struct fasync_struct *async_queue; /* queue for the misc device */
|
/Linux-v6.6/drivers/infiniband/core/ |
D | uverbs.h | 121 struct fasync_struct *async_queue;
|
/Linux-v6.6/Documentation/translations/it_IT/process/ |
D | magic-number.rst | 79 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/Linux-v6.6/Documentation/process/ |
D | magic-number.rst | 73 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/Linux-v6.6/Documentation/translations/sp_SP/process/ |
D | magic-number.rst | 78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
|
/Linux-v6.6/drivers/misc/genwqe/ |
D | card_base.h | 402 struct fasync_struct *async_queue;
|
/Linux-v6.6/include/linux/comedi/ |
D | comedidev.h | 572 struct fasync_struct *async_queue;
|
/Linux-v6.6/drivers/input/serio/ |
D | serio_raw.c | 43 struct fasync_struct *fasync;
|
/Linux-v6.6/drivers/mailbox/ |
D | mailbox-test.c | 45 struct fasync_struct *async_queue;
|
/Linux-v6.6/drivers/misc/mei/ |
D | mei_dev.h | 289 struct fasync_struct *ev_async;
|
123