Home
last modified time | relevance | path

Searched refs:cleaned (Results 1 – 49 of 49) sorted by relevance

/linux-4.1.27/fs/logfs/
Dgc.c131 u32 seg_ofs, logical_segno, cleaned = 0; in logfs_gc_segment() local
144 cleaned = -1; in logfs_gc_segment()
160 cleaned = super->s_segsize - 1; in logfs_gc_segment()
170 cleaned += len; in logfs_gc_segment()
173 cleaned += len; in logfs_gc_segment()
179 return cleaned; in logfs_gc_segment()
388 u32 cleaned, valid, segno, ec; in __logfs_gc_once() local
404 cleaned = logfs_gc_segment(sb, segno); in __logfs_gc_once()
406 valid - cleaned); in __logfs_gc_once()
407 BUG_ON(cleaned != valid); in __logfs_gc_once()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c286 unsigned long cleaned = 0; in enc_pools_cleanup() local
294 cleaned++; in enc_pools_cleanup()
302 return cleaned; in enc_pools_cleanup()
758 unsigned long cleaned, npools; in sptlrpc_enc_pool_fini() local
766 cleaned = enc_pools_cleanup(page_pools.epp_pools, npools); in sptlrpc_enc_pool_fini()
767 LASSERT(cleaned == page_pools.epp_total_pages); in sptlrpc_enc_pool_fini()
/linux-4.1.27/drivers/staging/media/bcm2048/
DTODO23 until the rest of the driver is cleaned up. Then I have a better idea of
/linux-4.1.27/mm/
Drmap.c872 int *cleaned = arg; in page_mkclean_one() local
893 (*cleaned)++; in page_mkclean_one()
909 int cleaned = 0; in page_mkclean() local
912 .arg = (void *)&cleaned, in page_mkclean()
928 return cleaned; in page_mkclean()
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1849 bool cleaned = false; in ixgb_clean_tx_irq() local
1858 for (cleaned = false; !cleaned; ) { in ixgb_clean_tx_irq()
1871 cleaned = (i == eop); in ixgb_clean_tx_irq()
1881 if (unlikely(cleaned && netif_carrier_ok(netdev) && in ixgb_clean_tx_irq()
1926 return cleaned; in ixgb_clean_tx_irq()
2004 bool cleaned = false; in ixgb_clean_rx_irq() local
2038 cleaned = true; in ixgb_clean_rx_irq()
2104 return cleaned; in ixgb_clean_rx_irq()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c1543 bool cleaned = false; in pch_gbe_clean_tx() local
1588 cleaned = true; in pch_gbe_clean_tx()
1634 cleaned = false; in pch_gbe_clean_tx()
1644 if (unlikely(cleaned && (netif_queue_stopped(adapter->netdev)))) in pch_gbe_clean_tx()
1657 return cleaned; in pch_gbe_clean_tx()
1682 bool cleaned = false; in pch_gbe_clean_rx() local
1695 cleaned = true; in pch_gbe_clean_rx()
1773 return cleaned; in pch_gbe_clean_rx()
2386 bool cleaned = false; in pch_gbe_napi_poll() local
2391 cleaned = pch_gbe_clean_tx(adapter, adapter->tx_ring); in pch_gbe_napi_poll()
[all …]
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dsge.c182 unsigned int cleaned; /* total # of descs SW has reclaimed */ member
689 q->processed = q->cleaned = 0; in alloc_tx_resources()
1291 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx()
1295 q->processed, q->cleaned); in reclaim_completed_tx()
1297 q->cleaned += reclaim; in reclaim_completed_tx()
1399 unsigned int r = q->processed - q->cleaned; in enough_free_Tx_descs()
1446 if (cmdq->cleaned + cmdq->in_use != cmdq->processed && in update_tx_info()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h170 unsigned int cleaned; /* total # of descs SW has reclaimed */ member
Dsge.c328 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx()
333 q->cleaned += reclaim; in reclaim_completed_tx()
336 return q->processed - q->cleaned; in reclaim_completed_tx()
347 unsigned int r = q->processed - q->cleaned; in should_restart_tx()
1404 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx_imm()
1407 q->cleaned += reclaim; in reclaim_completed_tx_imm()
2191 if (txq->cleaned + txq->in_use != txq->processed && in check_ring_db()
2202 if (txq->cleaned + txq->in_use != txq->processed && in check_ring_db()
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dnetdev.c273 bool cleaned = false; in igbvf_clean_rx_irq() local
303 cleaned = true; in igbvf_clean_rx_irq()
403 return cleaned; in igbvf_clean_rx_irq()
799 bool cleaned = false; in igbvf_clean_tx_irq() local
820 for (cleaned = false; !cleaned; count++) { in igbvf_clean_tx_irq()
822 cleaned = (tx_desc == eop_desc); in igbvf_clean_tx_irq()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c1306 int cleaned; in i40evf_napi_poll() local
1328 cleaned = i40e_clean_rx_irq_ps(ring, budget_per_ring); in i40evf_napi_poll()
1330 cleaned = i40e_clean_rx_irq_1buf(ring, budget_per_ring); in i40evf_napi_poll()
1332 clean_complete &= (budget_per_ring != cleaned); in i40evf_napi_poll()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_main.c3858 bool cleaned = false; in e1000_clean_tx_irq() local
3860 for ( ; !cleaned; count++) { in e1000_clean_tx_irq()
3863 cleaned = (i == eop); in e1000_clean_tx_irq()
3865 if (cleaned) { in e1000_clean_tx_irq()
4143 bool cleaned = false; in e1000_clean_jumbo_rx_irq() local
4167 cleaned = true; in e1000_clean_jumbo_rx_irq()
4318 return cleaned; in e1000_clean_jumbo_rx_irq()
4363 bool cleaned = false; in e1000_clean_rx_irq() local
4409 cleaned = true; in e1000_clean_rx_irq()
4489 return cleaned; in e1000_clean_rx_irq()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h79 u64 cleaned; member
Dethtool.c419 rx_cleaned += adapter->rx_ring[i]->stats.cleaned; in ixgbevf_get_ethtool_stats()
425 tx_cleaned += adapter->tx_ring[i]->stats.cleaned; in ixgbevf_get_ethtool_stats()
Dixgbevf_main.c1094 ring->stats.cleaned += found; in ixgbevf_busy_poll_recv()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c936 bool cleaned = false; in e1000_clean_rx_irq() local
965 cleaned = true; in e1000_clean_rx_irq()
1069 return cleaned; in e1000_clean_rx_irq()
1233 bool cleaned = false; in e1000_clean_tx_irq() local
1236 for (; !cleaned; count++) { in e1000_clean_tx_irq()
1239 cleaned = (i == eop); in e1000_clean_tx_irq()
1241 if (cleaned) { in e1000_clean_tx_irq()
1322 bool cleaned = false; in e1000_clean_rx_irq_ps() local
1348 cleaned = true; in e1000_clean_rx_irq_ps()
1491 return cleaned; in e1000_clean_rx_irq_ps()
[all …]
/linux-4.1.27/fs/reiserfs/
Djournal.c3743 int cleaned = 0; in journal_mark_freed() local
3756 cleaned = remove_from_transaction(sb, blocknr, cleaned); in journal_mark_freed()
3775 cleaned = remove_from_transaction(sb, blocknr, cleaned); in journal_mark_freed()
3792 if (!cleaned) { in journal_mark_freed()
3798 cleaned = 1; in journal_mark_freed()
/linux-4.1.27/Documentation/scsi/
Daacraid.txt7 Adaptec supplied driver. It has significantly cleaned up both the code
DChangeLog.ncr53c8xx68 but things will be cleaned up later. This code addresses
85 but things will be cleaned up later. This code addresses
DChangeLog.lpfc231 before locks so that they can GFP_KERNEL instead. Also cleaned
762 * Ensure lpfc_target is also cleaned up in lpfc_cleanup().
877 * Collapsed lpfc_scsi_cmd_start into lpfc_queuecommand and cleaned
962 dead/redundant code, cleaned up badly and poorly written code,
963 cleaned up return values.
1711 Implemented OS calls directly in all remaining files and cleaned
/linux-4.1.27/Documentation/
Drobust-futexes.txt72 are to be cleaned up, because a robust futex might have been registered
90 locks to be cleaned up?
Dkobject.txt391 must be cleaned up when the code is finished with it. To do that, call
400 kobject "invisible", but it is not cleaned up, and the reference count of
Drobust-futex-ABI.txt30 to do so, then improperly listed locks will not be cleaned up on exit,
Dstable_api_nonsense.txt142 Kernel interfaces are cleaned up over time. If there is no one using a
Dsvga.txt237 Code cleaned up.
DHOWTO192 problems that need to be cleaned up and fixed within the Linux kernel
/linux-4.1.27/drivers/net/ethernet/octeon/
Docteon_mgmt.c255 int cleaned = 0; in octeon_mgmt_clean_tx_buffers() local
306 cleaned++; in octeon_mgmt_clean_tx_buffers()
311 if (cleaned && netif_queue_stopped(p->netdev)) in octeon_mgmt_clean_tx_buffers()
/linux-4.1.27/fs/ceph/
Dcaps.c2737 int cleaned = 0; in handle_cap_flush_ack() local
2744 cleaned |= 1 << i; in handle_cap_flush_ack()
2749 ceph_cap_string(cleaned), ceph_cap_string(ci->i_flushing_caps), in handle_cap_flush_ack()
2750 ceph_cap_string(ci->i_flushing_caps & ~cleaned)); in handle_cap_flush_ack()
2752 if (ci->i_flushing_caps == (ci->i_flushing_caps & ~cleaned)) in handle_cap_flush_ack()
2755 ci->i_flushing_caps &= ~cleaned; in handle_cap_flush_ack()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1856 int cleaned; in i40e_napi_poll() local
1878 cleaned = i40e_clean_rx_irq_ps(ring, budget_per_ring); in i40e_napi_poll()
1880 cleaned = i40e_clean_rx_irq_1buf(ring, budget_per_ring); in i40e_napi_poll()
1882 clean_complete &= (budget_per_ring != cleaned); in i40e_napi_poll()
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-ubi200 volume update starts, and cleaned when it ends. So the presence
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h200 u64 cleaned; member
Dixgbe_ethtool.c1140 data[i+2] = ring->stats.cleaned; in ixgbe_get_ethtool_stats()
1168 data[i+2] = ring->stats.cleaned; in ixgbe_get_ethtool_stats()
Dixgbe_main.c2123 ring->stats.cleaned += found; in ixgbe_low_latency_recv()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h325 unsigned long cleaned; member
Den_ethtool.c405 data[index++] = priv->rx_ring[i]->cleaned; in mlx4_en_get_ethtool_stats()
Den_netdev.c90 rx_ring->cleaned += done; in mlx4_en_low_latency_recv()
/linux-4.1.27/Documentation/filesystems/
Ddebugfs.txt181 cleaned up. We live in more civilized times now, though, and debugfs users
DLocking327 cleaned, or an error value if not. Note that in order to prevent the page
Df2fs.txt111 discard Issue discard/TRIM commands when a segment is cleaned.
/linux-4.1.27/scripts/
DKbuild.include88 # is automatically cleaned up.
/linux-4.1.27/Documentation/arm64/
Dbooting.txt146 cleaned to the PoC. In the presence of a system cache or other
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-cache.txt93 cleaned to discard old data.
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt239 Temporary data is cleaned up, and the parent is released.
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-cd.1994-2004211 * - cleaned up various deprecated verify_area().
/linux-4.1.27/drivers/md/
DKconfig295 cleaned etc. It supports writeback and writethrough modes.
/linux-4.1.27/Documentation/usb/
DWUSB-Design-overview.txt362 be cleaned up a lot :)].
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt253 subhierarchy becomes empty so that it can be cleaned up. cgroup
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt253 * cleaned up.
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES1054 and cleaned them up and made them more consistent with other cifs functions.