* legal to call tasklet_schedule() from within schedule()?
@ 2007-02-06 16:57 Chris Friesen
0 siblings, 0 replies; only message in thread
From: Chris Friesen @ 2007-02-06 16:57 UTC (permalink / raw)
To: Linux Kernel Mailing List
I'm noodling around with some way to print out error messages from
within the scheduler itself. One way that I'm considering is to copy
messages to a static memory buffer and then trigger a tasklet to do the
actual printing. The question I had was whether it's actually legal to
call tasklet_schedule() from within the schedule() function, or whether
that could lead to bad things. Can anyone give me a definitive
statement on this?
Does anyone have any other suggestions on the best way to do this?
Thanks,
Chris
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-06 16:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-06 16:57 legal to call tasklet_schedule() from within schedule()? Chris Friesen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox