Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dprocess.c1545 int firstframe = 1; in show_stack() local
1571 if (!firstframe || ip != lr) { in show_stack()
1580 if (firstframe) in show_stack()
1584 firstframe = 0; in show_stack()
1597 firstframe = 1; in show_stack()
/linux-4.1.27/net/can/
Dbcm.c292 struct can_frame *firstframe; in bcm_send_to_user() local
306 firstframe = (struct can_frame *)skb_tail_pointer(skb); in bcm_send_to_user()
317 firstframe->can_dlc &= BCM_CAN_DLC_MASK; in bcm_send_to_user()