Lines Matching refs:rethook_node
22 struct rethook_node *rhn; in rethook_flush_task()
27 rhn = container_of(node, struct rethook_node, llist); in rethook_flush_task()
73 struct rethook_node *node = nod; in rethook_init_node()
108 if (!handler || num <= 0 || size < sizeof(struct rethook_node)) in rethook_alloc()
129 struct rethook_node *node = container_of(head, struct rethook_node, rcu); in free_rethook_node_rcu()
142 void rethook_recycle(struct rethook_node *node) in rethook_recycle()
161 struct rethook_node *rethook_try_get(struct rethook *rh) in rethook_try_get()
180 return (struct rethook_node *)objpool_pop(&rh->pool); in rethook_try_get()
197 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook()
208 struct rethook_node *rh = NULL; in __rethook_find_ret_addr()
217 rh = container_of(node, struct rethook_node, llist); in __rethook_find_ret_addr()
247 struct rethook_node *rhn = NULL; in rethook_find_ret_addr()
260 rhn = container_of(*cur, struct rethook_node, llist); in rethook_find_ret_addr()
285 struct rethook_node *rhn; in rethook_trampoline_handler()
307 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
329 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()