Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c867 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu()
879 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
881 struct fasync_struct *fa, **fp; in fasync_remove_entry()
905 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
915 void fasync_free(struct fasync_struct *new) in fasync_free()
927 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
929 struct fasync_struct *fa, **fp; in fasync_insert_entry()
961 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
963 struct fasync_struct *new; in fasync_add_entry()
990 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dpipe_fs_i.h74 struct fasync_struct *fasync_readers;
75 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.h75 struct fasync_struct *async_queue;
H A Dfs.h1112 struct fasync_struct * fl_fasync; /* for lease break notifications */
1348 struct fasync_struct { struct
1352 struct fasync_struct *fa_next; /* singly linked list */ argument
1360 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1361 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1362 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1363 extern struct fasync_struct *fasync_alloc(void);
1364 extern void fasync_free(struct fasync_struct *);
1367 extern void kill_fasync(struct fasync_struct **, int, int);
H A Drtc.h102 struct fasync_struct *async_queue;
H A Dnet.h100 struct fasync_struct *fasync_list;
H A Dfsnotify_backend.h217 struct fasync_struct *fsn_fa; /* async notification */
/OK3568_Linux_fs/u-boot/include/
H A Dpc_keyb.h118 struct fasync_struct *fasync;
/OK3568_Linux_fs/kernel/sound/core/
H A Dmisc.c161 struct fasync_struct *fasync;
/OK3568_Linux_fs/kernel/drivers/misc/lis3lv02d/
H A Dlis3lv02d.h293 struct fasync_struct *async_queue; /* queue for the misc device */
/OK3568_Linux_fs/kernel/include/sound/
H A Dcontrol.h106 struct fasync_struct *fasync;
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs.h121 struct fasync_struct *async_queue;
/OK3568_Linux_fs/kernel/drivers/misc/genwqe/
H A Dcard_base.h402 struct fasync_struct *async_queue;
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dserio_raw.c43 struct fasync_struct *fasync;
/OK3568_Linux_fs/kernel/drivers/staging/comedi/
H A Dcomedidev.h573 struct fasync_struct *async_queue;
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dmagic-number.rst68 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dmailbox-test.c42 struct fasync_struct *async_queue;
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dmei_dev.h249 struct fasync_struct *ev_async;
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dyurex.c64 struct fasync_struct *async_queue;
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dmagic-number.rst79 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/OK3568_Linux_fs/kernel/drivers/xen/
H A Devtchn.c75 struct fasync_struct *evtchn_async_queue;
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dpmcraid.h715 struct fasync_struct *aen_queue;

123