async_queue 225 drivers/char/virtio_console.c struct fasync_struct *async_queue; async_queue 1089 drivers/char/virtio_console.c return fasync_helper(fd, filp, mode, &port->async_queue); async_queue 1356 drivers/char/virtio_console.c if (port->async_queue && port->guest_connected) async_queue 1357 drivers/char/virtio_console.c kill_fasync(&port->async_queue, SIGIO, POLL_OUT); async_queue 1380 drivers/char/virtio_console.c port->async_queue = NULL; async_queue 47 drivers/hsi/clients/cmt_speech.c struct fasync_struct *async_queue; async_queue 156 drivers/hsi/clients/cmt_speech.c kill_fasync(&cs_char_data.async_queue, SIGIO, POLL_IN); async_queue 1108 drivers/hsi/clients/cmt_speech.c if (fasync_helper(fd, file, on, &csdata->async_queue) < 0) async_queue 122 drivers/infiniband/core/uverbs.h struct fasync_struct *async_queue; async_queue 338 drivers/infiniband/core/uverbs_main.c return fasync_helper(fd, filp, on, &file->ev_queue.async_queue); async_queue 346 drivers/infiniband/core/uverbs_main.c return fasync_helper(fd, filp, on, &comp_ev_file->ev_queue.async_queue); async_queue 449 drivers/infiniband/core/uverbs_main.c kill_fasync(&ev_queue->async_queue, SIGIO, POLL_IN); async_queue 483 drivers/infiniband/core/uverbs_main.c kill_fasync(&file->async_file->ev_queue.async_queue, SIGIO, POLL_IN); async_queue 556 drivers/infiniband/core/uverbs_main.c ev_queue->async_queue = NULL; async_queue 1377 drivers/infiniband/core/uverbs_main.c kill_fasync(&event_file->ev_queue.async_queue, SIGIO, POLL_IN); async_queue 219 drivers/infiniband/core/uverbs_std_types.c kill_fasync(&event_queue->async_queue, SIGIO, POLL_IN); async_queue 42 drivers/mailbox/mailbox-test.c struct fasync_struct *async_queue; async_queue 90 drivers/mailbox/mailbox-test.c return fasync_helper(fd, filp, on, &tdev->async_queue); async_queue 296 drivers/mailbox/mailbox-test.c kill_fasync(&tdev->async_queue, SIGIO, POLL_IN); async_queue 142 drivers/message/fusion/mptctl.c static struct fasync_struct *async_queue=NULL; async_queue 561 drivers/message/fusion/mptctl.c if(async_queue == NULL) async_queue 574 drivers/message/fusion/mptctl.c kill_fasync(&async_queue, SIGIO, POLL_IN); async_queue 594 drivers/message/fusion/mptctl.c kill_fasync(&async_queue, SIGIO, POLL_IN); async_queue 609 drivers/message/fusion/mptctl.c ret = fasync_helper(fd, filep, mode, &async_queue); async_queue 402 drivers/misc/genwqe/card_base.h struct fasync_struct *async_queue; async_queue 263 drivers/misc/genwqe/card_dev.c if (cfile->async_queue) async_queue 264 drivers/misc/genwqe/card_dev.c kill_fasync(&cfile->async_queue, sig, POLL_HUP); async_queue 341 drivers/misc/genwqe/card_dev.c return fasync_helper(fd, filp, mode, &cdev->async_queue); async_queue 491 drivers/misc/lis3lv02d/lis3lv02d.c kill_fasync(&lis3->async_queue, SIGIO, POLL_IN); async_queue 657 drivers/misc/lis3lv02d/lis3lv02d.c return fasync_helper(fd, file, on, &lis3->async_queue); async_queue 292 drivers/misc/lis3lv02d/lis3lv02d.h struct fasync_struct *async_queue; /* queue for the misc device */ async_queue 218 drivers/pps/kapi.c kill_fasync(&pps->async_queue, SIGIO, POLL_IN); async_queue 50 drivers/pps/pps.c return fasync_helper(fd, file, on, &pps->async_queue); async_queue 200 drivers/rapidio/devices/rio_mport_cdev.c struct fasync_struct *async_queue; async_queue 1938 drivers/rapidio/devices/rio_mport_cdev.c return fasync_helper(fd, filp, mode, &priv->async_queue); async_queue 2482 drivers/rapidio/devices/rio_mport_cdev.c if (client->async_queue) async_queue 2483 drivers/rapidio/devices/rio_mport_cdev.c kill_fasync(&client->async_queue, SIGIO, POLL_HUP); async_queue 406 drivers/rtc/dev.c return fasync_helper(fd, file, on, &rtc->async_queue); async_queue 616 drivers/rtc/interface.c kill_fasync(&rtc->async_queue, SIGIO, POLL_IN); async_queue 64 drivers/scsi/mpt3sas/mpt3sas_ctl.c static struct fasync_struct *async_queue; async_queue 373 drivers/scsi/mpt3sas/mpt3sas_ctl.c if (async_queue) async_queue 374 drivers/scsi/mpt3sas/mpt3sas_ctl.c kill_fasync(&async_queue, SIGIO, POLL_IN); async_queue 524 drivers/scsi/mpt3sas/mpt3sas_ctl.c return fasync_helper(fd, filep, mode, &async_queue); async_queue 3681 drivers/scsi/mpt3sas/mpt3sas_ctl.c async_queue = NULL; async_queue 2774 drivers/staging/comedi/comedi_fops.c return fasync_helper(fd, file, on, &dev->async_queue); async_queue 2870 drivers/staging/comedi/comedi_fops.c kill_fasync(&dev->async_queue, SIGIO, si_code); async_queue 573 drivers/staging/comedi/comedidev.h struct fasync_struct *async_queue; async_queue 433 drivers/uio/uio.c kill_fasync(&idev->async_queue, SIGIO, POLL_IN); async_queue 523 drivers/uio/uio.c return fasync_helper(fd, filep, on, &idev->async_queue); async_queue 1025 drivers/uio/uio.c kill_fasync(&idev->async_queue, SIGIO, POLL_HUP); async_queue 64 drivers/usb/misc/yurex.c struct fasync_struct *async_queue; async_queue 171 drivers/usb/misc/yurex.c kill_fasync(&dev->async_queue, SIGIO, POLL_IN); async_queue 327 drivers/usb/misc/yurex.c kill_fasync(&dev->async_queue, SIGIO, POLL_IN); async_queue 349 drivers/usb/misc/yurex.c return fasync_helper(fd, file, on, &dev->async_queue); async_queue 61 include/linux/pps_kernel.h struct fasync_struct *async_queue; /* fasync method */ async_queue 115 include/linux/rtc.h struct fasync_struct *async_queue; async_queue 74 include/linux/uio_driver.h struct fasync_struct *async_queue;