Searched refs:oldcount (Results 1 – 5 of 5) sorted by relevance
93 struct async_icount oldcount; /* for comparison of counter */ member
334 acm->oldcount = acm->iocount; in acm_process_notification()1019 old = acm->oldcount; in wait_serial_change()1021 acm->oldcount = new; in wait_serial_change()
325 int oldcount, i = qcrtc->index; in qxl_crtc_update_monitors_config() local338 oldcount = qdev->monitors_config->count; in qxl_crtc_update_monitors_config()366 oldcount == qdev->monitors_config->count) in qxl_crtc_update_monitors_config()372 if (oldcount != qdev->monitors_config->count) in qxl_crtc_update_monitors_config()374 oldcount, qdev->monitors_config->count, in qxl_crtc_update_monitors_config()
56 struct async_icount oldcount; member648 old = gb_tty->oldcount; in wait_serial_change()650 gb_tty->oldcount = new; in wait_serial_change()
1590 int oldcount; in mwl8k_tx_wait_empty() local1593 oldcount = priv->pending_tx_pkts; in mwl8k_tx_wait_empty()1621 if (priv->pending_tx_pkts < oldcount) { in mwl8k_tx_wait_empty()1624 oldcount, priv->pending_tx_pkts); in mwl8k_tx_wait_empty()
Completed in 27 milliseconds