Searched refs:cleaned (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/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; local
244 cleaned++;
246 trace_mt_tx_status_cleaned(dev, cleaned);
249 if (cleaned)
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c442 * @cleaned: returns number of packets cleaned
446 int *cleaned)
550 *cleaned += total_pkts;
574 * @cleaned: returns number of packets cleaned
579 int *cleaned)
591 cleaned);
1114 * @cleaned: returns number of packets cleaned
445 idpf_tx_singleq_clean(struct idpf_queue *tx_q, int napi_budget, int *cleaned) argument
578 idpf_tx_singleq_clean_all(struct idpf_q_vector *q_vec, int budget, int *cleaned) argument
1118 idpf_rx_singleq_clean_all(struct idpf_q_vector *q_vec, int budget, int *cleaned) argument
[all...]
H A Didpf_txrx.c87 * @txq: queue to be cleaned
363 * @rxq: queue to be cleaned
1473 * @tx_buf: buffer to be cleaned
1474 * @cleaned: pointer to stats struct to track cleaned packets/bytes
1479 struct idpf_cleaned_stats *cleaned,
1496 cleaned->bytes += tx_buf->bytecount;
1497 cleaned->packets += tx_buf->gso_segs;
1505 * @cleaned: pointer to stats struct to track cleaned packet
1477 idpf_tx_splitq_clean_hdr(struct idpf_queue *tx_q, struct idpf_tx_buf *tx_buf, struct idpf_cleaned_stats *cleaned, int napi_budget) argument
1508 idpf_tx_clean_stashed_bufs(struct idpf_queue *txq, u16 compl_tag, struct idpf_cleaned_stats *cleaned, int budget) argument
1610 idpf_tx_splitq_clean(struct idpf_queue *tx_q, u16 end, int napi_budget, struct idpf_cleaned_stats *cleaned, bool descs_only) argument
1706 idpf_tx_clean_buf_ring(struct idpf_queue *txq, u16 compl_tag, struct idpf_cleaned_stats *cleaned, int budget) argument
1775 idpf_tx_handle_rs_completion(struct idpf_queue *txq, struct idpf_splitq_tx_compl_desc *desc, struct idpf_cleaned_stats *cleaned, int budget) argument
1805 idpf_tx_clean_complq(struct idpf_queue *complq, int budget, int *cleaned) argument
3321 int cleaned = 0; local
3847 idpf_tx_splitq_clean_all(struct idpf_q_vector *q_vec, int budget, int *cleaned) argument
3873 idpf_rx_splitq_clean_all(struct idpf_q_vector *q_vec, int budget, int *cleaned) argument
[all...]
/linux-master/drivers/crypto/caam/
H A Dqi.c491 int cleaned = qman_p_poll_dqrr(np->p, budget); local
493 if (cleaned < budget) {
498 return cleaned;
H A Dcaamalg_qi2.c4872 int cleaned = 0, is_last; local
4893 cleaned++;
4896 return cleaned;
4903 int err, cleaned = 0, store_cleaned; local
4913 cleaned += store_cleaned;
4916 cleaned > budget - DPAA2_CAAM_STORE_SIZE)
4925 if (cleaned < budget) {
4926 napi_complete_done(napi, cleaned);
4933 return cleaned;
/linux-master/mm/
H A Drmap.c1001 int cleaned = 0; local
1053 cleaned++;
1058 return cleaned;
1065 int *cleaned = arg; local
1067 *cleaned += page_vma_mkclean_one(&pvmw);
1082 int cleaned = 0; local
1085 .arg = (void *)&cleaned,
1101 return cleaned;
1115 * Returns the number of cleaned PTEs (including PMDs).
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c899 * @tx_ring: Ring to be cleaned
1448 * false: Not cleaned the descriptor
1459 bool cleaned = false; local
1504 cleaned = true;
1550 cleaned = false;
1557 if (cleaned_count > 0) { /*skip this if nothing cleaned*/
1560 if (unlikely(cleaned && (netif_queue_stopped(adapter->netdev))))
1573 return cleaned;
1584 * false: Not cleaned the descriptor
1598 bool cleaned local
2271 bool cleaned = false; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h169 unsigned int cleaned; /* total # of descs SW has reclaimed */ member in struct:sge_txq
H A Dsge.c325 unsigned int reclaim = q->processed - q->cleaned;
330 q->cleaned += reclaim;
333 return q->processed - q->cleaned;
344 unsigned int r = q->processed - q->cleaned;
1452 unsigned int reclaim = q->processed - q->cleaned;
1455 q->cleaned += reclaim;
2258 if (txq->cleaned + txq->in_use != txq->processed &&
2269 if (txq->cleaned + txq->in_use != txq->processed &&
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c173 unsigned int cleaned; /* total # of descs SW has reclaimed */ member in struct:cmdQ
684 q->processed = q->cleaned = 0;
1292 unsigned int reclaim = q->processed - q->cleaned;
1295 pr_debug("reclaim_completed_tx processed:%d cleaned:%d\n",
1296 q->processed, q->cleaned);
1298 q->cleaned += reclaim;
1401 unsigned int r = q->processed - q->cleaned;
1448 if (cmdq->cleaned + cmdq->in_use != cmdq->processed &&
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c242 * is no guarantee that everything was cleaned
253 bool cleaned = false; local
282 cleaned = true;
383 return cleaned;
494 * @tx_ring: ring to be cleaned
770 * returns true if ring is completely cleaned
781 bool cleaned = false; local
802 for (cleaned = false; !cleaned; count++) {
804 cleaned
[all...]
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c1980 * @tx_ring: ring to be cleaned
2542 /* Cause software interrupt to ensure rx ring is cleaned */
3844 bool cleaned = false; local
3846 for ( ; !cleaned; count++) {
3849 cleaned = (i == eop);
3851 if (cleaned) {
3873 * which will reuse the cleaned buffers.
4127 * is no guarantee that everything was cleaned
4140 bool cleaned = false; local
4166 cleaned
4358 bool cleaned = false; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c149 * @tx_ring: ring to be cleaned
381 * @rx_ring: ring to be cleaned
743 * First, try to clean "cleaned_count" Rx buffers. Then refill the cleaned Rx
1554 int cleaned; local
1560 cleaned = rx_ring->xsk_pool ?
1563 work_done += cleaned;
1565 if (cleaned >= budget_per_ring)
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2798 int cleaned = 0, is_last; local
2818 cleaned++;
2822 return cleaned;
2828 int err, cleaned = 0, store_cleaned, work_done; local
2843 cleaned += store_cleaned;
2845 if (cleaned >= budget) {
2855 napi_complete_done(napi, cleaned);
2861 work_done = max(cleaned, 1);
H A Ddpaa2-eth.c717 int cleaned = 0, retries = 0; local
740 cleaned++;
744 if (!cleaned)
747 fq->stats.frames += cleaned;
748 ch->stats.frames += cleaned;
749 ch->stats.frames_per_cdan += cleaned;
757 return cleaned;
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c912 * is no guarantee that everything was cleaned
926 bool cleaned = false; local
955 cleaned = true;
1059 return cleaned;
1213 * is no guarantee that everything was cleaned
1233 bool cleaned = false; local
1236 for (; !cleaned; count++) {
1239 cleaned = (i == eop);
1241 if (cleaned) {
1308 * is no guarantee that everything was cleaned
1324 bool cleaned = false; local
1517 bool cleaned = false; local
[all...]
/linux-master/fs/reiserfs/
H A Djournal.c3425 * returns 1 if it cleaned and relsed the buffer. 0 otherwise
3747 int cleaned = 0; local
3760 cleaned = remove_from_transaction(sb, blocknr, cleaned);
3779 cleaned = remove_from_transaction(sb, blocknr, cleaned);
3796 if (!cleaned) {
3802 cleaned = 1;
/linux-master/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c258 int cleaned = 0; local
309 cleaned++;
314 if (cleaned && netif_queue_stopped(p->netdev))
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c56 * @tx_ring: ring to be cleaned
688 * @rx_ring: ring to be cleaned
1760 int cleaned = iavf_clean_rx_irq(ring, budget_per_ring); local
1762 work_done += cleaned;
1764 if (cleaned >= budget_per_ring)
/linux-master/fs/ceph/
H A Dcaps.c3817 int cleaned = 0; variable
3825 cleaned = cf->caps;
3841 * so don't count them as cleaned.
3843 cleaned &= ~cf->caps;
3844 if (!cleaned)
3849 doutc(cl, "%p %llx.%llx mds%d seq %d on %s cleaned %s, flushing %s -> %s\n",
3851 ceph_cap_string(dirty), ceph_cap_string(cleaned),
3853 ceph_cap_string(ci->i_flushing_caps & ~cleaned));
3855 if (list_empty(&to_remove) && !cleaned)
3858 ci->i_flushing_caps &= ~cleaned;
[all...]
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2408 int cleaned; local
2412 cleaned = qman_p_poll_dqrr(np->p, budget);
2417 if (cleaned < budget) {
2418 napi_complete_done(napi, cleaned);
2424 return cleaned;
/linux-master/drivers/net/ethernet/socionext/
H A Dnetsec.c721 bool cleaned; local
723 cleaned = netsec_clean_tx_dring(priv);
725 if (cleaned && netif_queue_stopped(ndev)) {
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c857 int cleaned = wx_clean_rx_irq(q_vector, ring, per_ring_budget); local
859 work_done += cleaned;
860 if (cleaned >= per_ring_budget)
2278 * @tx_ring: ring to be cleaned
/linux-master/drivers/md/
H A Ddm-bufio.c1686 static enum evict_result cleaned(struct dm_buffer *b, void *context) function
1699 cache_mark_many(&c->cache, LIST_DIRTY, LIST_CLEAN, cleaned, NULL);

Completed in 403 milliseconds

12