Home
last modified time | relevance | path

Searched refs:total_done (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.c362 u32 total_done = 0; in ena_clean_xdp_irq() local
401 total_done += tx_info->tx_descs; in ena_clean_xdp_irq()
410 ena_com_comp_ack(tx_ring->ena_com_io_sq, total_done); in ena_clean_xdp_irq()
H A Dena_netdev.c808 u32 total_done = 0; in ena_clean_tx_irq() local
852 total_done += tx_info->tx_descs; in ena_clean_tx_irq()
860 ena_com_comp_ack(tx_ring->ena_com_io_sq, total_done); in ena_clean_tx_irq()
/openbmc/linux/fs/btrfs/
H A Ddelayed-inode.c1321 int total_done = 0; in btrfs_async_run_delayed_root() local
1345 total_done++; in btrfs_async_run_delayed_root()
1360 total_done++; in btrfs_async_run_delayed_root()
1362 } while ((async_work->nr == 0 && total_done < BTRFS_DELAYED_WRITEBACK) in btrfs_async_run_delayed_root()
1363 || total_done < async_work->nr); in btrfs_async_run_delayed_root()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c2678 u64 total_done = 0; in amdgpu_debugfs_vm_bo_info() local
2737 total_done += amdgpu_bo_print_info(id++, bo_va->base.bo, m); in amdgpu_debugfs_vm_bo_info()
2752 seq_printf(m, "\tTotal done size: %12lld\tobjs:\t%d\n", total_done, in amdgpu_debugfs_vm_bo_info()