Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/
H A Dformat_vm_parameter_validation.py270 count = round(len(results) / step)
274 count = round(i / step)
/xnu-12377.41.6/doc/allocators/
H A Dguard-objects.md223 pointer to the original slot. Each round, the allocator will choose one slot
235 made available for allocations again. As a result, a round now needs to be
238 use-after-free. A round gives attackers $\frac{\mathcal{G}}{
/xnu-12377.41.6/bsd/skywalk/mem/
H A Dskmem_cache.c999 int round; in skmem_magazine_destroy() local
1001 for (round = 0; round < nrounds; round++) { in skmem_magazine_destroy()
1002 void *__single buf = mg->mg_round[round]; in skmem_magazine_destroy()
/xnu-12377.41.6/tools/trace/
H A Dparse_ipc_trace.py452 attrs = "weight={},penwidth={}".format(round(weight,2), round(penwidth,2))
/xnu-12377.41.6/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 …
285 The Edge scheduler implements a policy called "stir-the-pot" to round-robin long-running workload t…
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_subr.c539 tcp_round_to(uint32_t val, uint32_t round) in tcp_round_to() argument
545 return ((val + (round / 2)) / round) * round; in tcp_round_to()
H A Dtcp_var.h1853 uint32_t tcp_round_to(uint32_t val, uint32_t round);