Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/net/
Dctcm_fsms.c555 unsigned long saveflags = 0; in ctcm_chx_setmode() local
569 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_setmode()
576 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_setmode()
595 unsigned long saveflags; in ctcm_chx_start() local
638 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_start()
640 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_start()
658 unsigned long saveflags = 0; in ctcm_chx_haltio() local
669 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_haltio()
677 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_haltio()
835 unsigned long saveflags = 0; in ctcm_chx_restart() local
[all …]
Dctcm_main.c466 unsigned long saveflags; in ctcm_transmit_skb() local
478 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
483 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
495 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
498 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
569 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_transmit_skb()
573 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_transmit_skb()
674 unsigned long saveflags = 0; /* avoids compiler warning */ in ctcmpc_transmit_skb() local
681 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
686 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
[all …]
Dnetiucv.c733 unsigned long saveflags; in conn_action_txdone() local
761 spin_lock_irqsave(&conn->collect_lock, saveflags); in conn_action_txdone()
778 spin_unlock_irqrestore(&conn->collect_lock, saveflags); in conn_action_txdone()
1168 unsigned long saveflags; in netiucv_transmit_skb() local
1175 spin_lock_irqsave(&conn->collect_lock, saveflags); in netiucv_transmit_skb()
1187 spin_unlock_irqrestore(&conn->collect_lock, saveflags); in netiucv_transmit_skb()
Dctcm_mpc.c1524 unsigned long saveflags = 0; in mpc_action_send_discontact() local
1526 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in mpc_action_send_discontact()
1529 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags); in mpc_action_send_discontact()
1671 unsigned long saveflags = 0; /* avoids compiler warning with in mpc_action_side_xid() local
1797 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in mpc_action_side_xid()
1806 spin_unlock_irqrestore(get_ccwdev_lock(ch->cdev), saveflags); in mpc_action_side_xid()
/linux-4.1.27/drivers/s390/cio/
Dqdio_main.c1336 unsigned long saveflags; in qdio_establish() local
1364 spin_lock_irqsave(get_ccwdev_lock(cdev), saveflags); in qdio_establish()
1372 spin_unlock_irqrestore(get_ccwdev_lock(cdev), saveflags); in qdio_establish()
1412 unsigned long saveflags; in qdio_activate() local
1434 spin_lock_irqsave(get_ccwdev_lock(cdev), saveflags); in qdio_activate()
1443 spin_unlock_irqrestore(get_ccwdev_lock(cdev), saveflags); in qdio_activate()