Searched refs:klp_patch (Results 1 – 3 of 3) sorted by relevance
115 struct klp_patch { struct132 int klp_register_patch(struct klp_patch *); argument133 int klp_unregister_patch(struct klp_patch *);134 int klp_enable_patch(struct klp_patch *);135 int klp_disable_patch(struct klp_patch *);
118 static bool klp_is_patch_registered(struct klp_patch *patch) in klp_is_patch_registered()120 struct klp_patch *mypatch; in klp_is_patch_registered()472 static int __klp_disable_patch(struct klp_patch *patch) in __klp_disable_patch()501 int klp_disable_patch(struct klp_patch *patch) in klp_disable_patch()525 static int __klp_enable_patch(struct klp_patch *patch) in __klp_enable_patch()570 int klp_enable_patch(struct klp_patch *patch) in klp_enable_patch()602 struct klp_patch *patch; in enabled_store()613 patch = container_of(kobj, struct klp_patch, kobj); in enabled_store()645 struct klp_patch *patch; in enabled_show()647 patch = container_of(kobj, struct klp_patch, kobj); in enabled_show()[all …]
63 static struct klp_patch patch = {