Searched defs:bh_requested (Results 1 - 4 of 4) sorted by relevance

/drivers/char/pcmcia/
H A Dsynclink_cs.c182 bool bh_requested; member in struct:_mgslpc_info
760 info->bh_requested = false;
1248 if (info->pending_bh && !info->bh_running && !info->bh_requested) {
1253 info->bh_requested = true;
2620 info->tx_active,info->bh_requested,info->bh_running,
/drivers/tty/
H A Dsynclink_gt.c278 bool bh_requested; member in struct:slgt_info
1314 info->tx_active,info->bh_requested,info->bh_running,
1943 info->bh_requested = false;
2418 !port->bh_requested) {
2421 port->bh_requested = true;
H A Dsynclinkmp.c187 bool bh_requested; member in struct:_synclinkmp_info
1418 info->tx_active,info->bh_requested,info->bh_running,
1996 info->bh_requested = false;
2626 !port->bh_requested ) {
2631 port->bh_requested = true;
H A Dsynclink.c213 bool bh_requested; member in struct:mgsl_struct
1044 info->bh_requested = false;
1725 if ( info->pending_bh && !info->bh_running && !info->bh_requested ) {
1730 info->bh_requested = true;
3525 info->tx_active,info->bh_requested,info->bh_running,

Completed in 123 milliseconds