/linux-6.14.4/fs/notify/ |
D | group.c | 159 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
|
/linux-6.14.4/sound/core/ |
D | misc.c | 143 return fasync_helper(fd, file, on, &fasync->fasync); in snd_fasync_helper()
|
/linux-6.14.4/drivers/pps/generators/ |
D | pps_gen.c | 49 return fasync_helper(fd, file, on, &pps_gen->async_queue); in pps_gen_cdev_fasync()
|
/linux-6.14.4/fs/ |
D | pipe.c | 751 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync() 753 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_fasync() 756 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
|
D | fcntl.c | 1101 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function 1108 EXPORT_SYMBOL(fasync_helper);
|
/linux-6.14.4/drivers/input/serio/ |
D | serio_raw.c | 59 return fasync_helper(fd, file, on, &client->fasync); in serio_raw_fasync()
|
/linux-6.14.4/drivers/pps/ |
D | pps.c | 50 return fasync_helper(fd, file, on, &pps->async_queue); in pps_cdev_fasync()
|
/linux-6.14.4/drivers/mailbox/ |
D | mailbox-test.c | 93 return fasync_helper(fd, filp, on, &tdev->async_queue); in mbox_test_message_fasync()
|
/linux-6.14.4/drivers/usb/misc/ |
D | yurex.c | 348 return fasync_helper(fd, file, on, &dev->async_queue); in yurex_fasync()
|
/linux-6.14.4/drivers/rtc/ |
D | dev.c | 499 return fasync_helper(fd, file, on, &rtc->async_queue); in rtc_dev_fasync()
|
/linux-6.14.4/drivers/infiniband/core/ |
D | uverbs_main.c | 341 return fasync_helper(fd, filp, on, &file->ev_queue.async_queue); in ib_uverbs_async_event_fasync() 349 return fasync_helper(fd, filp, on, &comp_ev_file->ev_queue.async_queue); in ib_uverbs_comp_event_fasync()
|
/linux-6.14.4/drivers/xen/ |
D | evtchn.c | 638 return fasync_helper(fd, filp, on, &u->evtchn_async_queue); in evtchn_fasync()
|
/linux-6.14.4/drivers/tty/vt/ |
D | vc_screen.c | 748 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync()
|
/linux-6.14.4/drivers/hid/ |
D | hidraw.c | 338 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync()
|
/linux-6.14.4/drivers/platform/surface/ |
D | surface_aggregator_cdev.c | 661 return fasync_helper(fd, file, on, &client->fasync); in ssam_cdev_fasync()
|
D | surface_dtx.c | 546 return fasync_helper(fd, file, on, &client->fasync); in surface_dtx_fasync()
|
/linux-6.14.4/drivers/char/ipmi/ |
D | ipmi_devintf.c | 79 return fasync_helper(fd, file, on, &priv->fasync_queue); in ipmi_fasync()
|
D | ipmi_watchdog.c | 871 result = fasync_helper(fd, file, on, &fasync_q); in ipmi_fasync()
|
/linux-6.14.4/drivers/char/ |
D | hpet.c | 387 if (fasync_helper(fd, file, on, &devp->hd_async_queue) >= 0) in hpet_fasync()
|
D | sonypi.c | 875 return fasync_helper(fd, filp, on, &sonypi_device.fifo_async); in sonypi_misc_fasync()
|
/linux-6.14.4/drivers/hid/usbhid/ |
D | hiddev.c | 209 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync()
|
/linux-6.14.4/drivers/misc/mei/ |
D | main.c | 922 return fasync_helper(fd, file, band, &cl->ev_async); in mei_fasync()
|
/linux-6.14.4/drivers/uio/ |
D | uio.c | 540 return fasync_helper(fd, filep, on, &idev->async_queue); in uio_fasync()
|
/linux-6.14.4/drivers/input/ |
D | mousedev.c | 408 return fasync_helper(fd, file, on, &client->fasync); in mousedev_fasync()
|
D | joydev.c | 157 return fasync_helper(fd, file, on, &client->fasync); in joydev_fasync()
|