Home
last modified time | relevance | path

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

/linux/kernel/livepatch/
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)
A Dcore.c709 struct klp_patch *old_patch, *tmp_patch; in klp_free_replaced_patches_async() local
711 klp_for_each_patch_safe(old_patch, tmp_patch) { in klp_free_replaced_patches_async()

Completed in 5 milliseconds