Searched refs:tmp_patch (Results 1 – 3 of 3) 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)
749 struct klp_patch *old_patch, *tmp_patch; in klp_free_replaced_patches_async() local751 klp_for_each_patch_safe(old_patch, tmp_patch) { in klp_free_replaced_patches_async()
186 tmp_patch = False221 if tmp_patch: