Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dworkqueue.rs469 unsafe fn work_container_of(ptr: *mut Work<T, ID>) -> *mut Self in work_container_of() method
543 let ptr = unsafe { T::work_container_of(ptr) }; in run()
596 let ptr = unsafe { T::work_container_of(ptr) }; in run()