Searched refs:sched_backup_cpu_timeout_count (Results 1 – 2 of 2) sorted by relevance
2482 extern int sched_backup_cpu_timeout_count;2483 SYSCTL_INT(_kern, OID_AUTO, sched_backup_cpu_timeout_count,2485 …&sched_backup_cpu_timeout_count, 0, "The maximum number of 10us delays before allowing a backup cp…
2250 int sched_backup_cpu_timeout_count = 5; /* The maximum number of 10us delays to wait before using a… variable2660 int timeout_count = sched_backup_cpu_timeout_count; in thread_select()