Searched refs:frame_tail (Results 1 – 6 of 6) sorted by relevance
23 struct frame_tail { struct24 struct frame_tail __user *fp; argument33 static struct frame_tail __user * argument34 user_backtrace(struct frame_tail __user *tail, in user_backtrace()37 struct frame_tail buftail; in user_backtrace()65 struct frame_tail __user *tail; in perf_callchain_user()77 tail = (struct frame_tail __user *)regs->ARM_fp - 1; in perf_callchain_user()
13 struct frame_tail { struct14 struct frame_tail __user *fp; argument22 static struct frame_tail __user * argument23 user_backtrace(struct frame_tail __user *tail, in user_backtrace()26 struct frame_tail buftail; in user_backtrace()114 struct frame_tail __user *tail; in perf_callchain_user()116 tail = (struct frame_tail __user *)regs->regs[29]; in perf_callchain_user()
1387 tx->frame_tail = tx->frame_first; in lan743x_tx_frame_start()1390 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_start()1443 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_lso()1445 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_add_lso()1487 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_fragment()1489 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_add_fragment()1498 while (desc_index != tx->frame_tail) { in lan743x_tx_frame_add_fragment()1506 tx->frame_tail = 0; in lan743x_tx_frame_add_fragment()1558 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_end()1559 tx->last_tail = tx->frame_tail; in lan743x_tx_frame_end()[all …]
661 u32 frame_tail; member
23 struct frame_tail { struct
1303 struct frame_tail buftail; in user_backtrace()1403 struct frame_tail buftail; in perf_callchain_user()
Completed in 19 milliseconds