Searched refs:oldcount (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/ufs/
H A Dballoc.c345 unsigned cgno, oldcount, newcount; local
366 oldcount = ufs_fragnum (fragment);
367 newcount = oldcount + count;
372 if (oldcount) {
416 if (oldcount == 0) {
419 ufs_clear_frags(inode, result + oldcount,
420 newcount - oldcount, locked_page != NULL);
436 result = ufs_add_fragments(inode, tmp, oldcount, newcount);
443 ufs_clear_frags(inode, result + oldcount, newcount - oldcount,
502 ufs_add_fragments(struct inode *inode, u64 fragment, unsigned oldcount, unsigned newcount) argument
[all...]
/linux-master/drivers/usb/class/
H A Dcdc-acm.h93 struct async_icount oldcount; /* for comparison of counter */ member in struct:acm
H A Dcdc-acm.c334 acm->oldcount = acm->iocount;
1006 old = acm->oldcount;
1008 acm->oldcount = new;
/linux-master/kernel/locking/
H A Drwsem.c416 long oldcount, woken = 0, adjustment = 0; local
458 oldcount = atomic_long_fetch_add(adjustment, &sem->count);
459 if (unlikely(oldcount & RWSEM_WRITER_MASK)) {
466 if (!(oldcount & RWSEM_FLAG_HANDOFF)) {
527 oldcount = atomic_long_read(&sem->count);
534 if (oldcount & RWSEM_FLAG_HANDOFF)
541 if (oldcount & RWSEM_FLAG_HANDOFF)
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_display.c322 int oldcount, i = qcrtc->index; local
335 oldcount = qdev->monitors_config->count;
363 oldcount == qdev->monitors_config->count)
369 if (oldcount != qdev->monitors_config->count)
371 oldcount, qdev->monitors_config->count,
/linux-master/drivers/staging/greybus/
H A Duart.c56 struct async_icount oldcount; member in struct:gb_tty
646 old = gb_tty->oldcount;
648 gb_tty->oldcount = new;
/linux-master/scripts/kconfig/
H A Dexpr.c666 int oldcount; local
670 oldcount = trans_count;
684 trans_count = oldcount;
/linux-master/fs/btrfs/
H A Dbackref.c253 static void update_share_count(struct share_check *sc, int oldcount, argument
256 if ((!sc) || (oldcount == 0 && newcount < 1))
259 if (oldcount > 0 && newcount < 1)
261 else if (oldcount < 1 && newcount > 0)
/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c1581 int oldcount; local
1584 oldcount = priv->pending_tx_pkts;
1612 if (priv->pending_tx_pkts < oldcount) {
1615 oldcount, priv->pending_tx_pkts);

Completed in 280 milliseconds