Searched refs:rethook (Results 1 – 3 of 3) sorted by relevance
29 struct rethook { struct55 struct rethook *rethook; member60 struct rethook *rethook_alloc(void *data, rethook_handler_t handler, int size, int num);61 void rethook_stop(struct rethook *rh);62 void rethook_free(struct rethook *rh);63 struct rethook_node *rethook_try_get(struct rethook *rh);
43 struct rethook *rethook; member
154 struct rethook *rh;201 return (struct kretprobe *)ri->node.rethook->data; in get_kretprobe()