Searched refs:round (Results 1 – 5 of 5) sorted by relevance
1735 int round; in skmem_magazine_destroy() local1737 for (round = 0; round < nrounds; round++) { in skmem_magazine_destroy()1738 void *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…
466 tcp_round_to(uint32_t val, uint32_t round) in tcp_round_to() argument472 return ((val + (round / 2)) / round) * round; in tcp_round_to()
1682 uint32_t tcp_round_to(uint32_t val, uint32_t round);