Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_kprobe.c9 static bool has_post_handler = true; variable
10 module_param(has_post_handler, bool, 0444);
23 if (has_post_handler) in kprobe_init()
/linux-6.15/tools/testing/selftests/livepatch/
H A Dtest-kprobe.sh23 load_mod $MOD_KPROBE has_post_handler=true
42 load_mod $MOD_KPROBE has_post_handler=false