Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Dprocess.c1115 int firstframe = 1; in show_stack() local
1148 if (!firstframe || ip != lr) { in show_stack()
1157 if (firstframe) in show_stack()
1161 firstframe = 0; in show_stack()
1174 firstframe = 1; in show_stack()
/linux-2.6.39/net/can/
Dbcm.c290 struct can_frame *firstframe; in bcm_send_to_user() local
304 firstframe = (struct can_frame *)skb_tail_pointer(skb); in bcm_send_to_user()
315 firstframe->can_dlc &= BCM_CAN_DLC_MASK; in bcm_send_to_user()