Home
last modified time | relevance | path

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

/include/linux/
A 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);
A Dkprobes.h154 struct rethook *rh;
201 return (struct kretprobe *)ri->node.rethook->data; in get_kretprobe()

Completed in 20 milliseconds