Searched refs:round (Results 1 – 6 of 6) sorted by relevance
270 count = round(len(results) / step)274 count = round(i / step)
999 int round; in skmem_magazine_destroy() local1001 for (round = 0; round < nrounds; round++) { in skmem_magazine_destroy()1002 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 …285 The Edge scheduler implements a policy called "stir-the-pot" to round-robin long-running workload t…
446 tcp_round_to(uint32_t val, uint32_t round) in tcp_round_to() argument452 return ((val + (round / 2)) / round) * round; in tcp_round_to()
1846 uint32_t tcp_round_to(uint32_t val, uint32_t round);