Home
last modified time | relevance | path

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

123

/linux/fs/
A Dfcntl.c868 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu()
880 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
882 struct fasync_struct *fa, **fp; in fasync_remove_entry()
906 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
916 void fasync_free(struct fasync_struct *new) in fasync_free()
928 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
930 struct fasync_struct *fa, **fp; in fasync_insert_entry()
964 struct fasync_struct *new; in fasync_add_entry()
1003 static void kill_fasync_rcu(struct fasync_struct *fa, int sig, int band) in kill_fasync_rcu()
1028 void kill_fasync(struct fasync_struct **fp, int sig, int band) in kill_fasync()
[all …]
/linux/include/linux/
A Dpipe_fs_i.h76 struct fasync_struct *fasync_readers;
77 struct fasync_struct *fasync_writers;
A Dhidraw.h31 struct fasync_struct *fasync;
A Dhid-debug.h32 struct fasync_struct *fasync;
A Dpps_kernel.h61 struct fasync_struct *async_queue; /* fasync method */
A Duio_driver.h74 struct fasync_struct *async_queue;
A Dfs.h1128 struct fasync_struct * fl_fasync; /* for lease break notifications */
1360 struct fasync_struct { struct
1364 struct fasync_struct *fa_next; /* singly linked list */ argument
1372 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
1373 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc…
1374 extern int fasync_remove_entry(struct file *, struct fasync_struct **);
1375 extern struct fasync_struct *fasync_alloc(void);
1376 extern void fasync_free(struct fasync_struct *);
1379 extern void kill_fasync(struct fasync_struct **, int, int);
A Drtc.h102 struct fasync_struct *async_queue;
A Dnet.h99 struct fasync_struct *fasync_list;
A Dfsnotify_backend.h222 struct fasync_struct *fsn_fa; /* async notification */
A Dtty.h188 struct fasync_struct *fasync;
/linux/drivers/misc/lis3lv02d/
A Dlis3lv02d.h292 struct fasync_struct *async_queue; /* queue for the misc device */
/linux/drivers/infiniband/core/
A Duverbs.h121 struct fasync_struct *async_queue;
/linux/include/sound/
A Dcontrol.h112 struct fasync_struct *fasync;
/linux/drivers/misc/genwqe/
A Dcard_base.h402 struct fasync_struct *async_queue;
/linux/drivers/comedi/
A Dcomedidev.h573 struct fasync_struct *async_queue;
/linux/drivers/input/serio/
A Dserio_raw.c43 struct fasync_struct *fasync;
/linux/drivers/mailbox/
A Dmailbox-test.c42 struct fasync_struct *async_queue;
/linux/Documentation/translations/zh_CN/process/
A Dmagic-number.rst67 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/Documentation/translations/zh_TW/process/
A Dmagic-number.rst70 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/drivers/misc/mei/
A Dmei_dev.h263 struct fasync_struct *ev_async;
/linux/drivers/usb/misc/
A Dyurex.c64 struct fasync_struct *async_queue;
/linux/drivers/xen/
A Devtchn.c75 struct fasync_struct *evtchn_async_queue;
/linux/Documentation/process/
A Dmagic-number.rst78 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``
/linux/Documentation/translations/it_IT/process/
A Dmagic-number.rst84 FASYNC_MAGIC 0x4601 fasync_struct ``include/linux/fs.h``

Completed in 55 milliseconds

123