Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Duprobes.c711 struct srcu_ctr __percpu *srcu_scp) in hprobe_init_leased() argument
716 hprobe->srcu_scp = srcu_scp; in hprobe_init_leased()
724 hprobe->srcu_scp = NULL; in hprobe_init_stable()
761 srcu_up_read_fast(&uretprobes_srcu, hprobe->srcu_scp); in hprobe_finalize()
833 srcu_up_read_fast(&uretprobes_srcu, hprobe->srcu_scp); in hprobe_expire()
2248 struct srcu_ctr __percpu *srcu_scp; in prepare_uretprobe() local
2292 srcu_scp = srcu_down_read_fast(&uretprobes_srcu); in prepare_uretprobe()
2301 hprobe_init_leased(&ri->hprobe, uprobe, srcu_scp); in prepare_uretprobe()