Home
last modified time | relevance | path

Searched refs:rethook (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Drethook.h29 struct rethook { struct
55 struct rethook *rethook; member
60 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);
Dfprobe.h43 struct rethook *rethook; member
Dkprobes.h154 struct rethook *rh;
201 return (struct kretprobe *)ri->node.rethook->data; in get_kretprobe()