[Q] USB urb completion handler

loody miloody at gmail.com
Tue May 22 02:56:13 EDT 2012


hi

2012/5/8 Ezequiel Garcia <elezegarcia at gmail.com>:
> Hi,
>
> I have a very simple question:
> Is it possible for an urb completion handler (the function that you
> put in the urb->complete field)
> to execute concurrently with itself?
>
> And in what context does it get called? Is it in interrupt context or
> in the context of a kernel thread?

Both conditions will try to call complete functions.

>
> Hope my question is clear enough,
> Regards,
> Ezequiel.
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

-- 
Regards,



More information about the Kernelnewbies mailing list