Searched refs:batch (Results 1 – 4 of 4) sorted by relevance
38 size_t batch = 1024; variable39 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);
18 const int batch = 128; in make_temp_fd() local24 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()
1824 uint32_t batch = waitq_set_unlink_batch; in waitq_set_unlink_all_locked() local1844 if (batch-- == 0) { in waitq_set_unlink_all_locked()1847 batch = waitq_set_unlink_batch; in waitq_set_unlink_all_locked()
7 …batch 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…