Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dworkqueue.rs142 macro_rules! new_work { macro
147 pub use new_work;
218 work <- new_work!("Queue::try_spawn"), in try_spawn()