Searched refs:rethook_handler_t (Results 1 – 2 of 2) sorted by relevance
17 typedef void (*rethook_handler_t) (struct rethook_node *, void *, struct pt_regs *); typedef32 rethook_handler_t handler;61 struct rethook *rethook_alloc(void *data, rethook_handler_t handler);
82 struct rethook *rethook_alloc(void *data, rethook_handler_t handler) in rethook_alloc()150 rethook_handler_t handler = READ_ONCE(rh->handler); in rethook_try_get()276 rethook_handler_t handler; in rethook_trampoline_handler()
Completed in 5 milliseconds