Searched refs:estimate (Results 1 – 10 of 10) sorted by relevance
912 static void setpause (global_State *g, l_mem estimate) { in setpause() argument914 estimate = estimate / PAUSEADJ; /* adjust 'estimate' */ in setpause()915 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */ in setpause()916 ? estimate * g->gcpause /* no overflow */ in setpause()1124 lu_mem estimate = g->GCestimate; in generationalcollection() local1127 if (gettotalbytes(g) > (estimate / 100) * g->gcmajorinc) in generationalcollection()1130 g->GCestimate = estimate; /* keep estimate from last major coll. */ in generationalcollection()
59 #define setthreshold(g) (g->GCthreshold = (g->estimate/100) * g->gcpause)552 g->estimate = g->totalbytes - udsize; /* first estimate */ in atomic()578 g->estimate -= old - g->totalbytes; in singlestep()589 g->estimate -= old - g->totalbytes; in singlestep()595 if (g->estimate > GCFINALIZECOST) in singlestep()596 g->estimate -= GCFINALIZECOST; in singlestep()
84 lu_mem estimate; /* an estimate of number of bytes actually in use */ member
138 # Note: This function can be used to do an estimate for a volume that has not
102 An estimate of the sustainable power (in mW) that this thermal zone
161 - sustainable-power: An estimate of the sustainable power (in mW) that the
112 | remaining_t | seconds | estimate of time remaining for scan |
1635 estimate = lzc.lzc_send_space(snap)1641 self.assertAlmostEqual(st.st_size, estimate, delta=estimate // 20)1656 estimate = lzc.lzc_send_space(snap2, snap1)1662 self.assertAlmostEqual(st.st_size, estimate, delta=estimate // 20)
297 api : fix : sizeof_CCtx() used to over-estimate
5383 boolean_t estimate = (zc->zc_guid != 0); in zfs_ioc_send() local5411 if (estimate) { in zfs_ioc_send()