Searched refs:func_stack (Results 1 – 5 of 5) sorted by relevance
31 func = list_first_entry(&ops->func_stack, struct klp_func, in klp_find_ops()57 func = list_first_or_null_rcu(&ops->func_stack, struct klp_func, in klp_ftrace_handler()104 if (&func->stack_node == &ops->func_stack) in klp_ftrace_handler()148 if (list_is_singular(&ops->func_stack)) { in klp_unpatch_func()204 INIT_LIST_HEAD(&ops->func_stack); in klp_patch_func()205 list_add_rcu(&func->stack_node, &ops->func_stack); in klp_patch_func()224 list_add_rcu(&func->stack_node, &ops->func_stack); in klp_patch_func()
24 struct list_head func_stack; member
217 if (list_is_singular(&ops->func_stack)) { in klp_check_stack_func()
13 static struct func_stack { struct53 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child()90 struct func_stack *ptr; in add_and_get_index()
351 an entry to the list (see field `func_stack`) of the struct klp_ops.371 and func_stack list becomes empty.392 is unregistered and the struct klp_ops is freed when the func_stack list