Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Duprobes.c727 * hprobe_consume() fetches hprobe's underlying uprobe and detects whether
728 * uprobe is SRCU protected or is refcounted. hprobe_consume() can be
735 static inline struct uprobe *hprobe_consume(struct hprobe *hprobe, enum hprobe_state *hstate) in hprobe_consume() function
754 * hprobe_consume() call (which determines uprobe and hstate value).
776 * to refcounted (STABLE) state. Competes with hprobe_consume(); only one of
825 * hprobe_consume() or another hprobe_expire() racing with us. in hprobe_expire()
843 * Even if hprobe_consume() or another hprobe_expire() wins in hprobe_expire()
1977 (void)hprobe_consume(&ri->hprobe, &hstate); in free_ret_instance()
2675 uprobe = hprobe_consume(&ri->hprobe, &hstate); in uprobe_handle_trampoline()