/linux-4.4.14/fs/ |
D | fcntl.c | 563 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu() 575 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry() 577 struct fasync_struct *fa, **fp; in fasync_remove_entry() 601 struct fasync_struct *fasync_alloc(void) in fasync_alloc() 611 void fasync_free(struct fasync_struct *new) in fasync_free() 623 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry() 625 struct fasync_struct *fa, **fp; in fasync_insert_entry() 657 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry() 659 struct fasync_struct *new; in fasync_add_entry() 686 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() [all …]
|
D | locks.c | 485 struct fasync_struct *fa = *priv; in lease_setup() 1817 struct fasync_struct *new; in do_fcntl_add_lease()
|
/linux-4.4.14/include/linux/ |
D | pipe_fs_i.h | 58 struct fasync_struct *fasync_readers; 59 struct fasync_struct *fasync_writers;
|
D | hidraw.h | 39 struct fasync_struct *fasync;
|
D | hid-debug.h | 45 struct fasync_struct *fasync;
|
D | uio_driver.h | 71 struct fasync_struct *async_queue;
|
D | pps_kernel.h | 75 struct fasync_struct *async_queue; /* fasync method */
|
D | fs.h | 995 struct fasync_struct * fl_fasync; /* for lease break notifications */ 1225 struct fasync_struct { struct 1229 struct fasync_struct *fa_next; /* singly linked list */ argument 1237 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument 1238 extern struct fasync_struct *fasync_insert_entry(int, struct file *, struct fasync_struct **, struc… 1239 extern int fasync_remove_entry(struct file *, struct fasync_struct **); 1240 extern struct fasync_struct *fasync_alloc(void); 1241 extern void fasync_free(struct fasync_struct *); 1244 extern void kill_fasync(struct fasync_struct **, int, int);
|
D | rtc.h | 128 struct fasync_struct *async_queue;
|
D | fsnotify_backend.h | 159 struct fasync_struct *fsn_fa; /* async notification */
|
D | net.h | 95 struct fasync_struct *fasync_list;
|
D | tty.h | 298 struct fasync_struct *fasync;
|
D | perf_event.h | 552 struct fasync_struct *fasync;
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 105 struct fasync_struct *ibox_fasync; 106 struct fasync_struct *wbox_fasync; 107 struct fasync_struct *mfc_fasync;
|
/linux-4.4.14/drivers/misc/lis3lv02d/ |
D | lis3lv02d.h | 305 struct fasync_struct *async_queue; /* queue for the misc device */
|
/linux-4.4.14/include/sound/ |
D | control.h | 109 struct fasync_struct *fasync;
|
D | pcm.h | 395 struct fasync_struct *fasync;
|
/linux-4.4.14/drivers/infiniband/core/ |
D | uverbs.h | 111 struct fasync_struct *async_queue;
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_base.h | 406 struct fasync_struct *async_queue;
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedidev.h | 557 struct fasync_struct *async_queue;
|
/linux-4.4.14/drivers/input/serio/ |
D | serio_raw.c | 46 struct fasync_struct *fasync;
|
/linux-4.4.14/fs/fuse/ |
D | fuse_i.h | 412 struct fasync_struct *fasync;
|
/linux-4.4.14/drivers/misc/mei/ |
D | mei_dev.h | 262 struct fasync_struct *ev_async;
|
/linux-4.4.14/Documentation/zh_CN/ |
D | magic-number.txt | 71 FASYNC_MAGIC 0x4601 fasync_struct include/linux/fs.h
|
/linux-4.4.14/drivers/usb/misc/ |
D | yurex.c | 67 struct fasync_struct *async_queue;
|
/linux-4.4.14/drivers/tty/vt/ |
D | vc_screen.c | 58 struct fasync_struct *fasync;
|
/linux-4.4.14/drivers/input/misc/ |
D | hp_sdc_rtc.c | 63 static struct fasync_struct *hp_sdc_rtc_async_queue;
|
/linux-4.4.14/drivers/xen/ |
D | evtchn.c | 74 struct fasync_struct *evtchn_async_queue;
|
/linux-4.4.14/drivers/scsi/ |
D | pmcraid.h | 730 struct fasync_struct *aen_queue;
|
D | sg.c | 161 struct fasync_struct *async_qp; /* used by asynchronous notification */
|
/linux-4.4.14/Documentation/ |
D | magic-number.txt | 71 FASYNC_MAGIC 0x4601 fasync_struct include/linux/fs.h
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_devintf.c | 53 struct fasync_struct *fasync_queue;
|
D | ipmi_watchdog.c | 174 static struct fasync_struct *fasync_q;
|
/linux-4.4.14/drivers/char/ |
D | rtc.c | 133 static struct fasync_struct *rtc_async_queue;
|
D | hpet.c | 99 struct fasync_struct *hd_async_queue;
|
D | sonypi.c | 492 struct fasync_struct *fifo_async;
|
D | random.c | 410 static struct fasync_struct *fasync;
|
D | virtio_console.c | 233 struct fasync_struct *async_queue;
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hiddev.c | 64 struct fasync_struct *fasync;
|
/linux-4.4.14/drivers/input/ |
D | mousedev.c | 97 struct fasync_struct *fasync;
|
D | joydev.c | 69 struct fasync_struct *fasync;
|
D | evdev.c | 56 struct fasync_struct *fasync;
|
/linux-4.4.14/drivers/hsi/clients/ |
D | cmt_speech.c | 60 struct fasync_struct *async_queue;
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 122 struct fasync_struct *fasync;
|
/linux-4.4.14/drivers/net/wan/ |
D | cosa.c | 993 static struct fasync_struct *fasync[256] = { NULL, };
|
/linux-4.4.14/drivers/net/ |
D | tun.c | 150 struct fasync_struct *fasync;
|
/linux-4.4.14/sound/core/ |
D | timer.c | 76 struct fasync_struct *fasync;
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptctl.c | 142 static struct fasync_struct *async_queue=NULL;
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 64 static struct fasync_struct *async_queue;
|
/linux-4.4.14/drivers/platform/x86/ |
D | sony-laptop.c | 4030 struct fasync_struct *fifo_async;
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 334 struct fasync_struct *ctx_async_queue;
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 151 static struct fasync_struct *megasas_async_queue;
|
/linux-4.4.14/kernel/events/ |
D | core.c | 4962 static inline struct fasync_struct **perf_event_fasync(struct perf_event *event) in perf_event_fasync()
|