Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/
Dstacktrace.c73 bool firstframe; in arch_stack_walk_reliable() local
93 for (firstframe = true; sp != stack_end; in arch_stack_walk_reliable()
94 firstframe = false, sp = newsp) { in arch_stack_walk_reliable()
117 if (firstframe) in arch_stack_walk_reliable()
Dprocess.c2285 int firstframe = 1; in show_stack() local
2312 if (!firstframe || ip != lr) { in show_stack()
2319 if (firstframe) in show_stack()
2323 firstframe = 0; in show_stack()
2349 firstframe = 1; in show_stack()
/linux-6.6.21/net/can/
Dbcm.c323 struct canfd_frame *firstframe; in bcm_send_to_user() local
337 firstframe = (struct canfd_frame *)skb_tail_pointer(skb); in bcm_send_to_user()
348 firstframe->flags &= BCM_CAN_FLAGS_MASK; in bcm_send_to_user()