| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | remove_spikes.hpp | 86 std::deque<point_type> cleaned; in apply() local 91 cleaned.push_back(*it); in apply() 93 while(cleaned.size() >= 3 in apply() 94 && detail::point_is_spike_or_equal(cleaned.back(), in apply() 95 *(cleaned.end() - 3), in apply() 96 *(cleaned.end() - 2), in apply() 100 cleaned.erase(cleaned.end() - 2); in apply() 107 cleaned.pop_back(); in apply() 116 while(cleaned.size() >= 3 in apply() 117 && detail::point_is_spike_or_equal(cleaned.front(), in apply() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/kpc2000/ |
| H A D | TODO | 2 - The kpc_i2c driver is a hot mess, it should probably be cleaned up a ton. It functions against c…
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/oki-semi/pch_gbe/ |
| H A D | pch_gbe_main.c | 1482 bool cleaned = false; in pch_gbe_clean_tx() local 1527 cleaned = true; in pch_gbe_clean_tx() 1573 cleaned = false; in pch_gbe_clean_tx() 1583 if (unlikely(cleaned && (netif_queue_stopped(adapter->netdev)))) in pch_gbe_clean_tx() 1596 return cleaned; in pch_gbe_clean_tx() 1621 bool cleaned = false; in pch_gbe_clean_rx() local 1634 cleaned = true; in pch_gbe_clean_rx() 1712 return cleaned; in pch_gbe_clean_rx() 2292 bool cleaned = false; in pch_gbe_napi_poll() local 2297 cleaned = pch_gbe_clean_tx(adapter, adapter->tx_ring); in pch_gbe_napi_poll() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.ARM-memory-map | 17 I agree that this mess should be cleaned up.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/ |
| H A D | ixgb_main.c | 1786 bool cleaned = false; in ixgb_clean_tx_irq() local 1795 for (cleaned = false; !cleaned; ) { in ixgb_clean_tx_irq() 1808 cleaned = (i == eop); in ixgb_clean_tx_irq() 1818 if (unlikely(cleaned && netif_carrier_ok(netdev) && in ixgb_clean_tx_irq() 1863 return cleaned; in ixgb_clean_tx_irq() 1943 bool cleaned = false; in ixgb_clean_rx_irq() local 1977 cleaned = true; in ixgb_clean_rx_irq() 2043 return cleaned; in ixgb_clean_rx_irq()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | qi.c | 484 int cleaned = qman_p_poll_dqrr(np->p, budget); in caam_qi_poll() local 486 if (cleaned < budget) { in caam_qi_poll() 491 return cleaned; in caam_qi_poll()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | sge.c | 182 unsigned int cleaned; /* total # of descs SW has reclaimed */ member 693 q->processed = q->cleaned = 0; in alloc_tx_resources() 1297 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx() 1301 q->processed, q->cleaned); in reclaim_completed_tx() 1303 q->cleaned += reclaim; in reclaim_completed_tx() 1406 unsigned int r = q->processed - q->cleaned; in enough_free_Tx_descs() 1453 if (cmdq->cleaned + cmdq->in_use != cmdq->processed && in update_tx_info()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | rmap.c | 925 int *cleaned = arg; in page_mkclean_one() local 981 (*cleaned)++; in page_mkclean_one() 999 int cleaned = 0; in page_mkclean() local 1002 .arg = (void *)&cleaned, in page_mkclean() 1018 return cleaned; in page_mkclean()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0001-debuginfod-debuginfod-client.c-use-long-for-cache-ti.patch | 26 how frequently the cache should be cleaned. The file's st_mtime represents
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igbvf/ |
| H A D | netdev.c | 253 bool cleaned = false; in igbvf_clean_rx_irq() local 283 cleaned = true; in igbvf_clean_rx_irq() 384 return cleaned; in igbvf_clean_rx_irq() 782 bool cleaned = false; in igbvf_clean_tx_irq() local 803 for (cleaned = false; !cleaned; count++) { in igbvf_clean_tx_irq() 805 cleaned = (tx_desc == eop_desc); in igbvf_clean_tx_irq()
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-handle.txt | 39 it had used are cleaned up.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 328 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() 1457 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx_imm() 1460 q->cleaned += reclaim; in reclaim_completed_tx_imm() 2260 if (txq->cleaned + txq->in_use != txq->processed && in check_ring_db() 2271 if (txq->cleaned + txq->in_use != txq->processed && in check_ring_db()
|
| H A D | adapter.h | 169 unsigned int cleaned; /* total # of descs SW has reclaimed */ member
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | siggen.py | 783 cleaned = dir + '/' + recipe_task 786 return cleaned 798 cleaned += ':' + basepath.split(':/', 1)[0] 800 return cleaned + mc_suffix
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0058-gnulib-regexec-Fix-possible-null-dereference.patch | 8 that it should be checking that it is valid to be cleaned before
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | 0001-telnet-telnetd-Fix-deadlock-on-cleanup.patch | 73 * clean up anything that needs to be cleaned up.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 3844 bool cleaned = false; in e1000_clean_tx_irq() local 3846 for ( ; !cleaned; count++) { in e1000_clean_tx_irq() 3849 cleaned = (i == eop); in e1000_clean_tx_irq() 3851 if (cleaned) { in e1000_clean_tx_irq() 4139 bool cleaned = false; in e1000_clean_jumbo_rx_irq() local 4165 cleaned = true; in e1000_clean_jumbo_rx_irq() 4315 return cleaned; in e1000_clean_jumbo_rx_irq() 4360 bool cleaned = false; in e1000_clean_rx_irq() local 4408 cleaned = true; in e1000_clean_rx_irq() 4488 return cleaned; in e1000_clean_rx_irq()
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | Kconfig | 78 source tree isn't cleaned after kernel installation).
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_txrx.c | 1651 int cleaned; in ice_napi_poll() local 1657 cleaned = ring->xsk_pool ? in ice_napi_poll() 1660 work_done += cleaned; in ice_napi_poll() 1662 if (cleaned >= budget_per_ring) in ice_napi_poll()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | journal.c | 3746 int cleaned = 0; in journal_mark_freed() local 3759 cleaned = remove_from_transaction(sb, blocknr, cleaned); in journal_mark_freed() 3778 cleaned = remove_from_transaction(sb, blocknr, cleaned); in journal_mark_freed() 3795 if (!cleaned) { in journal_mark_freed() 3801 cleaned = 1; in journal_mark_freed()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | netdev.c | 922 bool cleaned = false; in e1000_clean_rx_irq() local 951 cleaned = true; in e1000_clean_rx_irq() 1055 return cleaned; in e1000_clean_rx_irq() 1229 bool cleaned = false; in e1000_clean_tx_irq() local 1232 for (; !cleaned; count++) { in e1000_clean_tx_irq() 1235 cleaned = (i == eop); in e1000_clean_tx_irq() 1237 if (cleaned) { in e1000_clean_tx_irq() 1320 bool cleaned = false; in e1000_clean_rx_irq_ps() local 1346 cleaned = true; in e1000_clean_rx_irq_ps() 1489 return cleaned; in e1000_clean_rx_irq_ps() [all …]
|
| /OK3568_Linux_fs/kernel/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?
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/octeon/ |
| H A D | octeon_mgmt.c | 258 int cleaned = 0; in octeon_mgmt_clean_tx_buffers() local 309 cleaned++; in octeon_mgmt_clean_tx_buffers() 314 if (cleaned && netif_queue_stopped(p->netdev)) in octeon_mgmt_clean_tx_buffers()
|