Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Drethook.c85 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()
/linux-6.15/include/linux/
H A Drethook.h16 typedef void (*rethook_handler_t) (struct rethook_node *, void *, unsigned long, struct pt_regs *); typedef
60 struct rethook *rethook_alloc(void *data, rethook_handler_t handler, int size, int num);