Lines Matching refs:rethook_node
23 struct rethook_node *rhn; in rethook_flush_task()
28 rhn = container_of(node, struct rethook_node, llist); in rethook_flush_task()
39 struct rethook_node *rhn; in rethook_free_rcu()
45 rhn = container_of(node, struct rethook_node, freelist); in rethook_free_rcu()
120 void rethook_add_node(struct rethook *rh, struct rethook_node *node) in rethook_add_node()
129 struct rethook_node *node = container_of(head, struct rethook_node, rcu); in free_rethook_node_rcu()
143 void rethook_recycle(struct rethook_node *node) in rethook_recycle()
161 struct rethook_node *rethook_try_get(struct rethook *rh) in rethook_try_get()
185 return container_of(fn, struct rethook_node, freelist); in rethook_try_get()
202 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook()
213 struct rethook_node *rh = NULL; in __rethook_find_ret_addr()
222 rh = container_of(node, struct rethook_node, llist); in __rethook_find_ret_addr()
252 struct rethook_node *rhn = NULL; in rethook_find_ret_addr()
265 rhn = container_of(*cur, struct rethook_node, llist); in rethook_find_ret_addr()
290 struct rethook_node *rhn; in rethook_trampoline_handler()
312 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
334 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()