Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Duprobes.c712 static void hprobe_init_leased(struct hprobe *hprobe, struct uprobe *uprobe, in hprobe_init_leased() argument
716 hprobe->state = HPROBE_LEASED; in hprobe_init_leased()
717 hprobe->uprobe = uprobe; in hprobe_init_leased()
718 hprobe->srcu_scp = srcu_scp; in hprobe_init_leased()
722 static void hprobe_init_stable(struct hprobe *hprobe, struct uprobe *uprobe) in hprobe_init_stable() argument
724 hprobe->state = uprobe ? HPROBE_STABLE : HPROBE_GONE; in hprobe_init_stable()
725 hprobe->uprobe = uprobe; in hprobe_init_stable()
726 hprobe->srcu_scp = NULL; in hprobe_init_stable()
738 static inline struct uprobe *hprobe_consume(struct hprobe *hprobe, enum hprobe_state *hstate) in hprobe_consume() argument
740 *hstate = xchg(&hprobe->state, HPROBE_CONSUMED); in hprobe_consume()
[all …]