Home
last modified time | relevance | path

Searched refs:jobs (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/libsyscall/xcodescripts/
H A Dcompile-syscalls.pl82 my $jobs = `sysctl -n hw.ncpu` + 2;
85 if ($jobs == 0) {
87 $jobs++;
103 $jobs--;
/xnu-10002.1.13/tests/
H A Dstackshot_idle_25570396.m22 #define NUMENQUEUES 16 // number of blocking jobs to enqueue
145 /* Dispatch NUMENQUEUES jobs to a concurrent queue that immediately wait on a
177 /* Dispatch NUMENQUEUES jobs to a concurrent queue that spin in a tight loop.
190 sleep(1); // wait for jobs to enqueue
217 * stackshot. Where this is called, the blocking jobs have been cleared from the work queue,
218 * and the work queue has NUMENQUEUES tight-spinning jobs on it. Make sure that
/xnu-10002.1.13/osfmk/kern/
H A Dsmr.c1535 struct smr_barrier_job jobs[MAX_CPUS]; in smr_barrier() local
1537 struct smr_barrier_job *jobs; in smr_barrier()
1557 jobs = kalloc_type(struct smr_barrier_job, ctx.smrb_count, in smr_barrier()
1560 job = jobs; in smr_barrier()
1587 kfree_type(struct smr_barrier_job, ctx.smrb_count, jobs); in smr_barrier()