Searched refs:splice (Results 1 – 2 of 2) sorted by relevance
1837 struct completion_splice *splice; in unlink_complete() local1839 splice = (struct completion_splice *) urb->context; in unlink_complete()1842 urb->complete = splice->complete; in unlink_complete()1843 urb->context = splice->context; in unlink_complete()1847 complete (&splice->done); in unlink_complete()1858 struct completion_splice splice; in hcd_unlink_urb() local1896 init_completion (&splice.done); in hcd_unlink_urb()1898 splice.complete = urb->complete; in hcd_unlink_urb()1899 splice.context = urb->context; in hcd_unlink_urb()1901 urb->context = &splice; in hcd_unlink_urb()[all …]
243 extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout,