Symbol: fasync_struct
drivers/char/hpet.c
79
struct fasync_struct *hd_async_queue;
drivers/char/ipmi/ipmi_devintf.c
32
struct fasync_struct *fasync_queue;
drivers/char/ipmi/ipmi_watchdog.c
156
static struct fasync_struct *fasync_q;
drivers/char/random.c
93
static struct fasync_struct *fasync;
drivers/char/sonypi.c
479
struct fasync_struct *fifo_async;
drivers/char/virtio_console.c
220
struct fasync_struct *async_queue;
drivers/hid/usbhid/hiddev.c
43
struct fasync_struct *fasync;
drivers/hsi/clients/cmt_speech.c
47
struct fasync_struct *async_queue;
drivers/infiniband/core/uverbs.h
121
struct fasync_struct *async_queue;
drivers/input/evdev.c
46
struct fasync_struct *fasync;
drivers/input/joydev.c
63
struct fasync_struct *fasync;
drivers/input/mousedev.c
95
struct fasync_struct *fasync;
drivers/input/serio/serio_raw.c
43
struct fasync_struct *fasync;
drivers/mailbox/mailbox-test.c
45
struct fasync_struct *async_queue;
drivers/message/fusion/mptctl.c
142
static struct fasync_struct *async_queue=NULL;
drivers/misc/genwqe/card_base.h
402
struct fasync_struct *async_queue;
drivers/misc/lis3lv02d/lis3lv02d.h
292
struct fasync_struct *async_queue; /* queue for the misc device */
drivers/misc/mei/mei_dev.h
303
struct fasync_struct *ev_async;
drivers/net/tun.c
134
struct fasync_struct *fasync;
drivers/platform/surface/surface_aggregator_cdev.c
68
struct fasync_struct *fasync;
drivers/platform/surface/surface_dtx.c
181
struct fasync_struct *fasync;
drivers/platform/x86/sony-laptop.c
3867
struct fasync_struct *fifo_async;
drivers/rapidio/devices/rio_mport_cdev.c
180
struct fasync_struct *async_queue;
drivers/scsi/megaraid/megaraid_sas_base.c
205
static struct fasync_struct *megasas_async_queue;
drivers/scsi/mpt3sas/mpt3sas_ctl.c
64
static struct fasync_struct *async_queue;
drivers/scsi/pmcraid.h
715
struct fasync_struct *aen_queue;
drivers/scsi/sg.c
150
struct fasync_struct *async_qp; /* used by asynchronous notification */
drivers/tty/vt/vc_screen.c
82
struct fasync_struct *fasync;
drivers/usb/class/usbtmc.c
111
struct fasync_struct *fasync;
drivers/usb/gadget/legacy/inode.c
129
struct fasync_struct *fasync;
drivers/usb/misc/yurex.c
64
struct fasync_struct *async_queue;
drivers/xen/evtchn.c
75
struct fasync_struct *evtchn_async_queue;
fs/fcntl.c
1001
int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp)
fs/fcntl.c
1003
struct fasync_struct *fa, **fp;
fs/fcntl.c
1027
struct fasync_struct *fasync_alloc(void)
fs/fcntl.c
1037
void fasync_free(struct fasync_struct *new)
fs/fcntl.c
1049
struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, struct fasync_struct *new)
fs/fcntl.c
1051
struct fasync_struct *fa, **fp;
fs/fcntl.c
1083
static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp)
fs/fcntl.c
1085
struct fasync_struct *new;
fs/fcntl.c
1112
int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp)
fs/fcntl.c
1124
static void kill_fasync_rcu(struct fasync_struct *fa, int sig, int band)
fs/fcntl.c
1152
void kill_fasync(struct fasync_struct **fp, int sig, int band)
fs/fcntl.c
1178
sizeof(struct fasync_struct), 0,
fs/fuse/fuse_i.h
549
struct fasync_struct *fasync;
fs/locks.c
2072
struct fasync_struct *new;
fs/locks.c
585
struct fasync_struct *fa = *priv;
include/linux/comedi/comedidev.h
571
struct fasync_struct *async_queue;
include/linux/filelock.h
136
struct fasync_struct * fl_fasync; /* for lease break notifications */
include/linux/fs.h
1375
struct fasync_struct *fa_next; /* singly linked list */
include/linux/fs.h
1383
extern int fasync_helper(int, struct file *, int, struct fasync_struct **);
include/linux/fs.h
1384
extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struct fasync_struct *);
include/linux/fs.h
1385
extern int fasync_remove_entry(struct file *, struct fasync_struct **);
include/linux/fs.h
1386
extern struct fasync_struct *fasync_alloc(void);
include/linux/fs.h
1387
extern void fasync_free(struct fasync_struct *);
include/linux/fs.h
1390
extern void kill_fasync(struct fasync_struct **, int, int);
include/linux/fsnotify_backend.h
246
struct fasync_struct *fsn_fa; /* async notification */
include/linux/hid-debug.h
32
struct fasync_struct *fasync;
include/linux/hidraw.h
31
struct fasync_struct *fasync;
include/linux/net.h
101
struct fasync_struct *fasync_list;
include/linux/perf_event.h
1890
static inline struct fasync_struct **perf_event_fasync(struct perf_event *event)
include/linux/perf_event.h
872
struct fasync_struct *fasync;
include/linux/pipe_fs_i.h
103
struct fasync_struct *fasync_readers;
include/linux/pipe_fs_i.h
104
struct fasync_struct *fasync_writers;
include/linux/pps_gen_kernel.h
58
struct fasync_struct *async_queue; /* fasync method */
include/linux/pps_kernel.h
61
struct fasync_struct *async_queue; /* fasync method */
include/linux/rtc.h
102
struct fasync_struct *async_queue;
include/linux/tty.h
230
struct fasync_struct *fasync;
include/linux/uio_driver.h
81
struct fasync_struct *async_queue;
sound/core/misc.c
90
struct fasync_struct *fasync;