Searched refs:fasync_struct (Results  1 – 25 of 58) sorted by relevance
123
| /Linux-v5.4/fs/ | 
| D | fcntl.c | 855 			container_of(head, struct fasync_struct, fa_rcu));  in fasync_free_rcu()867 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp)  in fasync_remove_entry()
 869 	struct fasync_struct *fa, **fp;  in fasync_remove_entry()
 893 struct fasync_struct *fasync_alloc(void)  in fasync_alloc()
 903 void fasync_free(struct fasync_struct *new)  in fasync_free()
 915 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s…  in fasync_insert_entry()
 917         struct fasync_struct *fa, **fp;  in fasync_insert_entry()
 949 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp)  in fasync_add_entry()
 951 	struct fasync_struct *new;  in fasync_add_entry()
 978 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp)  in fasync_helper()
 [all …]
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | pipe_fs_i.h | 59 	struct fasync_struct *fasync_readers;60 	struct fasync_struct *fasync_writers;
 
 | 
| D | hidraw.h | 31 	struct fasync_struct *fasync;
 | 
| D | hid-debug.h | 32 	struct fasync_struct *fasync;
 | 
| D | uio_driver.h | 74         struct fasync_struct    *async_queue;
 | 
| D | pps_kernel.h | 61 	struct fasync_struct *async_queue;	/* fasync method */
 | 
| D | fs.h | 1099 	struct fasync_struct *	fl_fasync; /* for lease break notifications */1331 struct fasync_struct {  struct
 1335 	struct fasync_struct	*fa_next; /* singly linked list */  argument
 1343 extern int fasync_helper(int, struct file *, int, struct fasync_struct **);  argument
 1344 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
 1345 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
 1346 extern struct fasync_struct *fasync_alloc(void);
 1347 extern void fasync_free(struct fasync_struct *);
 1350 extern void kill_fasync(struct fasync_struct **, int, int);
 
 | 
| D | rtc.h | 115 	struct fasync_struct *async_queue;
 | 
| D | fsnotify_backend.h | 184 	struct fasync_struct *fsn_fa;    /* async notification */
 | 
| D | net.h | 97 	struct fasync_struct	*fasync_list;
 | 
| /Linux-v5.4/drivers/misc/lis3lv02d/ | 
| D | lis3lv02d.h | 292 	struct fasync_struct	*async_queue; /* queue for the misc device */
 | 
| /Linux-v5.4/include/sound/ | 
| D | control.h | 96 	struct fasync_struct *fasync;
 | 
| /Linux-v5.4/drivers/infiniband/core/ | 
| D | uverbs.h | 122 	struct fasync_struct		       *async_queue;
 | 
| /Linux-v5.4/drivers/misc/genwqe/ | 
| D | card_base.h | 402 	struct fasync_struct *async_queue;
 | 
| /Linux-v5.4/drivers/input/serio/ | 
| D | serio_raw.c | 43 	struct fasync_struct *fasync;
 | 
| /Linux-v5.4/drivers/staging/comedi/ | 
| D | comedidev.h | 573 	struct fasync_struct *async_queue;
 | 
| /Linux-v5.4/drivers/misc/mei/ | 
| D | mei_dev.h | 230 	struct fasync_struct *ev_async;
 | 
| /Linux-v5.4/drivers/mailbox/ | 
| D | mailbox-test.c | 42 	struct fasync_struct	*async_queue;
 | 
| /Linux-v5.4/Documentation/translations/zh_CN/process/ | 
| D | magic-number.rst | 68 FASYNC_MAGIC          0x4601           fasync_struct            ``include/linux/fs.h``
 | 
| /Linux-v5.4/drivers/usb/misc/ | 
| D | yurex.c | 64 	struct fasync_struct	*async_queue;
 | 
| /Linux-v5.4/drivers/input/misc/ | 
| D | hp_sdc_rtc.c | 63 static struct fasync_struct *hp_sdc_rtc_async_queue;
 | 
| /Linux-v5.4/fs/fuse/ | 
| D | fuse_i.h | 427 	struct fasync_struct *fasync;
 | 
| /Linux-v5.4/drivers/tty/vt/ | 
| D | vc_screen.c | 85 	struct fasync_struct *fasync;
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | pmcraid.h | 715 	struct fasync_struct *aen_queue;
 | 
| /Linux-v5.4/drivers/xen/ | 
| D | evtchn.c | 75 	struct fasync_struct *evtchn_async_queue;
 | 
        123