Searched refs:func_stack (Results 1 – 4 of 4) sorted by relevance
31 func = list_first_entry(&ops->func_stack, struct klp_func, in klp_find_ops()62 func = list_first_or_null_rcu(&ops->func_stack, struct klp_func, in klp_ftrace_handler()109 if (&func->stack_node == &ops->func_stack) in klp_ftrace_handler()140 if (list_is_singular(&ops->func_stack)) { in klp_unpatch_func()196 INIT_LIST_HEAD(&ops->func_stack); in klp_patch_func()197 list_add_rcu(&func->stack_node, &ops->func_stack); in klp_patch_func()216 list_add_rcu(&func->stack_node, &ops->func_stack); in klp_patch_func()
24 struct list_head func_stack; member
235 if (list_is_singular(&ops->func_stack)) { in klp_check_stack_func()
338 an entry to the list (see field `func_stack`) of the struct klp_ops.358 and func_stack list becomes empty.379 is unregistered and the struct klp_ops is freed when the func_stack list