Home
last modified time | relevance | path

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

/linux/kernel/livepatch/
H A 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()
H A Dcore.c611 struct klp_patch *old_patch; in klp_add_nops() local
614 klp_for_each_patch(old_patch) { in klp_add_nops()
615 klp_for_each_object(old_patch, old_obj) { in klp_add_nops()
785 struct klp_patch *old_patch, *tmp_patch; in klp_free_replaced_patches_async() local
787 klp_for_each_patch_safe(old_patch, tmp_patch) { in klp_free_replaced_patches_async()
788 if (old_patch == new_patch) in klp_free_replaced_patches_async()
790 klp_free_patch_async(old_patch); in klp_free_replaced_patches_async()
1186 struct klp_patch *old_patch; in klp_unpatch_replaced_patches() local
1188 klp_for_each_patch(old_patch) { in klp_unpatch_replaced_patches()
1189 if (old_patch in klp_unpatch_replaced_patches()
[all...]