Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Drethook.c86 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()
/openbmc/linux/include/linux/
H A Drethook.h17 typedef void (*rethook_handler_t) (struct rethook_node *, void *, unsigned long, struct pt_regs *); typedef
66 struct rethook *rethook_alloc(void *data, rethook_handler_t handler);