Searched refs:round (Results 1 – 5 of 5) sorted by relevance
1645 int round; in skmem_magazine_destroy() local1647 for (round = 0; round < nrounds; round++) { in skmem_magazine_destroy()1648 void *buf = mg->mg_round[round]; in skmem_magazine_destroy()
452 attrs = "weight={},penwidth={}".format(round(weight,2), round(penwidth,2))
10 …ster and adds other multi-cluster features such as thread placement, migration, round-robining etc.89 … selected for execution from the clutch bucket. This allows the system to round robin efficiently …284 …round robining long running workload threads across clusters of various types to ensure that all t…
459 tcp_round_to(uint32_t val, uint32_t round) in tcp_round_to() argument465 return ((val + (round / 2)) / round) * round; in tcp_round_to()
1663 uint32_t tcp_round_to(uint32_t val, uint32_t round);