Home
last modified time | relevance | path

Searched refs:howmany (Results 101 – 114 of 114) sorted by relevance

12345

/dragonfly/usr.sbin/makefs/
H A Dhammer2.c660 delta_num_level1 = howmany(used_size - image_size, in hammer2_image_size()
/dragonfly/sys/dev/netif/ral/
H A Drt2560.c1487 plcp_length = howmany(16 * len, rate); in rt2560_setup_tx_desc()
H A Drt2661.c1306 plcp_length = howmany(16 * len, rate); in rt2661_setup_tx_desc()
/dragonfly/sys/dev/disk/sbp/
H A Dsbp.c140 #define SBP_IND_MAX howmany(SBP_MAXPHYS, PAGE_SIZE)
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm.c514 if (api_index >= howmany(IWM_NUM_UCODE_TLV_API, 32)) { in iwm_set_ucode_api_flags()
539 if (api_index >= howmany(IWM_NUM_UCODE_TLV_CAPA, 32)) { in iwm_set_ucode_capabilities()
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c871 if (howmany(tmp[3], tmp[2]) > 60) { in bwn_phy_lp_b2063_switch_channel()
/dragonfly/sys/dev/netif/bwn/siba/
H A Dsiba_core.c1080 howmany((SIBA_CC_READ32(scc, SIBA_CC_PLLONDELAY) + 2) * 1000000, in siba_cc_powerup_delay()
/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c346 seqcount = howmany(uio->uio_resid, MAXBSIZE); in hammer_vop_read()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_rum.c1353 plcp_length = howmany(16 * len, rate); in rum_setup_tx_desc()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_output.c2521 *(uint16_t *)frm = htole16(howmany(ic->ic_lintval,
/dragonfly/sys/dev/raid/mpr/
H A Dmpr.c1450 howmany(rsize, PAGE_SIZE), /* nsegments */ in mpr_alloc_requests()
/dragonfly/sys/dev/netif/jme/
H A Dif_jme.c2512 if (nsegs != howmany(pktlen, MCLBYTES)) { in jme_rxeof()
/dragonfly/sys/vfs/nfs/
H A Dnfs_serv.c187 nh->nh_seqcount += howmany(uio->uio_resid, 16384); in nfsrv_sequential_heuristic()
/dragonfly/sys/dev/disk/nata/
H A Data-raid.c334 for (count = howmany(bbp->b_bcount, DEV_BSIZE), in ata_raid_strategy()

12345