Home
last modified time | relevance | path

Searched defs:timer_container_of (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dtimer.h132 #define timer_container_of(var, callback_timer, timer_fieldname) \ macro
/linux/rust/kernel/time/
H A Dhrtimer.rs357 unsafe fn timer_container_of(ptr: *mut HrTimer<T>) -> *mut Self in timer_container_of() method