Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 79) sorted by relevance

1234

/dpdk/lib/graph/
H A Dgraph_stats.c64 const uint64_t calls = stat->calls; in print_node() local
68 call_delta = calls - prev_calls; in print_node()
81 stat->name, calls, objs, stat->realloc_count, objs_per_call, in print_node()
333 uint64_t calls = 0, cycles = 0, objs = 0, realloc_count = 0; in cluster_node_arregate_stats() local
341 calls += node->total_calls; in cluster_node_arregate_stats()
347 stat->calls = calls; in cluster_node_arregate_stats()
360 stat->prev_calls = stat->calls; in cluster_node_store_prev_stats()
398 node->calls = 0; in rte_graph_cluster_stats_reset()
H A Drte_graph.h198 uint64_t calls; /**< Current number of calls made. */ member
/dpdk/lib/eal/common/
H A Drte_service.c53 uint64_t calls; member
368 s->calls++; in service_runner_do_callback()
800 *attr_value = s->calls; in rte_service_attr_get()
836 s->calls = 0; in rte_service_attr_reset_all()
861 int calls = 1; in service_dump_one() local
863 if (s->calls != 0) in service_dump_one()
864 calls = s->calls; in service_dump_one()
867 s->spec.name, service_stats_enabled(s), s->calls, in service_dump_one()
868 s->cycles_spent, s->cycles_spent / calls); in service_dump_one()
/dpdk/doc/guides/sample_app_ug/
H A Dflow_classify.rst77 The ``main()`` function performs the initialization and calls the execution
188 The ``add_rules`` function reads the ``ipv4_rules_file.txt`` file and calls the
189 ``add_classify_rule`` function which calls the
194 :start-after: Reads file and calls the add_classify_rule function. 8<
201 As we saw above the ``main()`` function calls an application function on the
203 The ``lcore_main`` function calls the ``rte_flow_classifier_query`` API.
H A Dl2_forward_cat.rst26 specific and COS bitmasks need to be contiguous. Sample code calls this bitmask
169 The ``main()`` function performs the initialization and calls the execution
199 calls. When all capability and topology information is collected, the requested
203 relevant CPUs via ``pqos_l3ca_assoc_set(...)`` calls.
207 COS 0 to all involved CPUs via ``pqos_l3ca_assoc_set(...)`` calls.
H A Dskeleton.rst47 The ``main()`` function performs the initialization and calls the execution
135 As we saw above the ``main()`` function calls an application function on the
H A Dptpclient.rst91 The ``main()`` function performs the initialization and calls the execution
148 As we saw above the ``main()`` function calls an application function on the
/dpdk/drivers/event/sw/
H A Dsw_evdev_xstats.c15 calls, enumerator
59 case calls: return sw->sched_called; in get_dev_stat()
81 case calls: return p->total_polls; in get_port_stat()
188 calls, no_iq_enq, no_cq_enq, sched_last_iter_bitmask, in sw_xstats_init() enumerator
202 calls, poll_return, in sw_xstats_init() enumerator
/dpdk/doc/guides/eventdevs/
H A Ddsw.rst72 Repeated calls to rte_event_maintain() will also flush the output
97 The distributed software eventdev does not support calls to
/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst57 which should only be called on the lcore which also calls the process API.
80 The flush and clear_returns API calls, mentioned previously,
88 Each worker calls "rte_distributor_get_pkt()" API to request a new packet when it has finished proc…
H A Dflow_classify_lib.rst356 It then calls the ``table.ops.f_add`` API to add the rule to the ACL
362 The ``rte_flow_classify_table_entry_delete`` API calls the
370 This API calls the flow_classify_run internal function which calls the
H A Dpdump_lib.rst64 For the calls to these APIs from secondary process, the library creates the "pdump enable" request …
80 For the calls to these APIs from secondary process, the library creates the "pdump disable" request…
H A Devent_ethernet_tx_adapter.rst114 The application calls ``rte_event_eth_tx_adapter_start()`` to start the adapter.
115 This function calls the start callback of the eventdev PMD if supported,
H A Dkernel_nic_interface.rst14 (by eliminating system calls and copy_to_user()/copy_from_user() operations.
286 will be called which calls ``rte_eth_dev_default_mac_addr_set()``
296 will be called which calls ``rte_eth_promiscuous_<enable|disable>()``
305 ``kni_config_allmulticast()`` will be called which calls
H A Dbpf_lib.rst66 - external function calls for 32-bit platforms
H A Dservice_cores.rst52 of calls to a specific service, and number of cycles used by the service. The
/dpdk/doc/guides/compressdevs/
H A Disal.rst102 The above table only shows mapping when API calls for dynamic compression.
142 The following parameter (optional) can be provided in the previous two calls:
H A Dzlib.rst62 The following parameter (optional) can be provided in the previous two calls:
/dpdk/doc/guides/dmadevs/
H A Dioat.rst96 device via multiple enqueue calls between calls to the ``rte_dma_submit()`` function.
/dpdk/doc/guides/bbdevs/
H A Dnull.rst37 The following parameters (all optional) can be provided in the previous two calls:
/dpdk/doc/guides/rawdevs/
H A Dioat.rst218 the application calls ``rte_ioat_completed_ops()``.
231 application calls the ``rte_ioat_perform_ops()`` function. This function
235 enqueue calls between calls to the ``rte_ioat_perform_ops()`` function.
H A Ddpaa2_qdma.rst68 use this index for further rawdev function calls.
/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst121 For an application to use the ``rte_get_hpet_cycles()`` and ``rte_get_hpet_hz()`` API calls,
129 API calls be used instead of the HPET-specific APIs.
/dpdk/doc/guides/cryptodevs/
H A Dnull.rst57 The following parameters (all optional) can be provided in the previous two calls:
/dpdk/doc/guides/nics/
H A Daf_packet.rst14 calls and the copies needed between user space and Kernel.

1234