Home
last modified time | relevance | path

Searched refs:old_patch (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/kernel/livepatch/
Dstate.c108 struct klp_patch *old_patch; in klp_is_patch_compatible() local
111 klp_for_each_patch(old_patch) { in klp_is_patch_compatible()
112 klp_for_each_state(old_patch, old_state) { in klp_is_patch_compatible()
Dcore.c553 struct klp_patch *old_patch; in klp_add_nops() local
556 klp_for_each_patch(old_patch) { in klp_add_nops()
557 klp_for_each_object(old_patch, old_obj) { in klp_add_nops()
727 struct klp_patch *old_patch, *tmp_patch; in klp_free_replaced_patches_async() local
729 klp_for_each_patch_safe(old_patch, tmp_patch) { in klp_free_replaced_patches_async()
730 if (old_patch == new_patch) in klp_free_replaced_patches_async()
732 klp_free_patch_async(old_patch); in klp_free_replaced_patches_async()
1115 struct klp_patch *old_patch; in klp_unpatch_replaced_patches() local
1117 klp_for_each_patch(old_patch) { in klp_unpatch_replaced_patches()
1118 if (old_patch == new_patch) in klp_unpatch_replaced_patches()
[all …]