On Mon Nov 3, 2025 at 8:59 AM JST, Joel Fernandes wrote:
<snip>
> + // SAFETY: `usleep_range_state` is safe to call with any parameter.
> + unsafe {
> + bindings::usleep_range_state(
> + self.val as usize,
> + self.val as usize,
> + bindings::TASK_UNINTERRUPTIBLE,
> + )
> + };`fsleep` is now available, using it would remove the `unsafe` statement.
