/kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim_blk.c | 113 size_t pushed = 0, to_pull, to_push; in vdpasim_blk_handle_req() local 190 pushed += bytes; in vdpasim_blk_handle_req() 225 pushed += bytes; in vdpasim_blk_handle_req() 303 if (to_push - pushed > 0) in vdpasim_blk_handle_req() 304 vringh_kiov_advance(&vq->in_iov, to_push - pushed); in vdpasim_blk_handle_req() 311 pushed += bytes; in vdpasim_blk_handle_req() 319 vringh_complete_iotlb(&vq->vring, vq->head, pushed); in vdpasim_blk_handle_req()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.c | 208 * 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 */ in fm10k_mbx_pushed_tail_len() 219 if (!mbx->pushed) in fm10k_mbx_pushed_tail_len() 291 * @len: length of data pushed onto buffer 301 /* length should include previous amounts pushed */ in fm10k_mbx_validate_msg_size() 302 len += mbx->pushed; in fm10k_mbx_validate_msg_size() 313 /* message extends out of pushed section, but fits in FIFO */ in fm10k_mbx_validate_msg_size() 438 end = fm10k_fifo_tail_offset(fifo, mbx->pushed); in fm10k_mbx_read_copy() [all...] |
H A D | fm10k_mbx.h | 267 u16 head, head_len, pushed; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.c | 208 * 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 */ in fm10k_mbx_pushed_tail_len() 219 if (!mbx->pushed) in fm10k_mbx_pushed_tail_len() 291 * @len: length of data pushed onto buffer 301 /* length should include previous amounts pushed */ in fm10k_mbx_validate_msg_size() 302 len += mbx->pushed; in fm10k_mbx_validate_msg_size() 313 /* message extends out of pushed section, but fits in FIFO */ in fm10k_mbx_validate_msg_size() 438 end = fm10k_fifo_tail_offset(fifo, mbx->pushed); in fm10k_mbx_read_copy() [all...] |
H A D | fm10k_mbx.h | 267 u16 head, head_len, pushed; member
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | button.c | 159 unsigned long pushed; member 442 event, ++button->pushed); in acpi_button_notify()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | button.c | 163 unsigned long pushed; member 457 event, ++button->pushed); in acpi_button_notify()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_fline.S | 35 | the equate is valid only after a 'link a6' has pushed one more
|
H A D | fpsp.h | 66 | a second fsave frame can be pushed onto the stack and the
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_fline.S | 35 | the equate is valid only after a 'link a6' has pushed one more
|
H A D | fpsp.h | 66 | a second fsave frame can be pushed onto the stack and the
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | surfacepro3_button.c | 72 unsigned long pushed; member
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surfacepro3_button.c | 70 unsigned long pushed; member
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | eni.c | 148 backlogged = 0,rx_enqueued = 0,rx_dequeued = 0,pushed = 0,submitted = 0, variable 767 pushed++; in dequeue_rx() 1463 "backlogged=%d,rx_enqueued=%d,rx_dequeued=%d,putting=%d,pushed=%d\n", 1465 rx_enqueued,rx_dequeued,putting,pushed);
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.c | 148 backlogged = 0,rx_enqueued = 0,rx_dequeued = 0,pushed = 0,submitted = 0, variable 767 pushed++; in dequeue_rx() 1463 "backlogged=%d,rx_enqueued=%d,rx_dequeued=%d,putting=%d,pushed=%d\n", 1465 rx_enqueued,rx_dequeued,putting,pushed);
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwsignal.c | 428 * @pushed: packets pushed to await txstatus. 430 * @failed_to_push: packets that could not be pushed. 437 u32 pushed; member 595 h->pushed++; in brcmf_fws_hanger_pushpkt() 1318 * A packet has been pushed so update traffic in brcmf_fws_enq()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwsignal.c | 428 * @pushed: packets pushed to await txstatus. 430 * @failed_to_push: packets that could not be pushed. 437 u32 pushed; member 595 h->pushed++; in brcmf_fws_hanger_pushpkt() 1318 * A packet has been pushed so update traffic in brcmf_fws_enq()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | tree.c | 3419 bool pushed; in fill_page_cache_func() local 3430 pushed = put_cached_bnode(krcp, bnode); in fill_page_cache_func() 3433 if (!pushed) { in fill_page_cache_func()
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | tree.c | 3286 bool pushed; in fill_page_cache_func() local 3300 pushed = put_cached_bnode(krcp, bnode); in fill_page_cache_func() 3303 if (!pushed) { in fill_page_cache_func()
|