Home
last modified time | relevance | path

Searched refs:round (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/mem/
H A Dskmem_cache.c1735 int round; in skmem_magazine_destroy() local
1737 for (round = 0; round < nrounds; round++) { in skmem_magazine_destroy()
1738 void *buf = mg->mg_round[round]; in skmem_magazine_destroy()
/xnu-10063.141.1/tools/trace/
H A Dparse_ipc_trace.py452 attrs = "weight={},penwidth={}".format(round(weight,2), round(penwidth,2))
/xnu-10063.141.1/doc/scheduler/
H A Dsched_clutch_edge.md12 …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 …
286round robining long running workload threads across clusters of various types to ensure that all t…
/xnu-10063.141.1/bsd/netinet/
H A Dtcp_subr.c466 tcp_round_to(uint32_t val, uint32_t round) in tcp_round_to() argument
472 return ((val + (round / 2)) / round) * round; in tcp_round_to()
H A Dtcp_var.h1682 uint32_t tcp_round_to(uint32_t val, uint32_t round);