Searched refs:rethook_node (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | rethook.h | 14 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);
|
| D | kprobes.h | 164 struct rethook_node node;
|