/src/tests/modules/ufetchstore/ |
ufetchstore_tester.c | 39 static struct tester_ctx { struct 41 } tester_ctx; variable in typeref:struct:tester_ctx 173 struct sysctllog **log = &tester_ctx.ctx_sysctllog; 193 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL); 204 sysctl_teardown(&tester_ctx.ctx_sysctllog);
|
/src/tests/kernel/threadpool_tester/ |
threadpool_tester.c | 56 } tester_ctx; variable in typeref:struct:tester_context 373 struct sysctllog **log = &tester_ctx.ctx_sysctllog; 377 mutex_init(&tester_ctx.ctx_mutex, MUTEX_DEFAULT, IPL_NONE); 378 threadpool_job_init(&tester_ctx.ctx_job, threadpool_tester_job, 379 &tester_ctx.ctx_mutex, "tptest"); 391 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL); 398 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL); 405 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL); 412 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL); 419 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL) [all...] |
/src/tests/modules/threadpool_tester/ |
threadpool_tester.c | 56 } tester_ctx; variable in typeref:struct:tester_context 373 struct sysctllog **log = &tester_ctx.ctx_sysctllog; 377 mutex_init(&tester_ctx.ctx_mutex, MUTEX_DEFAULT, IPL_NONE); 378 threadpool_job_init(&tester_ctx.ctx_job, threadpool_tester_job, 379 &tester_ctx.ctx_mutex, "tptest"); 391 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL); 398 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL); 405 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL); 412 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL); 419 (void *)&tester_ctx, 0, CTL_CREATE, CTL_EOL) [all...] |
/src/sys/rump/kern/lib/libsimplehook_tester/ |
simplehook_tester.c | 73 } tester_ctx; variable in typeref:struct:tester_context 661 simplehook_tester_init_ctx(&tester_ctx); 662 error = simplehook_tester_create_sysctl(&tester_ctx); 675 ctx = &tester_ctx;
|
/src/tests/modules/x86_pte_tester/ |
x86_pte_tester.c | 67 } tester_ctx; variable in typeref:struct:__anon91e1af1f0108 89 pd_entry_t *pd = (pd_entry_t *)tester_ctx.levels[0]; 92 pmap_kenter_pa(tester_ctx.levels[0], pa, VM_PROT_READ, 0); 96 tester_ctx.coord.l1 = i; 102 pmap_kremove(tester_ctx.levels[0], PAGE_SIZE); 109 pd_entry_t *pd = (pd_entry_t *)tester_ctx.levels[1]; 113 pmap_kenter_pa(tester_ctx.levels[1], pa, VM_PROT_READ, 0); 117 tester_ctx.coord.l2 = i; 129 pmap_kremove(tester_ctx.levels[1], PAGE_SIZE); 136 pd_entry_t *pd = (pd_entry_t *)tester_ctx.levels[2] [all...] |