Home
last modified time | relevance | path

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

/openbmc/linux/kernel/livepatch/
H A Dcore.h10 #define klp_for_each_patch_safe(patch, tmp_patch) \ argument
11 list_for_each_entry_safe(patch, tmp_patch, &klp_patches, list)
H A Dcore.c749 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()
/openbmc/openbmc/poky/scripts/
H A Dpatchtest174 tmp_patch = False
209 if tmp_patch: