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)
1040 struct klp_patch *old_patch, *tmp_patch; in klp_discard_replaced_patches() local1042 klp_for_each_patch_safe(old_patch, tmp_patch) { in klp_discard_replaced_patches()