Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/tests/rm/
H A Dpthread_setugid.c38 size_t batch = 1024; variable
39 size_t count = roundup(0x0FFFFFFFUL + 10, batch);
45 dispatch_apply(count / batch, DISPATCH_APPLY_AUTO, ^(size_t n) {
48 for (int i = 0; i < batch; i++) {
54 if ((n * batch) % (1024 * batch) == 0) {
55 T_LOG("%.2f\n", n * batch * 100. / count);
/xnu-11215/tests/vm/
H A Dmmap.c18 const int batch = 128; in make_temp_fd() local
24 for (uint32_t i = 1; i <= N_INTS; i += batch) { in make_temp_fd()
25 uint32_t arr[batch]; in make_temp_fd()
27 for (uint32_t j = 0; j < batch; j++) { in make_temp_fd()
/xnu-11215/osfmk/kern/
H A Dwaitq.c1824 uint32_t batch = waitq_set_unlink_batch; in waitq_set_unlink_all_locked() local
1844 if (batch-- == 0) { in waitq_set_unlink_all_locked()
1847 batch = waitq_set_unlink_batch; in waitq_set_unlink_all_locked()
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md7batch workloads (eg. photos sync, source compilation). The traditional Mach scheduler attempts to …
68 … user workloads with preference to interactive applications over compute-intensive batch workloads.
77 …core allows the scheduler to prefer highly interactive thread groups over batch processing compute…