/linux-4.4.14/fs/notify/ |
D | group.c | 117 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
|
/linux-4.4.14/fs/ |
D | pipe.c | 581 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync() 583 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_fasync() 586 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
|
D | fcntl.c | 686 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function 693 EXPORT_SYMBOL(fasync_helper);
|
D | locks.c | 1318 fasync_helper(0, fl->fl_file, 0, &fl->fl_fasync); in lease_modify()
|
/linux-4.4.14/drivers/pps/ |
D | pps.c | 64 return fasync_helper(fd, file, on, &pps->async_queue); in pps_cdev_fasync()
|
/linux-4.4.14/drivers/input/serio/ |
D | serio_raw.c | 62 return fasync_helper(fd, file, on, &client->fasync); in serio_raw_fasync()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-dev.c | 420 return fasync_helper(fd, file, on, &rtc->async_queue); in rtc_dev_fasync()
|
/linux-4.4.14/drivers/usb/misc/ |
D | yurex.c | 362 return fasync_helper(fd, file, on, &dev->async_queue); in yurex_fasync()
|
/linux-4.4.14/drivers/tty/vt/ |
D | vc_screen.c | 589 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync()
|
/linux-4.4.14/drivers/input/misc/ |
D | hp_sdc_rtc.c | 428 return fasync_helper (fd, filp, on, &hp_sdc_rtc_async_queue); in hp_sdc_rtc_fasync()
|
/linux-4.4.14/drivers/xen/ |
D | evtchn.c | 581 return fasync_helper(fd, filp, on, &u->evtchn_async_queue); in evtchn_fasync()
|
/linux-4.4.14/drivers/hid/ |
D | hidraw.c | 323 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync()
|
/linux-4.4.14/drivers/misc/mei/ |
D | main.c | 676 return fasync_helper(fd, file, band, &cl->ev_async); in mei_fasync()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 693 return fasync_helper(fd, file, on, &ctx->ibox_fasync); in spufs_ibox_fasync() 843 ret = fasync_helper(fd, file, on, &ctx->wbox_fasync); in spufs_wbox_fasync() 1813 return fasync_helper(fd, file, on, &ctx->mfc_fasync); in spufs_mfc_fasync()
|
/linux-4.4.14/drivers/uio/ |
D | uio.c | 474 return fasync_helper(fd, filep, on, &idev->async_queue); in uio_fasync()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_devintf.c | 105 result = fasync_helper(fd, file, on, &priv->fasync_queue); in ipmi_fasync()
|
D | ipmi_watchdog.c | 907 result = fasync_helper(fd, file, on, &fasync_q); in ipmi_fasync()
|
/linux-4.4.14/drivers/char/ |
D | rtc.c | 750 return fasync_helper(fd, filp, on, &rtc_async_queue); in rtc_fasync()
|
D | hpet.c | 411 if (fasync_helper(fd, file, on, &devp->hd_async_queue) >= 0) in hpet_fasync()
|
D | sonypi.c | 889 return fasync_helper(fd, filp, on, &sonypi_device.fifo_async); in sonypi_misc_fasync()
|
D | random.c | 1581 return fasync_helper(fd, filp, on, &fasync); in random_fasync()
|
D | virtio_console.c | 1100 return fasync_helper(fd, filp, mode, &port->async_queue); in port_fops_fasync()
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hiddev.c | 230 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync()
|
/linux-4.4.14/drivers/input/ |
D | mousedev.c | 411 return fasync_helper(fd, file, on, &client->fasync); in mousedev_fasync()
|
D | joydev.c | 163 return fasync_helper(fd, file, on, &client->fasync); in joydev_fasync()
|
D | evdev.c | 342 return fasync_helper(fd, file, on, &client->fasync); in evdev_fasync()
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_dev.c | 350 return fasync_helper(fd, filp, mode, &cdev->async_queue); in genwqe_fasync()
|
/linux-4.4.14/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 669 return fasync_helper(fd, file, on, &lis3->async_queue); in lis3lv02d_misc_fasync()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | uverbs_main.c | 423 return fasync_helper(fd, filp, on, &file->async_queue); in ib_uverbs_event_fasync()
|
/linux-4.4.14/drivers/hsi/clients/ |
D | cmt_speech.c | 1121 if (fasync_helper(fd, file, on, &csdata->async_queue) < 0) in cs_char_fasync()
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 479 Most instances call fasync_helper(), which does that maintenance, so it's
|
/linux-4.4.14/sound/core/ |
D | control.c | 1696 return fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync()
|
D | timer.c | 1919 return fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync()
|
D | pcm_native.c | 3530 return fasync_helper(fd, file, on, &runtime->fasync); in snd_pcm_fasync()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 1171 return fasync_helper (f, fd, on, &dev->fasync); in ep0_fasync()
|
/linux-4.4.14/drivers/net/wan/ |
D | cosa.c | 1000 return fasync_helper(inode, file, on, &fasync[port]); in cosa_fasync()
|
/linux-4.4.14/drivers/net/ |
D | tun.c | 2196 if ((ret = fasync_helper(fd, file, on, &tfile->fasync)) < 0) in tun_chr_fasync()
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 2217 retval = fasync_helper(fd, filp, on, &tty->fasync); in __tty_fasync()
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedi_fops.c | 2639 return fasync_helper(fd, file, on, &dev->async_queue); in comedi_fasync()
|
/linux-4.4.14/fs/fuse/ |
D | dev.c | 2215 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1237 extern int fasync_helper(int, struct file *, int, struct fasync_struct **);
|
/linux-4.4.14/drivers/scsi/ |
D | sg.c | 1193 return fasync_helper(fd, filp, mode, &sfp->async_qp); in sg_fasync()
|
D | pmcraid.c | 3551 rc = fasync_helper(fd, filep, mode, &pinstance->aen_queue); in pmcraid_chr_fasync()
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptctl.c | 609 ret = fasync_helper(fd, filep, mode, &async_queue); in mptctl_fasync()
|
/linux-4.4.14/net/ |
D | socket.c | 1049 fasync_helper(fd, filp, on, &wq->fasync_list); in sock_fasync()
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 509 return fasync_helper(fd, filep, mode, &async_queue); in _ctl_fasync()
|
/linux-4.4.14/drivers/platform/x86/ |
D | sony-laptop.c | 4042 return fasync_helper(fd, filp, on, &sonypi_compat.fifo_async); in sonypi_misc_fasync()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 1695 ret = fasync_helper (fd, filp, on, &ctx->ctx_async_queue); in pfm_do_fasync()
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 6042 rc = fasync_helper(fd, filep, mode, &megasas_async_queue); in megasas_mgmt_fasync()
|
/linux-4.4.14/kernel/events/ |
D | core.c | 4935 retval = fasync_helper(fd, filp, on, &event->fasync); in perf_fasync()
|