Home | History | Annotate | Download | only in libsimplehook_tester

Lines Matching defs:ctx_hook

70 	struct tester_hook	 ctx_hook[2];
131 for (i = 0; i < __arraycount(ctx->ctx_hook); i++) {
132 ctx->ctx_hook[i].th_hook = NULL;
573 for (i = 0; i < __arraycount(ctx->ctx_hook); i++) {
575 ptr = (void *)&ctx->ctx_hook[i];
649 for (i = 0; i < __arraycount(ctx->ctx_hook); i++) {
650 ctx->ctx_hook[i].th_ctx = ctx;
651 ctx->ctx_hook[i].th_idx = i;
685 for (i = 0; i < __arraycount(ctx->ctx_hook); i++) {
686 th = &ctx->ctx_hook[i];