Re: tasklet question...

From: Maksim Krasnyanskiy (maxk@qualcomm.com)
Date: Wed Aug 22 2001 - 17:33:22 EST


>processing in the tasklet would like to reschedule tasklet again. will the following work
>
>tasklet_function()
>{
> more_processing = DeferredProcessing()
> if (more_processing)
> tasklet_schedule() // this will schedule the same tasklet.
>}
>
>is the above legal.
It's fine and it will work.

Max

Maksim Krasnyanskiy
Senior Kernel Engineer
Qualcomm Incorporated

maxk@qualcomm.com
http://bluez.sf.net
http://vtun.sf.net

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 23 2001 - 21:00:51 EST