Module set

Source
Expand description

This module contains the implementation of the CPU set and atomic CPU set.

Structsยง

AtomicCpuSet
A subset of all CPUs in the system with atomic operations.
CpuSet
A subset of all CPUs in the system.

Constantsยง

BITS_PER_PART ๐Ÿ”’
NR_PARTS_NO_ALLOC ๐Ÿ”’

Functionsยง

bit_idx ๐Ÿ”’
part_idx ๐Ÿ”’
parts_for_cpus ๐Ÿ”’

Type Aliasesยง

AtomicInnerPart ๐Ÿ”’
InnerPart ๐Ÿ”’