Searched refs:pushed (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c113 size_t pushed = 0, to_pull, to_push; local
190 pushed += bytes;
225 pushed += bytes;
303 if (to_push - pushed > 0)
304 vringh_kiov_advance(&vq->in_iov, to_push - pushed);
311 pushed += bytes;
319 vringh_complete_iotlb(&vq->vring, vq->head, pushed);
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c208 * fm10k_mbx_pushed_tail_len - Retrieve the length of message being pushed
212 * pushed onto the tail of the Rx queue.
218 /* pushed tail is only valid if pushed is set */
219 if (!mbx->pushed)
291 * @len: length of data pushed onto buffer
301 /* length should include previous amounts pushed */
302 len += mbx->pushed;
313 /* message extends out of pushed section, but fits in FIFO */
438 end = fm10k_fifo_tail_offset(fifo, mbx->pushed);
[all...]
H A Dfm10k_mbx.h267 u16 head, head_len, pushed; member in struct:fm10k_mbx_info
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S35 | the equate is valid only after a 'link a6' has pushed one more
H A Dfpsp.h66 | a second fsave frame can be pushed onto the stack and the
/linux-master/drivers/platform/surface/
H A Dsurfacepro3_button.c70 unsigned long pushed; member in struct:surface_button
/linux-master/drivers/acpi/
H A Dbutton.c163 unsigned long pushed; member in struct:acpi_button
457 event, ++button->pushed);
/linux-master/drivers/atm/
H A Deni.c148 backlogged = 0,rx_enqueued = 0,rx_dequeued = 0,pushed = 0,submitted = 0, variable
767 pushed++;
1463 "backlogged=%d,rx_enqueued=%d,rx_dequeued=%d,putting=%d,pushed=%d\n",
1465 rx_enqueued,rx_dequeued,putting,pushed);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c428 * @pushed: packets pushed to await txstatus.
430 * @failed_to_push: packets that could not be pushed.
437 u32 pushed; member in struct:brcmf_fws_hanger
595 h->pushed++;
1318 * A packet has been pushed so update traffic
/linux-master/kernel/rcu/
H A Dtree.c3298 bool pushed; local
3312 pushed = put_cached_bnode(krcp, bnode);
3315 if (!pushed) {

Completed in 333 milliseconds