Home
last modified time | relevance | path

Searched refs:iteration (Results 1 – 9 of 9) sorted by relevance

/xnu-11417.101.15/tools/tests/affinity/ !
H A Dpool.c194 long iteration = 0; in manager_fn() local
265 iteration = sp->work_todo--; in manager_fn()
269 workp->number = iteration; in manager_fn()
279 sp->name, wp->setnum, sp->stagenum, iteration, workp, workp->data); in manager_fn()
292 sp->name, wp->setnum, sp->stagenum, iteration); in manager_fn()
303 return (void *) iteration; in manager_fn()
H A Dsets.c181 long iteration = 0; in manager_fn() local
248 sp->name, lp->setnum, sp->stagenum, iteration); in manager_fn()
257 sp->name, lp->setnum, sp->stagenum, iteration, workp, workp->data); in manager_fn()
270 sp->name, lp->setnum, sp->stagenum, iteration); in manager_fn()
274 } while (++iteration < iterations); in manager_fn()
278 return (void *) iteration; in manager_fn()
/xnu-11417.101.15/tests/ !
H A Dsetitimer.c523 int iteration = 0; in statfs_thread() local
548 if (++iteration % SYSCALL_ITERATIONS_BETWEEN_SPINS == 0) { in statfs_thread()
/xnu-11417.101.15/tools/lldbmacros/ !
H A Dxnu.py572 iteration = 0
581 if iteration == 0 and not is_continuation:
618 iteration += 1
/xnu-11417.101.15/bsd/man/man2/ !
H A Dgetdirentriesattr.2159 You can use this value to reset a directory iteration to a known position
180 your iteration at the beginning).
/xnu-11417.101.15/tests/vm/ !
H A Dtest_vm_no_pager.m162 T_FAIL("kcdata iteration failed");
/xnu-11417.101.15/bsd/sys/ !
H A Dproc_internal.h957 #pragma mark - process iteration
/xnu-11417.101.15/osfmk/kern/ !
H A Dsmr_hash.h905 #pragma mark SMR hash tables: iteration
/xnu-11417.101.15/doc/scheduler/ !
H A Dsched_clutch_edge.md244 The order of cluster iteration in the algorithm above specifically picks homogeneous clusters befor…