Searched refs:orig_state (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | ldc.c | 792 unsigned long orig_state, flags; in ldc_rx() local 797 orig_state = lp->chan_state; in ldc_rx() 808 orig_state, lp->chan_state, lp->rx_head, lp->rx_tail); in ldc_rx() 821 if (orig_state != LDC_CHANNEL_UP) { in ldc_rx() 823 orig_state = lp->chan_state; in ldc_rx() 841 if (lp->chan_state != orig_state) { in ldc_rx() 855 if (lp->chan_state != orig_state) in ldc_rx() 915 unsigned long flags, orig_state; in ldc_tx() local 920 orig_state = lp->chan_state; in ldc_tx() 931 orig_state, l in ldc_tx() [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | ldc.c | 792 unsigned long orig_state, flags; in ldc_rx() local 797 orig_state = lp->chan_state; in ldc_rx() 808 orig_state, lp->chan_state, lp->rx_head, lp->rx_tail); in ldc_rx() 821 if (orig_state != LDC_CHANNEL_UP) { in ldc_rx() 823 orig_state = lp->chan_state; in ldc_rx() 841 if (lp->chan_state != orig_state) { in ldc_rx() 855 if (lp->chan_state != orig_state) in ldc_rx() 915 unsigned long flags, orig_state; in ldc_tx() local 920 orig_state = lp->chan_state; in ldc_tx() 931 orig_state, l in ldc_tx() [all...] |
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 1375 enum vb2_buffer_state orig_state = vb->state; in __buf_prepare() local 1415 vb->state = orig_state; in __buf_prepare() 1421 vb->state = orig_state; in __buf_prepare() 1611 enum vb2_buffer_state orig_state; in vb2_core_qbuf() local 1712 orig_state = vb->state; in vb2_core_qbuf() 1751 vb->state = orig_state; in vb2_core_qbuf()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 1395 enum vb2_buffer_state orig_state = vb->state; in __buf_prepare() local 1435 vb->state = orig_state; in __buf_prepare() 1441 vb->state = orig_state; in __buf_prepare() 1641 enum vb2_buffer_state orig_state; in vb2_core_qbuf() local 1742 orig_state = vb->state; in vb2_core_qbuf() 1781 vb->state = orig_state; in vb2_core_qbuf()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 6173 int orig_state = netif_running(sp->dev); in s2io_ethtool_test() local 6177 if (orig_state) in s2io_ethtool_test() 6196 if (orig_state) in s2io_ethtool_test() 6202 if (!orig_state) { in s2io_ethtool_test()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 6180 int orig_state = netif_running(sp->dev); in s2io_ethtool_test() local 6184 if (orig_state) in s2io_ethtool_test() 6203 if (orig_state) in s2io_ethtool_test() 6209 if (!orig_state) { in s2io_ethtool_test()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 6040 __le16 orig_state; in ext4_load_journal() local 6054 orig_state = es->s_state; in ext4_load_journal() 6057 if (orig_state != es->s_state) in ext4_load_journal()
|
Completed in 52 milliseconds