Searched refs:saveflags (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_fsms.c | 555 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 …]
|
D | ctcm_main.c | 466 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 …]
|
D | netiucv.c | 732 unsigned long saveflags; in conn_action_txdone() local 760 spin_lock_irqsave(&conn->collect_lock, saveflags); in conn_action_txdone() 777 spin_unlock_irqrestore(&conn->collect_lock, saveflags); in conn_action_txdone() 1167 unsigned long saveflags; in netiucv_transmit_skb() local 1174 spin_lock_irqsave(&conn->collect_lock, saveflags); in netiucv_transmit_skb() 1186 spin_unlock_irqrestore(&conn->collect_lock, saveflags); in netiucv_transmit_skb()
|
D | ctcm_mpc.c | 1524 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.4.14/drivers/s390/cio/ |
D | qdio_main.c | 1336 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()
|