Searched refs:hprobe (Results 1 – 1 of 1) sorted by relevance
685 static void hprobe_init_leased(struct hprobe *hprobe, struct uprobe *uprobe, int srcu_idx) in hprobe_init_leased() argument688 hprobe->state = HPROBE_LEASED; in hprobe_init_leased()689 hprobe->uprobe = uprobe; in hprobe_init_leased()690 hprobe->srcu_idx = srcu_idx; in hprobe_init_leased()694 static void hprobe_init_stable(struct hprobe *hprobe, struct uprobe *uprobe) in hprobe_init_stable() argument696 hprobe->state = uprobe ? HPROBE_STABLE : HPROBE_GONE; in hprobe_init_stable()697 hprobe->uprobe = uprobe; in hprobe_init_stable()698 hprobe->srcu_idx = -1; in hprobe_init_stable()710 static inline struct uprobe *hprobe_consume(struct hprobe *hprobe, enum hprobe_state *hstate) in hprobe_consume() argument712 *hstate = xchg(&hprobe->state, HPROBE_CONSUMED); in hprobe_consume()[all …]