howmany
int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0;
howmany = channel->rd_buf_size - bufpos;
if ((howmany > bytes_to_do) &&
howmany = bytes_to_do;
channel->rd_host_buf_pos += howmany;
howmany = 0;
userbuf, howmany))
userbuf += howmany;
bytes_done += howmany;
int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0;
howmany = ((channel->wr_buffers[bufidx]->end_offset
if (howmany > bytes_to_do) {
howmany = bytes_to_do;
channel->wr_host_buf_pos += howmany;
+ bufpos, howmany))
userbuf += howmany;
bytes_done += howmany;
int howmany = 0;
howmany++;
netdev_tx_completed_queue(txq, howmany, bytes_sent);
int i, howmany = 0;
howmany++;
return howmany;
u16 length, howmany = 0;
howmany++;
return howmany;
int howmany = 0;
howmany++;
netdev_completed_queue(dev, howmany, bytes_sent);
int howmany, i;
howmany = 0;
howmany += ucc_geth_rx(ugeth, i, budget - howmany);
if (howmany < budget) {
napi_complete_done(napi, howmany);
return howmany;
int howmany = 0;
howmany++;
netdev_completed_queue(dev, howmany, bytes_sent);
u16 length, howmany = 0;
howmany++;
return howmany;
int howmany;
howmany = 0;
howmany += hdlc_rx_done(priv, budget - howmany);
if (howmany < budget) {
napi_complete_done(napi, howmany);
return howmany;
int howmany = 0; /*this is to see if there are any devices behind the bridge */
howmany++;
if (!howmany)
unsigned int howmany, int rom)
BUILD_BUG_ON(statically_true(howmany > PCI_STD_NUM_BARS));
__pci_size_stdbars(dev, howmany, PCI_BASE_ADDRESS_0, stdbars);
for (pos = 0; pos < howmany; pos++) {
return howmany(attrlen, xfs_attr3_rmt_buf_space(mp));
first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize);
sbp->sb_inopblock != howmany(sbp->sb_blocksize,sbp->sb_inodesize) ||
return bio_max_segs(howmany(count, PAGE_SIZE));
mm_account_reclaimed_pages(howmany(size, PAGE_SHIFT));
ra_want = howmany(bufsize + geo->blksize, (1 << geo->fsblog));
size_t bvec_size = howmany(log->l_iclog_size, PAGE_SIZE) *
howmany(count, PAGE_SIZE),
num_headers = howmany(unit_bytes, iclog_space);
howmany(unit_bytes, iclog_space) > num_headers) {
min(howmany(len, XFS_GC_BUF_SIZE) + 1, XFS_GC_NR_BUFS),
#define longsperbits(n) howmany(n, bitsperlong)