Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Duprobes.h115 struct hprobe { struct
116 enum hprobe_state state; argument
117 int srcu_idx;
118 struct uprobe *uprobe;
158 struct hprobe hprobe; member
/linux-6.14.4/kernel/events/
Duprobes.c696 static void hprobe_init_leased(struct hprobe *hprobe, struct uprobe *uprobe, int srcu_idx) in hprobe_init_leased()
705 static void hprobe_init_stable(struct hprobe *hprobe, struct uprobe *uprobe) in hprobe_init_stable()
721 static inline struct uprobe *hprobe_consume(struct hprobe *hprobe, enum hprobe_state *hstate) in hprobe_consume()
742 static void hprobe_finalize(struct hprobe *hprobe, enum hprobe_state hstate) in hprobe_finalize()
776 static struct uprobe *hprobe_expire(struct hprobe *hprobe, bool get) in hprobe_expire()