[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241004.210819.1707532374343509254.fujita.tomonori@gmail.com>
Date: Fri, 04 Oct 2024 21:08:19 +0900 (JST)
From: FUJITA Tomonori <fujita.tomonori@...il.com>
To: andrew@...n.ch
Cc: fujita.tomonori@...il.com, netdev@...r.kernel.org,
rust-for-linux@...r.kernel.org, hkallweit1@...il.com, tmgross@...ch.edu,
ojeda@...nel.org, alex.gaynor@...il.com, gary@...yguo.net,
bjorn3_gh@...tonmail.com, benno.lossin@...ton.me, a.hindborg@...sung.com,
aliceryhl@...gle.com
Subject: Re: [PATCH net-next v1 1/2] rust: add delay abstraction
On Tue, 1 Oct 2024 14:31:39 +0200
Andrew Lunn <andrew@...n.ch> wrote:
>> +/// Sleeps for a given duration.
>> +///
>> +/// Equivalent to the kernel's [`fsleep`] function, internally calls `udelay`,
>> +/// `usleep_range`, or `msleep`.
>
> Is it possible to cross reference
> Documentation/timers/timers-howto.rst ? fsleep() points to it, so it
> would e good if the Rust version also did.
Looks like the pointer to Documentation/timers/timers-howto.rst in
fsleep will be removed soon.
https://lore.kernel.org/all/20240911-devel-anna-maria-b4-timers-flseep-v2-0-b0d3f33ccfe0@linutronix.de/
Powered by blists - more mailing lists