kernel

Module sync

Source
Expand description

Synchronisation primitives.

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

Re-exports§

Modules§

  • Internal reference counting support.
  • Atomic primitives.
  • Memory barriers.
  • Completion support.
  • Generic kernel lock and guard.
  • Utilities for working with struct poll_table.
  • RCU support.

Macros§

Structs§

Enums§

Traits§