Home
last modified time | relevance | path

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

/linux/rust/kernel/drm/
H A Ddevice.rs296 unsafe fn work_container_of(ptr: *mut Work<Device<T>, ID>) -> *mut Self { in work_container_of() function
299 let data_ptr = unsafe { T::Data::work_container_of(ptr) }; in work_container_of()