kernel::time

Module delay

Source
Expand description

Delay and sleep primitives.

This module contains the kernel APIs related to delay and sleep that have been ported or wrapped for usage by Rust code in the kernel.

C header: include/linux/delay.h.

Functionsยง

  • Sleeps for a given duration at least.
  • Inserts a delay based on microseconds with busy waiting.