Lines Matching refs:ctx_hooks
69 khook_list_t *ctx_hooks; member
87 val = ctx->ctx_hooks != NULL ? 1 : 0; in simplehook_tester_created()
103 if (ctx->ctx_hooks != NULL) { in simplehook_tester_created()
108 ctx->ctx_hooks = simplehook_create(IPL_NONE, in simplehook_tester_created()
110 KASSERT(ctx->ctx_hooks != NULL); in simplehook_tester_created()
113 if (ctx->ctx_hooks == NULL) { in simplehook_tester_created()
128 simplehook_destroy(ctx->ctx_hooks); in simplehook_tester_created()
129 ctx->ctx_hooks = NULL; in simplehook_tester_created()
152 simplehook_dohooks(ctx->ctx_hooks); in simplehook_tester_work()
185 } else if (ctx->ctx_hooks == NULL) { in simplehook_tester_dohooks()
244 simplehook_disestablish(ctx->ctx_hooks, in simplehook_tester_hook()
300 th->th_hook = simplehook_establish(ctx->ctx_hooks, in simplehook_tester_established()
320 simplehook_disestablish(ctx->ctx_hooks, in simplehook_tester_established()
363 ctx->ctx_nbhook = simplehook_establish(ctx->ctx_hooks, in simplehook_tester_established_nb()
375 simplehook_disestablish(ctx->ctx_hooks, in simplehook_tester_established_nb()
681 hooks = ctx->ctx_hooks; in simplehook_tester_fini()
682 ctx->ctx_hooks = NULL; in simplehook_tester_fini()