Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kvm/
Dmpic.c324 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-v5.15/drivers/i2c/busses/
Di2c-kempld.c63 bool was_active; member
312 i2c->was_active = true; in kempld_i2c_probe()
341 if (!i2c->was_active) { in kempld_i2c_remove()
/Linux-v5.15/drivers/net/
Dmacsec.c1869 bool was_active; in macsec_add_rxsc() local
1897 was_active = rx_sc->active; in macsec_add_rxsc()
1924 rx_sc->active = was_active; in macsec_add_rxsc()
2314 bool was_operational, was_active; in macsec_upd_txsa() local
2354 was_active = tx_sa->active; in macsec_upd_txsa()
2392 tx_sa->active = was_active; in macsec_upd_txsa()
2408 bool was_active; in macsec_upd_rxsa() local
2451 was_active = rx_sa->active; in macsec_upd_rxsa()
2484 rx_sa->active = was_active; in macsec_upd_rxsa()
2497 bool was_active; in macsec_upd_rxsc() local
[all …]
/Linux-v5.15/drivers/tty/
Dsysrq.c820 bool was_active = sysrq->active; in sysrq_handle_keypress() local
906 if (was_active) in sysrq_handle_keypress()
/Linux-v5.15/net/mac80211/
Dtx.c3986 bool was_active; in ieee80211_schedule_txq() local
3992 was_active = airtime_is_active(air_info, now); in ieee80211_schedule_txq()
4002 if ((!was_active && air_info->v_t < air_sched->v_t) || in ieee80211_schedule_txq()
4006 ieee80211_update_airtime_weight(local, air_sched, now, !was_active); in ieee80211_schedule_txq()