Home
last modified time | relevance | path

Searched refs:btotal (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c288 btotal += 2ULL; in splpkgmap()
293 btotal += f[j].blks; in splpkgmap()
302 if (btotal > *plimit) { in splpkgmap()
365 if (btotal) in splpkgmap()
546 volno, btotal, ftotal); in newvolume()
547 if (btotal > bmax) in newvolume()
548 bmax = btotal; in newvolume()
551 btotal = bpkginfo + 2ULL; in newvolume()
554 btotal = 2ULL; in newvolume()
571 btotal += sf[i]->blks + (newnodes * DIRSIZE); in newvolume()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c61 uint64_t dtotal, ftotal, btotal; in kcf_provider_desc() local
107 dtotal = ftotal = btotal = 0; in kcf_provider_desc()
121 btotal += stats.kp_nbusy_rval; in kcf_provider_desc()
128 mdb_printf("total kp_nbusy_rval:\t%llu\n", btotal); in kcf_provider_desc()
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c866 uint64_t dtotal, ftotal, btotal; in kcf_prov_kstat_update() local
868 dtotal = ftotal = btotal = 0; in kcf_prov_kstat_update()
873 btotal += pd->pd_percpu_bins[i].kp_nbusy_rval; in kcf_prov_kstat_update()
878 ks_data->ps_ops_busy_rval.value.ui64 = btotal; in kcf_prov_kstat_update()
879 ks_data->ps_ops_passed.value.ui64 = dtotal - ftotal - btotal; in kcf_prov_kstat_update()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c2052 int bwidth, btotal; /* best window width and total so far */ in findlogstartcg() local
2065 btotal = -1; in findlogstartcg()
2083 if (cwidth == bwidth && ctotal <= btotal) in findlogstartcg()
2086 btotal = ctotal; in findlogstartcg()
2099 if (btotal < minblk || bwidth > max_extents) in findlogstartcg()