Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dkprobes.c1566 struct module **probed_mod) in check_kprobe_address_safe() argument
1577 *probed_mod = NULL; in check_kprobe_address_safe()
1580 if (!(*probed_mod)) { in check_kprobe_address_safe()
1597 if (*probed_mod) { in check_kprobe_address_safe()
1602 if (unlikely(!try_module_get(*probed_mod))) { in check_kprobe_address_safe()
1613 module_put(*probed_mod); in check_kprobe_address_safe()
1614 *probed_mod = NULL; in check_kprobe_address_safe()
1629 struct module *probed_mod; in register_kprobe() local
1648 ret = check_kprobe_address_safe(p, &probed_mod); in register_kprobe()
1691 if (probed_mod) in register_kprobe()
[all …]