Searched defs:pending (Results 1 – 3 of 3) sorted by relevance
119 let pending = if matches!(pt, PidType::PID) { in send_signal() localVariable
200 let pending = cpu_pending(cpu_id).bits; in do_softirq() localVariable
272 pub fn pending(&mut self, irq: u8) -> bool { in pending() method