Searched refs:bend (Results 1 – 8 of 8) sorted by relevance
168 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent() local193 if (bbno < fbno && bend > fend) { in xfs_extent_busy_update_extent()212 } else if (bbno >= fbno && bend <= fend) { in xfs_extent_busy_update_extent()254 } else if (fend < bend) { in xfs_extent_busy_update_extent()325 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse() local330 } else if (fbno >= bend) { in xfs_extent_busy_reuse()373 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim() local378 } else if (fbno >= bend) { in xfs_extent_busy_trim()426 if (fend <= bend) in xfs_extent_busy_trim()446 fbno = bend; in xfs_extent_busy_trim()[all …]
1453 size_t bend; in xfs_buf_iomove() local1455 bend = boff + bsize; in xfs_buf_iomove()1456 while (boff < bend) { in xfs_buf_iomove()
168 int bend;186 bend = (int) ((((f2 - f1) * mantissa) >> 13) + f1);188 bend = 1048576L / bend;189 return bend;
1583 unsigned long compute_finetune(unsigned long base_freq, int bend, int range, in compute_finetune() argument1589 if (!bend) in compute_finetune()1600 bend = bend * range / 8192; /* Convert to cents */ in compute_finetune()1601 bend += vibrato_cents; in compute_finetune()1603 if (!bend) in compute_finetune()1606 negative = bend < 0 ? 1 : 0; in compute_finetune()1608 if (bend < 0) in compute_finetune()1609 bend *= -1; in compute_finetune()1610 if (bend > range) in compute_finetune()1611 bend = range; in compute_finetune()[all …]
56 unsigned long compute_finetune(unsigned long base_freq, int bend, int range,
1190 u_char *bend, *buf; in dlogframe() local1242 bend = skb->data + skb->len; in dlogframe()1243 if (buf >= bend) { in dlogframe()1290 while (buf < bend) { in dlogframe()1377 while (buf < bend) { in dlogframe()1463 while (buf < bend) { in dlogframe()
745 unsigned long *bpos, *bend; in ntfs_write_block() local750 bend = (unsigned long *)((u8*)bpos + blocksize); in ntfs_write_block()754 } while (likely(++bpos < bend)); in ntfs_write_block()756 if (bpos == bend) { in ntfs_write_block()
529 bend their backs to cope with this incoherence (to which I would be