Home
last modified time | relevance | path

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

/openbmc/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.c575 struct klp_patch *old_patch; in klp_add_nops() local
578 klp_for_each_patch(old_patch) { in klp_add_nops()
579 klp_for_each_object(old_patch, old_obj) { in klp_add_nops()
749 struct klp_patch *old_patch, *tmp_patch; in klp_free_replaced_patches_async() local
751 klp_for_each_patch_safe(old_patch, tmp_patch) { in klp_free_replaced_patches_async()
752 if (old_patch == new_patch) in klp_free_replaced_patches_async()
754 klp_free_patch_async(old_patch); in klp_free_replaced_patches_async()
1150 struct klp_patch *old_patch; in klp_unpatch_replaced_patches() local
1152 klp_for_each_patch(old_patch) { in klp_unpatch_replaced_patches()
1153 if (old_patch == new_patch) in klp_unpatch_replaced_patches()
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py1334 old_patch = None
1335 for old_patch in existing_patches:
1336 old_basename = seqpatch_re.match(old_patch).group(2)
1339 old_patch_noext = os.path.splitext(old_patch)[0]
1343 match_name = old_patch
1351 oldpath = existing_patches.pop(old_patch)