Lines Matching full:lifetime
128 /// valid for the lifetime of the returned reference.
137 /// The caller must ensure that `ptr` is valid for writing and remains valid for the lifetime
144 // lifetime of the returned reference. 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
238 // lifetime of the returned reference. in from_raw()
395 /// for the lifetime of the returned reference.
421 /// The caller must ensure that `ptr` is valid for reading and remains valid for the lifetime
428 // lifetime of the returned reference. in from_raw()
436 /// The caller must ensure that `ptr` is valid for writing and remains valid for the lifetime
443 // lifetime of the returned reference. in from_raw_mut()
543 // SAFETY: The pointer to `cpus` is valid for writing and remains valid for the lifetime of in cpus()
617 // lifetime of the returned reference. in freq_table()
687 // SAFETY: The `ptr` is guaranteed to be valid and remains valid for the lifetime of in from_cpu()
710 // SAFETY: The underlying pointer is guaranteed to be valid for the lifetime of `self`. in drop()
1039 // SAFETY: `drv` is guaranteed to be valid for the lifetime of `Registration`. in new()
1068 // lifetime of `policy`. in init_callback()
1085 // lifetime of `policy`. in exit_callback()
1101 // lifetime of `policy`. in online_callback()
1116 // lifetime of `policy`. in offline_callback()
1131 // lifetime of `policy`. in suspend_callback()
1146 // lifetime of `policy`. in resume_callback()
1160 // lifetime of `policy`. in ready_callback()
1174 // lifetime of `policy`. in verify_callback()
1189 // lifetime of `policy`. in setpolicy_callback()
1208 // lifetime of `policy`. in target_callback()
1226 // lifetime of `policy`. in target_index_callback()
1248 // lifetime of `policy`. in fast_switch_callback()
1283 // lifetime of `policy`. in get_intermediate_callback()
1305 // lifetime of `policy`. in target_intermediate_callback()
1336 // lifetime of `policy`. in update_limits_callback()
1371 // lifetime of `policy`. in set_boost_callback()
1385 // lifetime of `policy`. in register_em_callback()
1394 // SAFETY: `self.0` is guaranteed to be valid for the lifetime of `Registration`. in drop()