Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Drethook.c161 struct rethook_node *rethook_try_get(struct rethook *rh) in rethook_try_get() function
182 NOKPROBE_SYMBOL(rethook_try_get);
/linux/include/linux/
H A Drethook.h63 struct rethook_node *rethook_try_get(struct rethook *rh);
/linux/kernel/
H A Dkprobes.c2105 rhn = rethook_try_get(rp->rh); in pre_handler_kretprobe()