Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Duprobes.c710 static void hprobe_init_leased(struct hprobe *hprobe, struct uprobe *uprobe, int srcu_idx) in hprobe_init_leased() argument
713 hprobe->state = HPROBE_LEASED; in hprobe_init_leased()
714 hprobe->uprobe = uprobe; in hprobe_init_leased()
715 hprobe->srcu_idx = srcu_idx; in hprobe_init_leased()
719 static void hprobe_init_stable(struct hprobe *hprobe, struct uprobe *uprobe) in hprobe_init_stable() argument
721 hprobe->state = uprobe ? HPROBE_STABLE : HPROBE_GONE; in hprobe_init_stable()
722 hprobe->uprobe = uprobe; in hprobe_init_stable()
723 hprobe->srcu_idx = -1; in hprobe_init_stable()
735 static inline struct uprobe *hprobe_consume(struct hprobe *hprobe, enum hprobe_state *hstate) in hprobe_consume() argument
737 *hstate = xchg(&hprobe->state, HPROBE_CONSUMED); in hprobe_consume()
[all …]
/linux/include/linux/
H A Duprobes.h116 struct hprobe { struct
160 struct hprobe hprobe; member