Searched refs:testproc (Results 1 – 1 of 1) sorted by relevance
| /src/tools/regression/kthread/kld/ |
| H A D | kthrdlk.c | 128 struct proc *testproc; in kthrdlk_init() local 135 testproc = NULL; in kthrdlk_init() 136 error = kproc_kthread_add(thr_getsuspended, NULL, &testproc, &newthr, in kthrdlk_init() 141 error = kproc_kthread_add(thr_resumer, newthr, &testproc, NULL, 0, 0, in kthrdlk_init() 146 error = kproc_kthread_add(thr_suspender, newthr, &testproc, NULL, 0, 0, in kthrdlk_init()
|