Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/livepatch/
Dcore.c87 struct klp_patch *mypatch; in klp_is_patch_registered() local
89 list_for_each_entry(mypatch, &klp_patches, list) in klp_is_patch_registered()
90 if (mypatch == patch) in klp_is_patch_registered()