ARGSUSED */
| 630 | |
| 631 | /* ARGSUSED */ |
| 632 | static void |
| 633 | synch_setup(void *dummy) |
| 634 | { |
| 635 | callout_init(&loadav_callout, 1); |
| 636 | |
| 637 | /* Kick off timeout driven events by calling first time. */ |
| 638 | loadav(NULL); |
| 639 | } |
| 640 | |
| 641 | int |
| 642 | should_yield(void) |
nothing calls this directly
no test coverage detected