Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/livepatch/
Dcore.c120 struct klp_patch *mypatch; in klp_is_patch_registered() local
122 list_for_each_entry(mypatch, &klp_patches, list) in klp_is_patch_registered()
123 if (mypatch == patch) in klp_is_patch_registered()