Searched refs:howmany (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/char/xillybus/ |
A D | xillybus_core.c | 731 if (howmany > bytes_to_do) { in xillybus_read() 734 howmany = bytes_to_do; in xillybus_read() 781 + bufpos, howmany)) in xillybus_read() 784 userbuf += howmany; in xillybus_read() 785 bytes_done += howmany; in xillybus_read() 1241 if ((howmany > bytes_to_do) && in xillybus_write() 1246 howmany = bytes_to_do; in xillybus_write() 1260 howmany = 0; in xillybus_write() 1324 userbuf, howmany)) in xillybus_write() 1327 userbuf += howmany; in xillybus_write() [all …]
|
/linux-6.3-rc2/drivers/net/wan/ |
A D | fsl_ucc_hdlc.c | 456 int howmany = 0; in hdlc_tx_done() local 485 howmany++; in hdlc_tx_done() 525 u16 length, howmany = 0; in hdlc_rx_done() local 592 howmany++; in hdlc_rx_done() 618 return howmany; in hdlc_rx_done() 626 int howmany; in ucc_hdlc_poll() local 633 howmany = 0; in ucc_hdlc_poll() 634 howmany += hdlc_rx_done(priv, budget - howmany); in ucc_hdlc_poll() 636 if (howmany < budget) { in ucc_hdlc_poll() 637 napi_complete_done(napi, howmany); in ucc_hdlc_poll() [all …]
|
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/ |
A D | bitmask.c | 12 #define howmany(x, y) (((x)+((y)-1))/(y)) macro 15 #define longsperbits(n) howmany(n, bitsperlong)
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_bio_io.c | 9 return bio_max_segs(howmany(count, PAGE_SIZE)); in bio_max_vecs()
|
A D | xfs_linux.h | 138 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
A D | xfs_dir2_readdir.c | 292 ra_want = howmany(bufsize + geo->blksize, (1 << geo->fsblog)); in xfs_dir2_leaf_readbuf()
|
A D | xfs_log.c | 1638 size_t bvec_size = howmany(log->l_iclog_size, PAGE_SIZE) * in xlog_alloc_log() 1942 howmany(count, PAGE_SIZE), in xlog_write_iclog() 3507 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res() 3514 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/ |
A D | ucc_geth.c | 2993 u16 length, howmany = 0; in ucc_geth_rx() local 3027 howmany++; in ucc_geth_rx() 3064 return howmany; in ucc_geth_rx() 3072 int howmany = 0; in ucc_geth_tx() local 3090 howmany++; in ucc_geth_tx() 3121 int howmany, i; in ucc_geth_poll() local 3131 howmany = 0; in ucc_geth_poll() 3133 howmany += ucc_geth_rx(ugeth, i, budget - howmany); in ucc_geth_poll() 3135 if (howmany < budget) { in ucc_geth_poll() 3136 napi_complete_done(napi, howmany); in ucc_geth_poll() [all …]
|
A D | gianfar.c | 2161 int howmany = 0; in gfar_clean_tx_ring() local 2239 howmany++; in gfar_clean_tx_ring() 2255 netdev_tx_completed_queue(txq, howmany, bytes_sent); in gfar_clean_tx_ring() 2507 int i, howmany = 0; in gfar_clean_rx_ring() local 2548 howmany++; in gfar_clean_rx_ring() 2601 return howmany; in gfar_clean_rx_ring()
|
/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | ibmphp_pci.c | 1053 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-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_trans_resv.c | 224 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_block_count()
|
A D | xfs_sb.c | 415 sbp->sb_inopblock != howmany(sbp->sb_blocksize,sbp->sb_inodesize) || in xfs_validate_sb_common()
|
A D | xfs_ialloc.c | 2855 first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize); in xfs_ialloc_calc_rootino()
|
/linux-6.3-rc2/drivers/pci/ |
A D | probe.c | 322 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) in pci_read_bases() argument 333 for (pos = 0; pos < howmany; pos++) { in pci_read_bases()
|
Completed in 47 milliseconds