Home
last modified time | relevance | path

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

/linux/drivers/usb/class/
H A Dcdc-acm.h93 struct async_icount oldcount; /* for comparison of counter */ member
H A Dcdc-acm.c334 acm->oldcount = acm->iocount; in acm_process_notification()
1032 old = acm->oldcount; in wait_serial_change()
1034 acm->oldcount = new; in wait_serial_change()
/linux/drivers/staging/greybus/
H A Duart.c56 struct async_icount oldcount; member
648 old = gb_tty->oldcount; in wait_serial_change()
650 gb_tty->oldcount = new; in wait_serial_change()
/linux/scripts/kconfig/
H A Dexpr.c539 int oldcount; in expr_eliminate_dups() local
543 oldcount = trans_count; in expr_eliminate_dups()
559 trans_count = oldcount; in expr_eliminate_dups()
/linux/fs/btrfs/
H A Dbackref.c268 static void update_share_count(struct share_check *sc, int oldcount, in update_share_count() argument
271 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()