Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/kernel/
Dkprobes.c567 struct kprobe *other_kp; in prepare_booster() local
576 other_kp = get_kprobe((void *)addr); in prepare_booster()
577 if (other_kp) in prepare_booster()
578 other_kp->ainsn.inst_flag &= ~INST_FLAG_BOOSTABLE; in prepare_booster()