public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Scheduling tasklets from process context...
@ 2005-04-06  2:50 arun.prabha
  2005-04-06  3:07 ` Kenneth Aafløy
  2005-04-06 16:46 ` Roland Dreier
  0 siblings, 2 replies; 3+ messages in thread
From: arun.prabha @ 2005-04-06  2:50 UTC (permalink / raw)
  To: linux-kernel


Hi,

I have a query.

Since tasklets are typically used for bottom half
processing, is it acceptable/recommended that they
be scheduled from a process context (say an ioctl handler)?

Should one try to minimize such scheduling and try to
do things in process context if possible, as tasklets run
in interrupt context? Or is the driver writer free to use
the tasklets at will? What is recommended here?

Thanks in advance,
Arun.

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

end of thread, other threads:[~2005-04-06 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-06  2:50 Scheduling tasklets from process context arun.prabha
2005-04-06  3:07 ` Kenneth Aafløy
2005-04-06 16:46 ` Roland Dreier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox