Searched refs:post_patch_callback (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/samples/livepatch/ |
H A D | livepatch-callbacks-demo.c | 115 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() function 154 .post_patch = post_patch_callback, 163 .post_patch = post_patch_callback, 172 .post_patch = post_patch_callback,
|
/kernel/linux/linux-5.10/lib/livepatch/ |
H A D | test_klp_callbacks_demo.c | 38 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() function 77 .post_patch = post_patch_callback, 86 .post_patch = post_patch_callback, 95 .post_patch = post_patch_callback,
|
H A D | test_klp_callbacks_demo2.c | 38 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() function 65 .post_patch = post_patch_callback,
|
H A D | test_klp_state.c | 97 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() function 127 .post_patch = post_patch_callback,
|
H A D | test_klp_state2.c | 126 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() function 156 .post_patch = post_patch_callback,
|
/kernel/linux/linux-6.6/lib/livepatch/ |
H A D | test_klp_callbacks_demo.c | 38 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() function 77 .post_patch = post_patch_callback, 86 .post_patch = post_patch_callback, 95 .post_patch = post_patch_callback,
|
H A D | test_klp_callbacks_demo2.c | 38 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() function 65 .post_patch = post_patch_callback,
|
H A D | test_klp_state2.c | 126 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() function 156 .post_patch = post_patch_callback,
|
H A D | test_klp_state.c | 97 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() function 127 .post_patch = post_patch_callback,
|
/kernel/linux/linux-6.6/samples/livepatch/ |
H A D | livepatch-callbacks-demo.c | 115 static void post_patch_callback(struct klp_object *obj) in post_patch_callback() function 154 .post_patch = post_patch_callback, 163 .post_patch = post_patch_callback, 172 .post_patch = post_patch_callback,
|
Completed in 4 milliseconds