Home
last modified time | relevance | path

Searched refs:sched_backup_cpu_timeout_count (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dkern_sysctl.c2263 extern int sched_backup_cpu_timeout_count;
2264 SYSCTL_INT(_kern, OID_AUTO, sched_backup_cpu_timeout_count,
2266 …&sched_backup_cpu_timeout_count, 0, "The maximum number of 10us delays before allowing a backup cp…
/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c1923 int sched_backup_cpu_timeout_count = 5; /* The maximum number of 10us delays to wait before using a… variable
2320 int timeout_count = sched_backup_cpu_timeout_count; in thread_select()