Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsoftirq.c352 current->preempt_disable_ip = get_lock_parent_ip(); in __local_bh_enable()
354 trace_preempt_off(CALLER_ADDR0, get_lock_parent_ip());
365 trace_preempt_on(CALLER_ADDR0, get_lock_parent_ip());
/linux/include/linux/
H A Dftrace.h1087 static __always_inline unsigned long get_lock_parent_ip(void) in get_lock_parent_ip() function
/linux/kernel/sched/
H A Dcore.c5807 unsigned long ip = get_lock_parent_ip(); in preempt_latency_start()
5844 trace_preempt_on(CALLER_ADDR0, get_lock_parent_ip()); in preempt_latency_stop()