Searched refs:round (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/tools/ |
| H A D | format_vm_parameter_validation.py | 270 count = round(len(results) / step) 274 count = round(i / step)
|
| /xnu-12377.41.6/doc/allocators/ |
| H A D | guard-objects.md | 223 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 D | skmem_cache.c | 999 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 D | parse_ipc_trace.py | 452 attrs = "weight={},penwidth={}".format(round(weight,2), round(penwidth,2))
|
| /xnu-12377.41.6/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 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…
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | tcp_subr.c | 539 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 D | tcp_var.h | 1853 uint32_t tcp_round_to(uint32_t val, uint32_t round);
|