Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dstacktrace.c73 bool firstframe; in arch_stack_walk_reliable() local
110 for (firstframe = true; sp != stack_end; in arch_stack_walk_reliable()
111 firstframe = false, sp = newsp) { in arch_stack_walk_reliable()
134 if (firstframe) in arch_stack_walk_reliable()
A Dprocess.c2159 int firstframe = 1; in show_stack() local
2186 if (!firstframe || ip != lr) { in show_stack()
2193 if (firstframe) in show_stack()
2197 firstframe = 0; in show_stack()
2215 firstframe = 1; in show_stack()
/linux/net/can/
A Dbcm.c321 struct canfd_frame *firstframe; in bcm_send_to_user() local
335 firstframe = (struct canfd_frame *)skb_tail_pointer(skb); in bcm_send_to_user()
346 firstframe->flags &= BCM_CAN_FLAGS_MASK; in bcm_send_to_user()

Completed in 11 milliseconds