Lines Matching refs:rhn
22 struct rethook_node *rhn; in rethook_flush_task() local
27 rhn = container_of(node, struct rethook_node, llist); in rethook_flush_task()
30 rethook_recycle(rhn); in rethook_flush_task()
247 struct rethook_node *rhn = NULL; in rethook_find_ret_addr() local
260 rhn = container_of(*cur, struct rethook_node, llist); in rethook_find_ret_addr()
261 } while (rhn->frame != frame); in rethook_find_ret_addr()
285 struct rethook_node *rhn; in rethook_trampoline_handler() local
307 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
308 if (WARN_ON_ONCE(rhn->frame != frame)) in rethook_trampoline_handler()
310 handler = rethook_get_handler(rhn->rethook); in rethook_trampoline_handler()
312 handler(rhn, rhn->rethook->data, in rethook_trampoline_handler()
329 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
331 rethook_recycle(rhn); in rethook_trampoline_handler()