tasklet question...

Raj, Ashok (ashok.raj@intel.com)
Wed, 22 Aug 2001 15:24:16 -0700


Hello

If iam using tasklets for deferred processing, and after some threashold
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.

ashokr
-
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/