Searched refs:old_patch (Results 1 – 1 of 1) sorted by relevance
515 struct klp_patch *old_patch; in klp_add_nops() local518 klp_for_each_patch(old_patch) { in klp_add_nops()519 klp_for_each_object(old_patch, old_obj) { in klp_add_nops()1040 struct klp_patch *old_patch, *tmp_patch; in klp_discard_replaced_patches() local1042 klp_for_each_patch_safe(old_patch, tmp_patch) { in klp_discard_replaced_patches()1043 if (old_patch == new_patch) in klp_discard_replaced_patches()1046 old_patch->enabled = false; in klp_discard_replaced_patches()1047 klp_unpatch_objects(old_patch); in klp_discard_replaced_patches()1048 klp_free_patch_start(old_patch); in klp_discard_replaced_patches()1049 schedule_work(&old_patch->free_work); in klp_discard_replaced_patches()