Home
last modified time | relevance | path

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

/include/linux/
Drethook.h14 struct rethook_node;
16 typedef void (*rethook_handler_t) (struct rethook_node *, void *, unsigned long, struct pt_regs *);
36 void (__rcu *handler) (struct rethook_node *, void *, unsigned long, struct pt_regs *);
52 struct rethook_node { struct
63 struct rethook_node *rethook_try_get(struct rethook *rh); argument
64 void rethook_recycle(struct rethook_node *node);
65 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount);
70 void arch_rethook_prepare(struct rethook_node *node, struct pt_regs *regs, bool mcount);
Dkprobes.h164 struct rethook_node node;