| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | trace.h | 317 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 D | tx.c | 234 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 D | rmap.c | 984 int cleaned = 0; in page_vma_mkclean_one() local 1051 cleaned++; in page_vma_mkclean_one() 1056 return cleaned; in page_vma_mkclean_one() 1063 int *cleaned = arg; in page_mkclean_one() local 1065 *cleaned += page_vma_mkclean_one(&pvmw); in page_mkclean_one() 1080 int cleaned = 0; in folio_mkclean() local 1083 .arg = (void *)&cleaned, in folio_mkclean() 1099 return cleaned; in folio_mkclean() 1104 int cleaned; member 1123 state->cleaned += page_vma_mkclean_one(&pvmw); in mapping_wrprotect_range_one() [all …]
|
| /linux/Documentation/images/ |
| H A D | COPYING-logo | 15 refined and cleaned up by IFo Hancroft. It is also freely usable
|
| /linux/scripts/coccinelle/misc/ |
| H A D | uninitialized_var.cocci | 18 /// this kind were cleaned-up from the kernel. This cocci rule checks that
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | sge.c | 173 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/Documentation/driver-api/media/ |
| H A D | mc-core.rst | 50 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 D | adapter.h | 169 unsigned int cleaned; /* total # of descs SW has reclaimed */ member
|
| H A D | sge.c | 325 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 D | dpaa2-switch.c | 2809 int cleaned = 0, is_last; in dpaa2_switch_store_consume() local 2829 cleaned++; in dpaa2_switch_store_consume() 2833 return cleaned; in dpaa2_switch_store_consume() 2839 int err, cleaned = 0, store_cleaned, work_done; in dpaa2_switch_poll() local 2854 cleaned += store_cleaned; in dpaa2_switch_poll() 2856 if (cleaned >= budget) { in dpaa2_switch_poll() 2866 napi_complete_done(napi, cleaned); in dpaa2_switch_poll() 2872 work_done = max(cleaned, 1); in dpaa2_switch_poll()
|
| H A D | dpaa2-eth.c | 717 int cleaned = 0, retries = 0; in dpaa2_eth_consume_frames() local 740 cleaned++; in dpaa2_eth_consume_frames() 744 if (!cleaned) in dpaa2_eth_consume_frames() 747 fq->stats.frames += cleaned; in dpaa2_eth_consume_frames() 748 ch->stats.frames += cleaned; in dpaa2_eth_consume_frames() 749 ch->stats.frames_per_cdan += cleaned; in dpaa2_eth_consume_frames() 757 return cleaned; in dpaa2_eth_consume_frames()
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 3847 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/Documentation/admin-guide/device-mapper/ |
| H A D | writecache.rst | 69 written to the underlying device and cleaned up.
|
| /linux/Documentation/locking/ |
| H A D | robust-futexes.rst | 76 are to be cleaned up, because a robust futex might have been registered 94 locks to be cleaned up?
|
| /linux/Documentation/scsi/ |
| H A D | aacraid.rst | 11 Adaptec supplied driver. It has significantly cleaned up both the code
|
| H A D | ChangeLog.ncr53c8xx | 68 but things will be cleaned up later. This code addresses 85 but things will be cleaned up later. This code addresses
|
| /linux/Documentation/driver-api/ |
| H A D | generic_pt.rst | 128 however, if pages have to be freed then page table pointers have to be cleaned
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_txrx.c | 1634 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 D | caps.c | 3824 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 D | dpaa_eth.c | 2432 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 D | shadow-vars.rst | 200 Like the previous use-case, the shadow spinlock needs to be cleaned up.
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-ubi | 209 volume update starts, and cleaned when it ends. So the presence
|
| /linux/drivers/net/ethernet/socionext/ |
| H A D | netsec.c | 721 bool cleaned; in netsec_process_tx() local 723 cleaned = netsec_clean_tx_dring(priv); in netsec_process_tx() 725 if (cleaned && netif_queue_stopped(ndev)) { in netsec_process_tx()
|
| /linux/Documentation/process/debugging/ |
| H A D | driver_development_debugging_guide.rst | 216 default, the data for the dump is automatically cleaned up after a default
|
| /linux/Documentation/core-api/ |
| H A D | kobject.rst | 409 must be cleaned up when the code is finished with it. To do that, call 418 kobject "invisible", but it is not cleaned up, and the reference count of
|