Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c181 bool bh_running; member
757 info->bh_running = false; in bh_action()
776 info->bh_running = true; in bh_handler()
1246 if (info->pending_bh && !info->bh_running && !info->bh_requested) { in mgslpc_isr()
2591 info->tx_active,info->bh_requested,info->bh_running, in line_info()
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c249 bool bh_running; member
1228 info->tx_active,info->bh_requested,info->bh_running, in line_info()
1843 info->bh_running = false; in bh_action()
1861 info->bh_running = true; in bh_handler()
2318 port->pending_bh && !port->bh_running && in slgt_interrupt()