Home
last modified time | relevance | path

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

/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.c791 struct klp_patch *old_patch, *tmp_patch; in klp_free_replaced_patches_async() local
793 klp_for_each_patch_safe(old_patch, tmp_patch) { in klp_free_replaced_patches_async()
/linux/scripts/livepatch/
H A Dklp-build462 local tmp_patch="$TMP_DIR/tmp.patch"
468 cp -f "$old_patch" "$tmp_patch"
469 refresh_patch "$tmp_patch"
470 "$FIX_PATCH_LINES" "$tmp_patch" > "$new_patch"
475 rm -f "$tmp_patch"