Home
last modified time | relevance | path

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

123

/linux-5.10/fs/
Dfcntl.c857 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu()
869 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
871 struct fasync_struct *fa, **fp; in fasync_remove_entry()
895 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
905 void fasync_free(struct fasync_struct *new) in fasync_free()
917 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
919 struct fasync_struct *fa, **fp; in fasync_insert_entry()
951 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
953 struct fasync_struct *new; in fasync_add_entry()
980 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
[all …]
/linux-5.10/include/linux/
Dpipe_fs_i.h74 struct fasync_struct *fasync_readers;
75 struct fasync_struct *fasync_writers;
Dhidraw.h31 struct fasync_struct *fasync;
Dhid-debug.h32 struct fasync_struct *fasync;
Dpps_kernel.h61 struct fasync_struct *async_queue; /* fasync method */
Duio_driver.h74 struct fasync_struct *async_queue;
Dfs.h1082 struct fasync_struct * fl_fasync; /* for lease break notifications */
1314 struct fasync_struct { struct
1318 struct fasync_struct *fa_next; /* singly linked list */ argument
1326 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1327 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1328 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1329 extern struct fasync_struct *fasync_alloc(void);
1330 extern void fasync_free(struct fasync_struct *);
1333 extern void kill_fasync(struct fasync_struct **, int, int);
Drtc.h99 struct fasync_struct *async_queue;
Dnet.h101 struct fasync_struct *fasync_list;
Dfsnotify_backend.h216 struct fasync_struct *fsn_fa; /* async notification */
/linux-5.10/drivers/misc/lis3lv02d/
Dlis3lv02d.h292 struct fasync_struct *async_queue; /* queue for the misc device */
/linux-5.10/include/sound/
Dcontrol.h106 struct fasync_struct *fasync;
/linux-5.10/drivers/infiniband/core/
Duverbs.h121 struct fasync_struct *async_queue;
/linux-5.10/drivers/misc/genwqe/
Dcard_base.h402 struct fasync_struct *async_queue;
/linux-5.10/drivers/input/serio/
Dserio_raw.c43 struct fasync_struct *fasync;
/linux-5.10/drivers/staging/comedi/
Dcomedidev.h573 struct fasync_struct *async_queue;
/linux-5.10/Documentation/translations/zh_CN/process/
Dmagic-number.rst68 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-5.10/drivers/mailbox/
Dmailbox-test.c42 struct fasync_struct *async_queue;
/linux-5.10/drivers/misc/mei/
Dmei_dev.h249 struct fasync_struct *ev_async;
/linux-5.10/drivers/usb/misc/
Dyurex.c64 struct fasync_struct *async_queue;
/linux-5.10/Documentation/process/
Dmagic-number.rst79 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux-5.10/drivers/xen/
Devtchn.c75 struct fasync_struct *evtchn_async_queue;
/linux-5.10/drivers/scsi/
Dpmcraid.h715 struct fasync_struct *aen_queue;
/linux-5.10/fs/fuse/
Dfuse_i.h448 struct fasync_struct *fasync;
/linux-5.10/Documentation/translations/it_IT/process/
Dmagic-number.rst85 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``

123