Home
last modified time | relevance | path

Searched refs:from_raw_mut (Results 1 – 1 of 1) sorted by relevance

/rust/kernel/
A Dcpufreq.rs690 unsafe { Policy::from_raw_mut(ptr) }, in from_cpu()
1071 let policy = unsafe { Policy::from_raw_mut(ptr) }; in init_callback()
1088 let policy = unsafe { Policy::from_raw_mut(ptr) }; in exit_callback()
1104 let policy = unsafe { Policy::from_raw_mut(ptr) }; in online_callback()
1119 let policy = unsafe { Policy::from_raw_mut(ptr) }; in offline_callback()
1134 let policy = unsafe { Policy::from_raw_mut(ptr) }; in suspend_callback()
1163 let policy = unsafe { Policy::from_raw_mut(ptr) }; in ready_callback()
1251 let policy = unsafe { Policy::from_raw_mut(ptr) }; in fast_switch_callback()
1286 let policy = unsafe { Policy::from_raw_mut(ptr) }; in get_intermediate_callback()
1339 let policy = unsafe { Policy::from_raw_mut(ptr) }; in update_limits_callback()
[all …]

Completed in 6 milliseconds