tasklet question...

From: Raj, Ashok (ashok.raj@intel.com)
Date: Wed Aug 22 2001 - 17:24:16 EST


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/



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