public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Difference wait_event_interruptible and interruptible_wait_on
@ 2004-11-24 12:05 Hendrik Wiese
  2004-11-24 13:30 ` Davide Rossetti
  0 siblings, 1 reply; 5+ messages in thread
From: Hendrik Wiese @ 2004-11-24 12:05 UTC (permalink / raw)
  To: LKLM

Hello,

I'm porting a device driver from 2.2.14 to 2.6.7 and I got some problems 
doing this...

one of them is the following:
I know that a call to interruptible_wait_on puts a process into sleep 
state and that wait_event_interruptible does the same. But the 
difference is that wait_event_interruptible needs a condition to pass to 
wake up the processes. I do not need that mechanism since I wake up the 
processes at other places inside my driver with wake_up_interruptible 
calls. So how do I get a function similar to interruptible_wait_on where 
no condition is needed using kernel 2.6?

Thanks a lot and please CC me, 'cos I haven't subscribed to the LKML yet.

Kind regards,
Hendrik

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

end of thread, other threads:[~2004-11-25  9:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-24 12:05 Difference wait_event_interruptible and interruptible_wait_on Hendrik Wiese
2004-11-24 13:30 ` Davide Rossetti
2004-11-24 13:42   ` Hendrik Wiese
2004-11-24 14:24     ` Arjan van de Ven
2004-11-25  8:37       ` Hendrik Wiese

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