Searched refs:jobs (Results 1 – 3 of 3) sorted by relevance
82 my $jobs = `sysctl -n hw.ncpu` + 2;85 if ($jobs == 0) {87 $jobs++;103 $jobs--;
22 #define NUMENQUEUES 16 // number of blocking jobs to enqueue145 /* Dispatch NUMENQUEUES jobs to a concurrent queue that immediately wait on a177 /* Dispatch NUMENQUEUES jobs to a concurrent queue that spin in a tight loop.190 sleep(1); // wait for jobs to enqueue217 * 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
1535 struct smr_barrier_job jobs[MAX_CPUS]; in smr_barrier() local1537 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()