Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c1544 int firstframe = 1; in show_stack() local
1570 if (!firstframe || ip != lr) { in show_stack()
1579 if (firstframe) in show_stack()
1583 firstframe = 0; in show_stack()
1596 firstframe = 1; in show_stack()
/linux-4.4.14/net/can/
Dbcm.c297 struct can_frame *firstframe; in bcm_send_to_user() local
311 firstframe = (struct can_frame *)skb_tail_pointer(skb); in bcm_send_to_user()
322 firstframe->can_dlc &= BCM_CAN_DLC_MASK; in bcm_send_to_user()