Home
last modified time | relevance | path

Searched refs:howmany (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/char/xillybus/
H A Dxillybus_core.c703 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_read() local
726 howmany = ((channel->wr_buffers[bufidx]->end_offset in xillybus_read()
731 if (howmany > bytes_to_do) { in xillybus_read()
734 howmany = bytes_to_do; in xillybus_read()
735 channel->wr_host_buf_pos += howmany; in xillybus_read()
781 + bufpos, howmany)) in xillybus_read()
784 userbuf += howmany; in xillybus_read()
785 bytes_done += howmany; in xillybus_read()
1212 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_write() local
1232 howmany = channel->rd_buf_size - bufpos; in xillybus_write()
[all …]
/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c454 int howmany = 0; in hdlc_tx_done() local
483 howmany++; in hdlc_tx_done()
512 netdev_completed_queue(dev, howmany, bytes_sent); in hdlc_tx_done()
523 u16 length, howmany = 0; in hdlc_rx_done() local
590 howmany++; in hdlc_rx_done()
616 return howmany; in hdlc_rx_done()
624 int howmany; in ucc_hdlc_poll() local
631 howmany = 0; in ucc_hdlc_poll()
632 howmany += hdlc_rx_done(priv, budget - howmany); in ucc_hdlc_poll()
634 if (howmany < budget) { in ucc_hdlc_poll()
[all …]
/linux/tools/power/cpupower/utils/helpers/
H A Dbitmask.c12 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
15 #define longsperbits(n) howmany(n, bitsperlong)
/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c2893 u16 length, howmany = 0; in ucc_geth_rx() local
2927 howmany++; in ucc_geth_rx()
2964 return howmany; in ucc_geth_rx()
2972 int howmany = 0; in ucc_geth_tx() local
2990 howmany++; in ucc_geth_tx()
3013 netdev_completed_queue(dev, howmany, bytes_sent); in ucc_geth_tx()
3021 int howmany, i; in ucc_geth_poll() local
3031 howmany = 0; in ucc_geth_poll()
3033 howmany += ucc_geth_rx(ugeth, i, budget - howmany); in ucc_geth_poll()
3035 if (howmany < budget) { in ucc_geth_poll()
[all …]
H A Dgianfar.c2116 int howmany = 0; in gfar_clean_tx_ring() local
2195 howmany++; in gfar_clean_tx_ring()
2211 netdev_tx_completed_queue(txq, howmany, bytes_sent); in gfar_clean_tx_ring()
2463 int i, howmany = 0; in gfar_clean_rx_ring() local
2504 howmany++; in gfar_clean_rx_ring()
2557 return howmany; in gfar_clean_rx_ring()
/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c1053 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge() local
1084 howmany++; in scan_behind_bridge()
1162 if (!howmany) in scan_behind_bridge()
/linux/fs/xfs/
H A Dxfs_log.c1401 size_t bvec_size = howmany(log->l_iclog_size, PAGE_SIZE) * in xlog_alloc_log()
1576 howmany(count, PAGE_SIZE), in xlog_write_iclog()
3084 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()
3091 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()
H A Dxfs_zone_gc.c691 min(howmany(len, XFS_GC_BUF_SIZE) + 1, XFS_GC_NR_BUFS), in xfs_zone_gc_start_chunk()
H A Dxfs_buf.c114 mm_account_reclaimed_pages(howmany(size, PAGE_SHIFT)); in xfs_buf_free()
/linux/drivers/pci/
H A Dprobe.c343 unsigned int howmany, int rom) in pci_read_bases() argument
349 BUILD_BUG_ON(statically_true(howmany > PCI_STD_NUM_BARS)); in pci_read_bases()
367 __pci_size_stdbars(dev, howmany, PCI_BASE_ADDRESS_0, stdbars); in pci_read_bases()
375 for (pos = 0; pos < howmany; pos++) { in pci_read_bases()
/linux/fs/xfs/libxfs/
H A Dxfs_sb.c635 sbp->sb_inopblock != howmany(sbp->sb_blocksize,sbp->sb_inodesize) || in xfs_validate_sb_common()
H A Dxfs_ialloc.c3104 first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize); in xfs_ialloc_calc_rootino()