All of lore.kernel.org
 help / color / mirror / Atom feed
* tasklet question...
@ 2001-08-22 22:24 Raj, Ashok
  0 siblings, 0 replies; 4+ messages in thread
From: Raj, Ashok @ 2001-08-22 22:24 UTC (permalink / raw)
  To: Linux-Kernel (E-mail)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-08-23 18:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <9319DDF797C4D211AC4700A0C96B7C9404AC2171@orsmsx42.jf.intel .com>
2001-08-22 22:33 ` tasklet question Maksim Krasnyanskiy
2001-08-23 17:28   ` george anzinger
2001-08-23 18:07   ` Maksim Krasnyanskiy
2001-08-22 22:24 Raj, Ashok

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.