Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs341 unsafe fn timer_container_of(ptr: *mut HrTimer<T>) -> *mut Self in timer_container_of() method
501 unsafe fn timer_container_of(
/linux-6.15/rust/kernel/time/hrtimer/
H A Darc.rs83 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
H A Dpin.rs86 let receiver_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
H A Dpin_mut.rs90 let receiver_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
H A Dtbox.rs106 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()