Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dkprobes.c1537 struct module **probed_mod) in check_kprobe_address_safe() argument
1548 *probed_mod = NULL; in check_kprobe_address_safe()
1552 if (!(*probed_mod)) in check_kprobe_address_safe()
1559 if (unlikely(!try_module_get(*probed_mod))) in check_kprobe_address_safe()
1569 module_put(*probed_mod); in check_kprobe_address_safe()
1574 if (IS_ENABLED(CONFIG_MODULES) && *probed_mod) { in check_kprobe_address_safe()
1580 !module_is_coming(*probed_mod)) { in check_kprobe_address_safe()
1581 module_put(*probed_mod); in check_kprobe_address_safe()
1629 struct module *probed_mod; in register_kprobe() local
1656 if (probed_mod) in register_kprobe()
[all …]