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 {
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)
2 matches
Mail list logo