Lines Matching full:remains
45 /// Driver needs to update internal limits even if frequency remains unchanged.
127 /// The callers must ensure that the `struct cpufreq_policy_data` is valid for access and remains
137 /// The caller must ensure that `ptr` is valid for writing and remains valid for the lifetime
143 // INVARIANT: The caller ensures that `ptr` is valid for writing and remains valid for the in from_raw_mut()
202 /// remains valid for the lifetime of the returned reference.
231 /// The caller must ensure that `ptr` is valid for reading and remains valid for the lifetime
237 // INVARIANT: The caller ensures that `ptr` is valid for reading and remains valid for the in from_raw()
394 /// The callers must ensure that the `struct cpufreq_policy` is valid for access and remains valid
422 /// The caller must ensure that `ptr` is valid for reading and remains valid for the lifetime
428 // INVARIANT: The caller ensures that `ptr` is valid for reading and remains valid for the in from_raw()
437 /// The caller must ensure that `ptr` is valid for writing and remains valid for the lifetime
443 // INVARIANT: The caller ensures that `ptr` is valid for writing and remains valid for the in from_raw_mut()
544 // SAFETY: The pointer to `cpus` is valid for writing and remains valid for the lifetime of in cpus()
617 // SAFETY: The `freq_table` is guaranteed to be valid for reading and remains valid for the in freq_table()
688 // SAFETY: The `ptr` is guaranteed to be valid and remains valid for the lifetime of in from_cpu()