Home
last modified time | relevance | path

Searched refs:func_stack (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/kernel/livepatch/
A Dpatch.c31 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()
A Dpatch.h24 struct list_head func_stack; member
A Dtransition.c213 if (list_is_singular(&ops->func_stack)) { in klp_check_stack_func()
/linux-6.3-rc2/Documentation/livepatch/
A Dlivepatch.rst338 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

Completed in 5 milliseconds