Searched refs:func_stack (Results 1 – 5 of 5) sorted by relevance
43 func = list_first_entry(&ops->func_stack, struct klp_func, in klp_find_ops()69 func = list_first_or_null_rcu(&ops->func_stack, struct klp_func, in klp_ftrace_handler()116 if (&func->stack_node == &ops->func_stack) in klp_ftrace_handler()152 if (list_is_singular(&ops->func_stack)) { in klp_unpatch_func()205 INIT_LIST_HEAD(&ops->func_stack); in klp_patch_func()206 list_add_rcu(&func->stack_node, &ops->func_stack); in klp_patch_func()225 list_add_rcu(&func->stack_node, &ops->func_stack); in klp_patch_func()
24 struct list_head func_stack; member
229 if (list_is_singular(&ops->func_stack)) { in klp_check_stack_func()
27 static struct func_stack { struct59 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child()96 struct func_stack *ptr; in add_and_get_index()
372 list (see field `func_stack`) of the struct klp_ops. The last added396 is unregistered and the struct klp_ops is freed when the func_stack list