Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtask.rs418 let file = kernel::file_from_location(loc); in might_sleep()
H A Dlib.rs306 /// # use kernel::file_from_location;
315 /// let caller_file = file_from_location(caller);
328 pub fn file_from_location<'a>(loc: &'a core::panic::Location<'a>) -> &'a core::ffi::CStr { in file_from_location() function