Searched refs:round (Results 1 – 6 of 6) sorted by relevance
270 count = round(len(results) / step)274 count = round(i / step)
998 int round; in skmem_magazine_destroy() local1000 for (round = 0; round < nrounds; round++) { in skmem_magazine_destroy()1001 void *__single buf = mg->mg_round[round]; in skmem_magazine_destroy()
452 attrs = "weight={},penwidth={}".format(round(weight,2), round(penwidth,2))
12 …ster and adds other multi-cluster features such as thread placement, migration, round-robining etc.91 … selected for execution from the clutch bucket. This allows the system to round robin efficiently …286 …round robining long running workload threads across clusters of various types to ensure that all t…
456 tcp_round_to(uint32_t val, uint32_t round) in tcp_round_to() argument462 return ((val + (round / 2)) / round) * round; in tcp_round_to()
1857 uint32_t tcp_round_to(uint32_t val, uint32_t round);