Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Drethook.h17 typedef void (*rethook_handler_t) (struct rethook_node *, void *, struct pt_regs *); typedef
32 rethook_handler_t handler;
61 struct rethook *rethook_alloc(void *data, rethook_handler_t handler);
/linux-6.3-rc2/kernel/trace/
A Drethook.c82 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 4 milliseconds