Searched refs:ctx_hooks (Results 1 – 1 of 1) sorted by relevance
69 khook_list_t *ctx_hooks; member87 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()[all …]