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()1032 old = acm->oldcount; in wait_serial_change()1034 acm->oldcount = new; in wait_serial_change()
56 struct async_icount oldcount; member648 old = gb_tty->oldcount; in wait_serial_change()650 gb_tty->oldcount = new; in wait_serial_change()
539 int oldcount; in expr_eliminate_dups() local 543 oldcount = trans_count; in expr_eliminate_dups() 559 trans_count = oldcount; in expr_eliminate_dups()
268 static void update_share_count(struct share_check *sc, int oldcount, in update_share_count() argument271 if ((!sc) || (oldcount == 0 && newcount < 1)) in update_share_count()274 if (oldcount > 0 && newcount < 1) in update_share_count()276 else if (oldcount < 1 && newcount > 0) in update_share_count()