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

/linux-master/include/linux/
H A Drethook.h16 typedef void (*rethook_handler_t) (struct rethook_node *, void *, unsigned long, struct pt_regs *); typedef
33 * __rcu, instead of rethook_handler_t. But this must be same as
34 * rethook_handler_t.
60 struct rethook *rethook_alloc(void *data, rethook_handler_t handler, int size, int num);
/linux-master/kernel/trace/
H A Drethook.c85 static inline rethook_handler_t rethook_get_handler(struct rethook *rh)
87 return (rethook_handler_t)rcu_dereference_check(rh->handler,
103 struct rethook *rethook_alloc(void *data, rethook_handler_t handler,
144 rethook_handler_t handler;
163 rethook_handler_t handler = rethook_get_handler(rh);
282 rethook_handler_t handler;

Completed in 165 milliseconds