kernel::io

Module poll

Source
Expand description

IO polling.

C header: include/linux/iopoll.h.

Functionsยง

  • Polls periodically until a condition is met, an error occurs, or the timeout is reached.
  • Polls periodically until a condition is met, an error occurs, or the attempt limit is reached.