| /OK3568_Linux_fs/kernel/drivers/char/xillybus/ |
| H A D | xillybus_core.c | 679 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_read() local 702 howmany = ((channel->wr_buffers[bufidx]->end_offset in xillybus_read() 707 if (howmany > bytes_to_do) { in xillybus_read() 710 howmany = bytes_to_do; in xillybus_read() 711 channel->wr_host_buf_pos += howmany; in xillybus_read() 758 + bufpos, howmany)) in xillybus_read() 761 userbuf += howmany; in xillybus_read() 762 bytes_done += howmany; in xillybus_read() 1192 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_write() local 1212 howmany = channel->rd_buf_size - bufpos; in xillybus_write() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | fsl_ucc_hdlc.c | 456 int howmany = 0; in hdlc_tx_done() local 484 howmany++; in hdlc_tx_done() 513 netdev_completed_queue(dev, howmany, bytes_sent); in hdlc_tx_done() 524 u16 length, howmany = 0; in hdlc_rx_done() local 590 howmany++; in hdlc_rx_done() 615 return howmany; in hdlc_rx_done() 623 int howmany; in ucc_hdlc_poll() local 630 howmany = 0; in ucc_hdlc_poll() 631 howmany += hdlc_rx_done(priv, budget - howmany); in ucc_hdlc_poll() 633 if (howmany < budget) { in ucc_hdlc_poll() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | param.h | 89 #ifndef howmany 90 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | param.h | 89 #ifndef howmany 90 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/ |
| H A D | bitmask.c | 12 #define howmany(x, y) (((x)+((y)-1))/(y)) macro 15 #define longsperbits(n) howmany(n, bitsperlong)
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_bio_io.c | 9 return min_t(unsigned, howmany(count, PAGE_SIZE), BIO_MAX_PAGES); in bio_max_vecs()
|
| H A D | xfs_linux.h | 137 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
| H A D | xfs_dir2_readdir.c | 293 ra_want = howmany(bufsize + geo->blksize, (1 << geo->fsblog)); in xfs_dir2_leaf_readbuf()
|
| H A D | xfs_log.c | 1387 size_t bvec_size = howmany(log->l_iclog_size, PAGE_SIZE) * in xlog_alloc_log() 1719 bio_init(&iclog->ic_bio, iclog->ic_bvec, howmany(count, PAGE_SIZE)); in xlog_write_iclog() 3408 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res() 3415 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | ucc_geth.c | 3156 u16 length, howmany = 0; in ucc_geth_rx() local 3190 howmany++; in ucc_geth_rx() 3227 return howmany; in ucc_geth_rx() 3235 int howmany = 0; in ucc_geth_tx() local 3253 howmany++; in ucc_geth_tx() 3276 netdev_completed_queue(dev, howmany, bytes_sent); in ucc_geth_tx() 3284 int howmany, i; in ucc_geth_poll() local 3294 howmany = 0; in ucc_geth_poll() 3296 howmany += ucc_geth_rx(ugeth, i, budget - howmany); in ucc_geth_poll() 3298 if (howmany < budget) { in ucc_geth_poll() [all …]
|
| H A D | gianfar.c | 2197 int howmany = 0; in gfar_clean_tx_ring() local 2275 howmany++; in gfar_clean_tx_ring() 2291 netdev_tx_completed_queue(txq, howmany, bytes_sent); in gfar_clean_tx_ring() 2543 int i, howmany = 0; in gfar_clean_rx_ring() local 2584 howmany++; in gfar_clean_rx_ring() 2637 return howmany; in gfar_clean_rx_ring()
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | ibmphp_pci.c | 1054 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge() local 1085 howmany++; in scan_behind_bridge() 1163 if (!howmany) in scan_behind_bridge()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_trans_resv.c | 214 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_log_count()
|
| H A D | xfs_sb.c | 314 sbp->sb_inopblock != howmany(sbp->sb_blocksize,sbp->sb_inodesize) || in xfs_validate_sb_common()
|
| H A D | xfs_ialloc.c | 2920 first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize); in xfs_ialloc_calc_rootino()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | probe.c | 321 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) in pci_read_bases() argument 332 for (pos = 0; pos < howmany; pos++) { in pci_read_bases()
|