Searched refs:was_active (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/kvm/ |
| H A D | mpic.c | 324 bool active, bool was_active) in IRQ_local_pipe() argument 334 __func__, n_IRQ, active, was_active); in IRQ_local_pipe() 338 __func__, src->output, n_IRQ, active, was_active, in IRQ_local_pipe() 346 if (!was_active && in IRQ_local_pipe() 353 if (was_active && in IRQ_local_pipe() 414 bool active, was_active; in openpic_update_irq() local 426 was_active = !!(src->ivpr & IVPR_ACTIVITY_MASK); in openpic_update_irq() 432 if (!active && !was_active) { in openpic_update_irq() 450 IRQ_local_pipe(opp, src->last_cpu, n_IRQ, active, was_active); in openpic_update_irq() 456 was_active); in openpic_update_irq() [all …]
|
| /linux/drivers/tty/ |
| H A D | sysrq.c | 831 bool was_active = sysrq->active; in sysrq_handle_keypress() local 919 if (was_active) in sysrq_handle_keypress()
|
| /linux/drivers/net/ |
| H A D | macsec.c | 2295 bool was_operational, was_active; in macsec_upd_txsa() local 2335 was_active = tx_sa->active; in macsec_upd_txsa() 2374 tx_sa->active = was_active; in macsec_upd_txsa() 2390 bool was_active; in macsec_upd_rxsa() local 2433 was_active = rx_sa->active; in macsec_upd_rxsa() 2467 rx_sa->active = was_active; in macsec_upd_rxsa() 2480 bool was_active; in macsec_upd_rxsc() local 2499 was_active = rx_sc->active; in macsec_upd_rxsc() 2535 rx_sc->active = was_active; in macsec_upd_rxsc()
|