| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | corr.c | 166 int32_t j,tot,cut; in main() local 168 for (tot=0,j=0; j<0x8000; j++) { in main() 170 tot1 = tot+dis0[j]; in main() 172 if (tot1>cut && tot<=cut) { in main() 173 printf(" |%d| %d of %d\n",j-1,tot,cut); in main() 176 tot=tot1; in main()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vbi-gen.c | 71 unsigned tot = 0; in cc_insert() local 76 tot += cc[2 * i]; in cc_insert() 78 cc[14] = cc[15] = !(tot & 1); in cc_insert() 169 unsigned tot = 0; in calc_parity() local 172 tot += (val & (1 << i)) ? 1 : 0; in calc_parity() 173 return val | ((tot & 1) ? 0 : 0x80); in calc_parity()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | veth.c | 364 struct rtnl_link_stats64 *tot) in veth_get_stats64() argument 371 tot->tx_dropped = veth_stats_tx(dev, &packets, &bytes); in veth_get_stats64() 372 tot->tx_bytes = bytes; in veth_get_stats64() 373 tot->tx_packets = packets; in veth_get_stats64() 376 tot->tx_dropped += rx.xdp_tx_err; in veth_get_stats64() 377 tot->rx_dropped = rx.rx_drops + rx.peer_tq_xdp_xmit_err; in veth_get_stats64() 378 tot->rx_bytes = rx.xdp_bytes; in veth_get_stats64() 379 tot->rx_packets = rx.xdp_packets; in veth_get_stats64() 385 tot->rx_bytes += bytes; in veth_get_stats64() 386 tot->rx_packets += packets; in veth_get_stats64() [all …]
|
| H A D | virtio_net.c | 1838 struct rtnl_link_stats64 *tot) in virtnet_stats() argument 1862 tot->rx_packets += rpackets; in virtnet_stats() 1863 tot->tx_packets += tpackets; in virtnet_stats() 1864 tot->rx_bytes += rbytes; in virtnet_stats() 1865 tot->tx_bytes += tbytes; in virtnet_stats() 1866 tot->rx_dropped += rdrops; in virtnet_stats() 1869 tot->tx_dropped = dev->stats.tx_dropped; in virtnet_stats() 1870 tot->tx_fifo_errors = dev->stats.tx_fifo_errors; in virtnet_stats() 1871 tot->rx_length_errors = dev->stats.rx_length_errors; in virtnet_stats() 1872 tot->rx_frame_errors = dev->stats.rx_frame_errors; in virtnet_stats()
|
| H A D | xen-netfront.c | 1387 struct rtnl_link_stats64 *tot) in xennet_get_stats64() argument 1410 tot->rx_packets += rx_packets; in xennet_get_stats64() 1411 tot->tx_packets += tx_packets; in xennet_get_stats64() 1412 tot->rx_bytes += rx_bytes; in xennet_get_stats64() 1413 tot->tx_bytes += tx_bytes; in xennet_get_stats64() 1416 tot->rx_errors = dev->stats.rx_errors; in xennet_get_stats64() 1417 tot->tx_dropped = dev->stats.tx_dropped; in xennet_get_stats64()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CC-BY-3.0-NL | 15 …f meer andere werken, die elk een afzonderlijk en zelfstandig werk vormen, tot een geheel is samen… 27 … Licentie uitoefent en die de voorwaarden van deze Licentie met betrekking tot het Werk niet eerde… 31 …eldwijde, niet-exclusieve licentie om de navolgende rechten met betrekking tot het Werk vrij van r… 35 …b. het maken en reproduceren van Afgeleide werken met dien verstande dat met betrekking tot het Af… 45 … niet voor afstand vatbare heffingsregelingen (bijvoorbeeld met betrekking tot thuiskopieën) de Li… 47 …l van voor afstand vatbare heffingsregelingen (bijvoorbeeld met betrekking tot leenrechten) de Lic… 51 …rbij voorbehouden aan de Licentiegever, met inbegrip van maar niet beperkt tot de rechten die in a… 57 …meldingen met betrekking tot het Werk te laten staan. Tevens dient de Gebruiker, op een wijze die … 77 …ntie die volgens de voorwaarden van deze Licentie (verplicht) is verleend) tot gevolg heeft, en de… 89 …sen de partijen met betrekking tot het in licentie gegeven Werk. Er zijn geen andere afspraken gem… [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfssvc.c | 684 int tot = 0; in nfsd_set_nrthreads() local 697 tot = 0; in nfsd_set_nrthreads() 700 tot += nthreads[i]; in nfsd_set_nrthreads() 702 if (tot > NFSD_MAXSERVS) { in nfsd_set_nrthreads() 704 for (i = 0; i < n && tot > 0; i++) { in nfsd_set_nrthreads() 705 int new = nthreads[i] * NFSD_MAXSERVS / tot; in nfsd_set_nrthreads() 706 tot -= (nthreads[i] - new); in nfsd_set_nrthreads() 709 for (i = 0; i < n && tot > 0; i++) { in nfsd_set_nrthreads() 711 tot--; in nfsd_set_nrthreads()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_dir2.h | 43 xfs_extlen_t tot); 49 xfs_extlen_t tot); 52 xfs_extlen_t tot);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linux_osl.h | 195 #define DMA_ALLOC_CONSISTENT(osh, size, align, tot, pap, dmah) \ argument 196 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 200 #define DMA_ALLOC_CONSISTENT_FORCE32(osh, size, align, tot, pap, dmah) \ argument 201 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 207 uint *tot, dmaaddr_t *pap);
|
| H A D | rte_ioctl.h | 85 uint32 tot; /* Total memory */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linux_osl.h | 195 #define DMA_ALLOC_CONSISTENT(osh, size, align, tot, pap, dmah) \ argument 196 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 200 #define DMA_ALLOC_CONSISTENT_FORCE32(osh, size, align, tot, pap, dmah) \ argument 201 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 207 uint *tot, dmaaddr_t *pap);
|
| H A D | rte_ioctl.h | 85 uint32 tot; /* Total memory */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linux_osl.h | 203 #define DMA_ALLOC_CONSISTENT(osh, size, align, tot, pap, dmah) \ argument 204 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 208 #define DMA_ALLOC_CONSISTENT_FORCE32(osh, size, align, tot, pap, dmah) \ argument 209 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 215 uint *tot, dmaaddr_t *pap);
|
| H A D | rte_ioctl.h | 85 uint32 tot; /* Total memory */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | rte_ioctl.h | 75 uint32 tot; /* Total memory */ member
|
| H A D | linux_osl.h | 184 #define DMA_ALLOC_CONSISTENT(osh, size, align, tot, pap, dmah) \ argument 185 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 189 #define DMA_ALLOC_CONSISTENT_FORCE32(osh, size, align, tot, pap, dmah) \ argument 190 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 196 uint *tot, dmaaddr_t *pap);
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | tracepoints.rst | 127 int tot = 0; 130 tot += calculate_nuggets(); 132 trace_foo_bar(tot);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | dnglioctl.h | 101 uint32 tot; /* Total memory */ member
|
| H A D | linux_osl.h | 230 #define DMA_ALLOC_CONSISTENT(osh, size, align, tot, pap, dmah) \ argument 231 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 235 #define DMA_ALLOC_CONSISTENT_FORCE32(osh, size, align, tot, pap, dmah) \ argument 236 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 242 uint *tot, dmaaddr_t *pap);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | dnglioctl.h | 101 uint32 tot; /* Total memory */ member
|
| H A D | linux_osl.h | 226 #define DMA_ALLOC_CONSISTENT(osh, size, align, tot, pap, dmah) \ argument 227 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 231 #define DMA_ALLOC_CONSISTENT_FORCE32(osh, size, align, tot, pap, dmah) \ argument 232 osl_dma_alloc_consistent((osh), (size), (align), (tot), (pap)) 238 uint *tot, dmaaddr_t *pap);
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-c2c.c | 786 int tot = 0, st = 0; in percent_hitm() local 796 tot = total->rmt_hitm; in percent_hitm() 800 tot = total->lcl_hitm; in percent_hitm() 804 tot = total->tot_hitm; in percent_hitm() 809 p = tot ? (double) st / tot : 0; in percent_hitm() 875 static double percent(int st, int tot) in percent() argument 877 return tot ? 100. * (double) st / (double) tot : 0; in percent()
|
| /OK3568_Linux_fs/kernel/drivers/net/hyperv/ |
| H A D | netvsc_drv.c | 1272 struct netvsc_vf_pcpu_stats *tot) in netvsc_get_vf_stats() argument 1277 memset(tot, 0, sizeof(*tot)); in netvsc_get_vf_stats() 1293 tot->rx_packets += rx_packets; in netvsc_get_vf_stats() 1294 tot->tx_packets += tx_packets; in netvsc_get_vf_stats() 1295 tot->rx_bytes += rx_bytes; in netvsc_get_vf_stats() 1296 tot->tx_bytes += tx_bytes; in netvsc_get_vf_stats() 1297 tot->tx_dropped += stats->tx_dropped; in netvsc_get_vf_stats()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_debugfs.c | 1040 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local 1153 tot = atomic_read(&tgtp->rcv_fcp_cmd_drop); in lpfc_debugfs_nvmestat_data() 1154 tot += atomic_read(&tgtp->xmt_fcp_release); in lpfc_debugfs_nvmestat_data() 1155 tot = atomic_read(&tgtp->rcv_fcp_cmd_in) - tot; in lpfc_debugfs_nvmestat_data() 1163 tot); in lpfc_debugfs_nvmestat_data() 1187 tot = cstat->io_cmpls; in lpfc_debugfs_nvmestat_data() 1188 totin += tot; in lpfc_debugfs_nvmestat_data() 1204 tot, ((data1 + data2 + data3) - tot)); in lpfc_debugfs_nvmestat_data() 1259 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local 1273 tot = cstat->io_cmpls; in lpfc_debugfs_scsistat_data() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_tunnel_core.c | 434 struct rtnl_link_stats64 *tot) in ip_tunnel_get_stats64() argument 436 netdev_stats_to_stats64(tot, &dev->stats); in ip_tunnel_get_stats64() 437 dev_fetch_sw_netstats(tot, dev->tstats); in ip_tunnel_get_stats64()
|