Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Dunwind.c441 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once() argument
443 unwind_frame_regs(next_frame); in unwind_once()
445 if (next_frame->prev_sp == 0 || in unwind_once()
446 next_frame->prev_ip == 0) in unwind_once()
449 next_frame->sp = next_frame->prev_sp; in unwind_once()
450 next_frame->ip = next_frame->prev_ip; in unwind_once()
451 next_frame->prev_sp = 0; in unwind_once()
452 next_frame->prev_ip = 0; in unwind_once()
455 next_frame->t ? (int)next_frame->t->pid : -1, in unwind_once()
456 next_frame->sp, next_frame->ip); in unwind_once()
/linux/drivers/net/ethernet/8390/
H A Dlib8390.c663 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local
704 next_frame = this_frame + 1 + ((pkt_len+4)>>8); in ei_receive()
709 if (rx_frame.next != next_frame && in ei_receive()
710 rx_frame.next != next_frame + 1 && in ei_receive()
711 rx_frame.next != next_frame - num_rx_pages && in ei_receive()
712 rx_frame.next != next_frame + 1 - num_rx_pages) { in ei_receive()
758 next_frame = rx_frame.next; in ei_receive()
761 if (next_frame >= ei_local->stop_page) { in ei_receive()
763 next_frame); in ei_receive()
764 next_frame = ei_local->rx_start_page; in ei_receive()
[all …]
H A Daxnet_cs.c1342 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local
1380 next_frame = this_frame + 1 + ((pkt_len+4)>>8); in ei_receive()
1428 next_frame = rx_frame.next; in ei_receive()
1431 if (next_frame >= ei_local->stop_page) { in ei_receive()
1433 next_frame); in ei_receive()
1434 next_frame = ei_local->rx_start_page; in ei_receive()
1436 ei_local->current_page = next_frame; in ei_receive()
1437 outb_p(next_frame-1, e8390_base+EN0_BOUNDARY); in ei_receive()
/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c34 u16 next_frame; /* For int/isoc transactions */ member
242 if (frame_after(c67x00->current_frame, ep_data->next_frame)) in c67x00_ep_data_alloc()
243 ep_data->next_frame = in c67x00_ep_data_alloc()
263 ep_data->next_frame = frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc()
402 urb->start_frame = urbp->ep_data->next_frame; in c67x00_urb_enqueue()
734 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_int_urb()
735 urbp->ep_data->next_frame = in c67x00_add_int_urb()
736 frame_add(urbp->ep_data->next_frame, urb->interval); in c67x00_add_int_urb()
746 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_iso_urb()
768 urbp->ep_data->next_frame = in c67x00_add_iso_urb()
[all …]
/linux/arch/x86/include/asm/
H A Dstacktrace.h103 struct stack_frame *next_frame; member
108 u32 next_frame; member
/linux/drivers/media/pci/tw5864/
H A Dtw5864-core.c128 struct tw5864_h264_frame *cur_frame, *next_frame; in tw5864_h264_isr() local
136 next_frame = &dev->h264_buf[next_frame_index]; in tw5864_h264_isr()
149 cur_frame = next_frame; in tw5864_h264_isr()
/linux/arch/loongarch/kernel/
H A Dunwind_prologue.c194 static bool next_frame(struct unwind_state *state) in next_frame() function
263 next_frame(state) : default_next_frame(state); in unwind_next_frame()
/linux/arch/um/include/asm/
H A Dstacktrace.h9 struct stack_frame *next_frame; member
/linux/arch/um/kernel/
H A Dstacktrace.c34 frame = frame ? frame->next_frame : NULL; in dump_trace()
/linux/arch/arm64/kernel/
H A Dsignal.c51 struct frame_record __user *next_frame; member
1260 __put_user_error(regs->regs[29], &user->next_frame->fp, err); in setup_sigframe()
1261 __put_user_error(regs->regs[30], &user->next_frame->lr, err); in setup_sigframe()
1399 user->next_frame = (struct frame_record __user *)sp; in get_sigframe()
1485 regs->regs[29] = (unsigned long)&user->next_frame->fp; in setup_return()
/linux/arch/x86/events/
H A Dcore.c2891 if (__get_user(frame.next_frame, &fp->next_frame)) in perf_callchain_user32()
2897 fp = compat_ptr(ss_base + frame.next_frame); in perf_callchain_user32()
2956 if (__get_user(frame.next_frame, &fp->next_frame)) in perf_callchain_user()
2962 fp = (void __user *)frame.next_frame; in perf_callchain_user()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h126 unsigned next_frame; /* scan periodic, start here */ member
H A Dfotg210-hcd.c4266 fotg210->next_frame = now >> 3; in iso_stream_schedule()
4656 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc()
4661 frame = fotg210->next_frame; in scan_isoc()
4673 fotg210->next_frame = now_frame; in scan_isoc()
/linux/drivers/usb/gadget/function/
H A Du_ether.c260 goto next_frame; in rx_complete()
270 next_frame: in rx_complete()