Lines Matching full:per
31 .Nd Kernel Dynamic Per-CPU Memory Allocator
34 .Ss Per-CPU Variable Definition and Declaration
49 Dynamically allocated per-CPU variables are defined using
56 If no initialization is provided, then each per-CPU instance of the variable
77 produces a declaration of the per-CPU variable suitable for use in header
82 (which returns a pointer to the per-CPU instance),
84 (which retrieves the value of the per-CPU instance),
87 (which sets the value of the per-CPU instance).
104 This requires additional care when reasoning about and protecting per-CPU
138 * Protect with a per-CPU mutex, tolerating migration, but
141 * per-CPU variable is safe as long as the correct mutex is