Searched refs:rethook_handler_t (Results 1 – 2 of 2) sorted by relevance
85 static inline rethook_handler_t rethook_get_handler(struct rethook *rh) in rethook_get_handler()87 return (rethook_handler_t)rcu_dereference_check(rh->handler, in rethook_get_handler()103 struct rethook *rethook_alloc(void *data, rethook_handler_t handler, in rethook_alloc()144 rethook_handler_t handler; in rethook_recycle()163 rethook_handler_t handler = rethook_get_handler(rh); in rethook_try_get()284 rethook_handler_t handler; in rethook_trampoline_handler()
16 typedef void (*rethook_handler_t) (struct rethook_node *, void *, unsigned long, struct pt_regs *); typedef60 struct rethook *rethook_alloc(void *data, rethook_handler_t handler, int size, int num);