| 9693 | } |
| 9694 | |
| 9695 | void |
| 9696 | l2arc_start(void) |
| 9697 | { |
| 9698 | if (!(spa_mode_global & SPA_MODE_WRITE)) |
| 9699 | return; |
| 9700 | |
| 9701 | (void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0, |
| 9702 | TS_RUN, defclsyspri); |
| 9703 | } |
| 9704 | |
| 9705 | void |
| 9706 | l2arc_stop(void) |
no test coverage detected