Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Duprobes.c696 hprobe->state = uprobe ? HPROBE_STABLE : HPROBE_GONE; in hprobe_init_stable()
715 case HPROBE_STABLE: in hprobe_consume()
737 case HPROBE_STABLE: in hprobe_finalize()
781 case HPROBE_STABLE: in hprobe_expire()
805 if (try_cmpxchg(&hprobe->state, &hstate, uprobe ? HPROBE_STABLE : HPROBE_GONE)) { in hprobe_expire()