Subject: Re: Kernel API question
To: Filka Michal <michal.filka@strom.cz>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 03/23/2006 11:49:24
On Thu, Mar 23, 2006 at 11:34:44AM +0100, Filka Michal wrote:
> Hi all,
> Is there any function in kernel which I can call if I want to wait for a
> couple of miliseconds?

See delay(9) and {l}tsleep(9).

Martin