Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dworkqueue.rs201 macro_rules! new_work { macro
206 pub use new_work;
340 work <- new_work!("Queue::try_spawn"), in try_spawn()
/linux/drivers/android/binder/
H A Dprocess.rs515 defer_work <- kernel::new_work!("Process::defer_work"), in new()