Home
last modified time | relevance | path

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

123

/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dtrace.h317 TP_PROTO(struct mt7601u_dev *dev, int cleaned),
318 TP_ARGS(dev, cleaned),
321 __field(int, cleaned)
325 __entry->cleaned = cleaned;
327 TP_printk(DEV_PR_FMT "%d", DEV_PR_ARG, __entry->cleaned)
H A Dtx.c234 int cleaned = 0; in mt7601u_tx_stat() local
244 cleaned++; in mt7601u_tx_stat()
246 trace_mt_tx_status_cleaned(dev, cleaned); in mt7601u_tx_stat()
249 if (cleaned) in mt7601u_tx_stat()
/linux/mm/
H A Drmap.c1092 int cleaned = 0; in page_vma_mkclean_one() local
1159 cleaned++; in page_vma_mkclean_one()
1164 return cleaned; in page_vma_mkclean_one()
1171 int *cleaned = arg; in page_mkclean_one() local
1173 *cleaned += page_vma_mkclean_one(&pvmw); in page_mkclean_one()
1188 int cleaned = 0; in folio_mkclean() local
1191 .arg = (void *)&cleaned, in folio_mkclean()
1207 return cleaned; in folio_mkclean()
1212 int cleaned; member
1231 state->cleaned += page_vma_mkclean_one(&pvmw); in mapping_wrprotect_range_one()
[all …]
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c2056 struct libeth_sq_napi_stats *cleaned, in idpf_tx_splitq_clean() argument
2064 .ss = cleaned, in idpf_tx_splitq_clean()
2122 struct libeth_sq_napi_stats *cleaned, in idpf_tx_clean_bufs() argument
2128 .ss = cleaned, in idpf_tx_clean_bufs()
2163 struct libeth_sq_napi_stats *cleaned, in idpf_tx_handle_rs_completion() argument
2172 idpf_tx_splitq_clean(txq, rs_compl_val, budget, cleaned, false); in idpf_tx_handle_rs_completion()
2176 idpf_tx_clean_bufs(txq, rs_compl_val, cleaned, budget); in idpf_tx_handle_rs_completion()
2188 int *cleaned) in idpf_tx_clean_complq() argument
2285 *cleaned += tx_q->cleaned_pkts; in idpf_tx_clean_complq()
3697 int cleaned = 0; in idpf_rx_clean_refillq() local
[all …]
/linux/Documentation/images/
H A DCOPYING-logo15 refined and cleaned up by IFo Hancroft. It is also freely usable
/linux/drivers/crypto/caam/
H A Dqi.c488 int cleaned = qman_p_poll_dqrr(np->p, budget); in caam_qi_poll() local
490 if (cleaned < budget) { in caam_qi_poll()
495 return cleaned; in caam_qi_poll()
H A Dcaamalg_qi2.c4880 int cleaned = 0, is_last; in dpaa2_caam_store_consume() local
4901 cleaned++; in dpaa2_caam_store_consume()
4904 return cleaned; in dpaa2_caam_store_consume()
4911 int err, cleaned = 0, store_cleaned; in dpaa2_dpseci_poll() local
4921 cleaned += store_cleaned; in dpaa2_dpseci_poll()
4924 cleaned > budget - DPAA2_CAAM_STORE_SIZE) in dpaa2_dpseci_poll()
4933 if (cleaned < budget) { in dpaa2_dpseci_poll()
4934 napi_complete_done(napi, cleaned); in dpaa2_dpseci_poll()
4941 return cleaned; in dpaa2_dpseci_poll()
/linux/scripts/coccinelle/misc/
H A Duninitialized_var.cocci18 /// this kind were cleaned-up from the kernel. This cocci rule checks that
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c173 unsigned int cleaned; /* total # of descs SW has reclaimed */ member
684 q->processed = q->cleaned = 0; in alloc_tx_resources()
1292 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx()
1296 q->processed, q->cleaned); in reclaim_completed_tx()
1298 q->cleaned += reclaim; in reclaim_completed_tx()
1401 unsigned int r = q->processed - q->cleaned; in enough_free_Tx_descs()
1448 if (cmdq->cleaned + cmdq->in_use != cmdq->processed && in update_tx_info()
/linux/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c253 bool cleaned = false; in igbvf_clean_rx_irq() local
282 cleaned = true; in igbvf_clean_rx_irq()
383 return cleaned; in igbvf_clean_rx_irq()
781 bool cleaned = false; in igbvf_clean_tx_irq() local
802 for (cleaned = false; !cleaned; count++) { in igbvf_clean_tx_irq()
804 cleaned = (tx_desc == eop_desc); in igbvf_clean_tx_irq()
/linux/Documentation/driver-api/media/
H A Dmc-core.rst50 eventually cleaned up by calling :c:func:`media_device_cleanup()`.
274 To iterate over entities, the iterator needs to be initialized and cleaned up
308 The media device is unregistered and cleaned up from the kref put handler to
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h169 unsigned int cleaned; /* total # of descs SW has reclaimed */ member
H A Dsge.c325 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx()
330 q->cleaned += reclaim; in reclaim_completed_tx()
333 return q->processed - q->cleaned; in reclaim_completed_tx()
344 unsigned int r = q->processed - q->cleaned; in should_restart_tx()
1452 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx_imm()
1455 q->cleaned += reclaim; in reclaim_completed_tx_imm()
2258 if (txq->cleaned + txq->in_use != txq->processed && in check_ring_db()
2269 if (txq->cleaned + txq->in_use != txq->processed && in check_ring_db()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2813 int cleaned = 0, is_last; in dpaa2_switch_store_consume() local
2833 cleaned++; in dpaa2_switch_store_consume()
2837 return cleaned; in dpaa2_switch_store_consume()
2843 int err, cleaned = 0, store_cleaned, work_done; in dpaa2_switch_poll() local
2858 cleaned += store_cleaned; in dpaa2_switch_poll()
2860 if (cleaned >= budget) { in dpaa2_switch_poll()
2870 napi_complete_done(napi, cleaned); in dpaa2_switch_poll()
2876 work_done = max(cleaned, 1); in dpaa2_switch_poll()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3847 bool cleaned = false; in e1000_clean_tx_irq() local
3849 for ( ; !cleaned; count++) { in e1000_clean_tx_irq()
3852 cleaned = (i == eop); in e1000_clean_tx_irq()
3854 if (cleaned) { in e1000_clean_tx_irq()
4151 bool cleaned = false; in e1000_clean_jumbo_rx_irq() local
4177 cleaned = true; in e1000_clean_jumbo_rx_irq()
4324 return cleaned; in e1000_clean_jumbo_rx_irq()
4369 bool cleaned = false; in e1000_clean_rx_irq() local
4417 cleaned = true; in e1000_clean_rx_irq()
4497 return cleaned; in e1000_clean_rx_irq()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1309 int cleaned; in ice_napi_poll() local
1315 cleaned = rx_ring->xsk_pool ? in ice_napi_poll()
1318 work_done += cleaned; in ice_napi_poll()
1320 if (cleaned >= budget_per_ring) in ice_napi_poll()
/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst69 written to the underlying device and cleaned up.
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c926 bool cleaned = false; in e1000_clean_rx_irq() local
955 cleaned = true; in e1000_clean_rx_irq()
1059 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()
1324 bool cleaned = false; in e1000_clean_rx_irq_ps() local
1350 cleaned = true; in e1000_clean_rx_irq_ps()
1485 return cleaned; in e1000_clean_rx_irq_ps()
[all …]
/linux/Documentation/locking/
H A Drobust-futexes.rst76 are to be cleaned up, because a robust futex might have been registered
94 locks to be cleaned up?
/linux/Documentation/scsi/
H A Daacraid.rst11 Adaptec supplied driver. It has significantly cleaned up both the code
/linux/Documentation/driver-api/
H A Dgeneric_pt.rst128 however, if pages have to be freed then page table pointers have to be cleaned
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c1634 int cleaned = iavf_clean_rx_irq(ring, budget_per_ring); in iavf_napi_poll() local
1636 work_done += cleaned; in iavf_napi_poll()
1638 if (cleaned >= budget_per_ring) in iavf_napi_poll()
/linux/fs/ceph/
H A Dcaps.c3824 int cleaned = 0; in handle_cap_flush_ack() local
3832 cleaned = cf->caps; in handle_cap_flush_ack()
3850 cleaned &= ~cf->caps; in handle_cap_flush_ack()
3851 if (!cleaned) in handle_cap_flush_ack()
3858 ceph_cap_string(dirty), ceph_cap_string(cleaned), in handle_cap_flush_ack()
3860 ceph_cap_string(ci->i_flushing_caps & ~cleaned)); in handle_cap_flush_ack()
3862 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack()
3865 ci->i_flushing_caps &= ~cleaned; in handle_cap_flush_ack()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2432 int cleaned; in dpaa_eth_poll() local
2436 cleaned = qman_p_poll_dqrr(np->p, budget); in dpaa_eth_poll()
2441 if (cleaned < budget) { in dpaa_eth_poll()
2442 napi_complete_done(napi, cleaned); in dpaa_eth_poll()
2448 return cleaned; in dpaa_eth_poll()
/linux/Documentation/livepatch/
H A Dshadow-vars.rst200 Like the previous use-case, the shadow spinlock needs to be cleaned up.

123