Home
last modified time | relevance | path

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

/linux/include/linux/
H A Duprobes.h78 HPROBE_STABLE, /* refcounted uprobe */ enumerator
/linux/kernel/events/
H A Duprobes.c721 hprobe->state = uprobe ? HPROBE_STABLE : HPROBE_GONE; in hprobe_init_stable()
740 case HPROBE_STABLE: in hprobe_consume()
762 case HPROBE_STABLE: in hprobe_finalize()
806 case HPROBE_STABLE: in hprobe_expire()
830 if (try_cmpxchg(&hprobe->state, &hstate, uprobe ? HPROBE_STABLE : HPROBE_GONE)) { in hprobe_expire()