Lines Matching refs:rethook
44 rh = rethook_try_get(fp->rethook); in fprobe_handler()
134 fp->rethook = NULL; in fprobe_init_rethook()
143 fp->rethook = rethook_alloc((void *)fp, fprobe_exit_handler); in fprobe_init_rethook()
144 if (!fp->rethook) in fprobe_init_rethook()
151 rethook_free(fp->rethook); in fprobe_init_rethook()
152 fp->rethook = NULL; in fprobe_init_rethook()
155 rethook_add_node(fp->rethook, &node->node); in fprobe_init_rethook()
162 if (fp->rethook) { in fprobe_fail_cleanup()
164 rethook_free(fp->rethook); in fprobe_fail_cleanup()
165 fp->rethook = NULL; in fprobe_fail_cleanup()
316 if (fp->rethook) in unregister_fprobe()
317 rethook_free(fp->rethook); in unregister_fprobe()