Searched refs:tmp_patch (Results 1 – 2 of 2) sorted by relevance
10 #define klp_for_each_patch_safe(patch, tmp_patch) \ argument11 list_for_each_entry_safe(patch, tmp_patch, &klp_patches, list)
727 struct klp_patch *old_patch, *tmp_patch; in klp_free_replaced_patches_async() local729 klp_for_each_patch_safe(old_patch, tmp_patch) { in klp_free_replaced_patches_async()