Re: [UPDATE PATCH] Add schedule_timeout_{intr,unintr}{,_msecs}() interfaces

2005-08-03 Thread Roman Zippel
Hi, On Mon, 1 Aug 2005, Nishanth Aravamudan wrote: > +unsigned int __sched schedule_timeout_msecs(unsigned int timeout_msecs) > +{ > + unsigned long expire_jifs; > + > + if (timeout_msecs == MAX_SCHEDULE_TIMEOUT_MSECS) { > + expire_jifs = MAX_SCHEDULE_TIMEOUT; > + } else {

[UPDATE PATCH] Add schedule_timeout_{intr,unintr}{,_msecs}() interfaces

2005-08-01 Thread Nishanth Aravamudan
On 31.07.2005 [01:35:35 +0200], Roman Zippel wrote: > Hi, > > On Wed, 27 Jul 2005, Nishanth Aravamudan wrote: > > > > > My goal is to distinguish between these cases in sleeping-logic: > > > > > > > > 1) tick-oriented > > > > use schedule_timeout(), add_timer(), etc. > > > > > > > > 2)