Searched refs:rethook_handler_t (Results 1 – 2 of 2) sorted by relevance
86 static inline rethook_handler_t rethook_get_handler(struct rethook *rh) in rethook_get_handler()88 return (rethook_handler_t)rcu_dereference_check(rh->handler, in rethook_get_handler()101 struct rethook *rethook_alloc(void *data, rethook_handler_t handler) in rethook_alloc()151 rethook_handler_t handler; in rethook_recycle()170 rethook_handler_t handler = rethook_get_handler(rh); in rethook_try_get()294 rethook_handler_t handler; in rethook_trampoline_handler()
17 typedef void (*rethook_handler_t) (struct rethook_node *, void *, unsigned long, struct pt_regs *); typedef66 struct rethook *rethook_alloc(void *data, rethook_handler_t handler);