Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/oprofile/
Dbacktrace.c72 static inline int unwind_user_frame(struct stackframe *old_frame, in unwind_user_frame() argument
75 struct stackframe new_frame = *old_frame; in unwind_user_frame()
80 if (old_frame->pc == 0 || old_frame->sp == 0 || old_frame->ra == 0) in unwind_user_frame()
111 new_frame.ra = old_frame->sp + ra_offset; in unwind_user_frame()
117 new_frame.sp = old_frame->sp + stack_size; in unwind_user_frame()
122 if (new_frame.sp > old_frame->sp) in unwind_user_frame()
126 new_frame.pc = old_frame->ra; in unwind_user_frame()
127 *old_frame = new_frame; in unwind_user_frame()
/Linux-v5.10/drivers/usb/dwc2/
Dhcd_queue.c1826 u16 old_frame = qh->next_active_frame; in dwc2_next_for_periodic_split() local
1837 if (old_frame == qh->start_active_frame && in dwc2_next_for_periodic_split()
1843 qh->next_active_frame = dwc2_frame_num_inc(old_frame, incr); in dwc2_next_for_periodic_split()
1980 u16 old_frame = qh->next_active_frame; in dwc2_hcd_qh_deactivate() local
2010 qh, sched_next_periodic_split, frame_number, old_frame, in dwc2_hcd_qh_deactivate()
2012 dwc2_frame_num_dec(qh->next_active_frame, old_frame), in dwc2_hcd_qh_deactivate()