Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dstacktrace.c74 bool firstframe; in arch_stack_walk_reliable() local
94 for (firstframe = true; sp != stack_end; in arch_stack_walk_reliable()
95 firstframe = false, sp = newsp) { in arch_stack_walk_reliable()
118 if (firstframe) in arch_stack_walk_reliable()
H A Dprocess.c2316 int firstframe = 1; in show_stack() local
2343 if (!firstframe || ip != lr) { in show_stack()
2350 if (firstframe) in show_stack()
2354 firstframe = 0; in show_stack()
2380 firstframe = 1; in show_stack()
/linux-6.15/net/can/
H A Dbcm.c356 struct canfd_frame *firstframe; in bcm_send_to_user() local
379 firstframe = (struct canfd_frame *)skb_tail_pointer(skb); in bcm_send_to_user()
390 if (firstframe->flags & RX_LOCAL) in bcm_send_to_user()
392 if (firstframe->flags & RX_OWN) in bcm_send_to_user()
395 firstframe->flags &= BCM_CAN_FLAGS_MASK; in bcm_send_to_user()