Searched refs:hprobe (Results 1 – 2 of 2) sorted by relevance
710 static void hprobe_init_leased(struct hprobe *hprobe, struct uprobe *uprobe, int srcu_idx) in hprobe_init_leased() argument713 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() argument721 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() argument737 *hstate = xchg(&hprobe->state, HPROBE_CONSUMED); in hprobe_consume()[all …]
116 struct hprobe { struct160 struct hprobe hprobe; member