Home
last modified time | relevance | path

Searched refs:locks (Results 1 – 15 of 15) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Dmempool_lib.rst81 via the cache with many fewer locks on the actual memory pool structure.
82 In this way, each core has full access to its own cache (with locks) of free objects and
87 the speed at which a core can access its own cache for a specific memory pool without locks provide…
H A Dregexdev.rst147 require global locks and hinder performance.
H A Dwriting_efficient_code.rst171 This section describes some key considerations when using locks and atomic
H A Drcu_lib.rst191 ``rte_rcu_qsbr_quiescent()`` will check if all the locks are unlocked.
H A Dkernel_nic_interface.rst206 callback and locks it back after callback. Also enables asynchronous request to
H A Defd_lib.rst269 writing in the EFD table, unless locks are used.
H A Dcompressdev.rst100 since sharing would require global locks and hinder performance. It is however possible
H A Dpoll_mode_drv.rst120 …receive or transmit queues for interfaces since this would require global locks and hinder perform…
H A Dcryptodev_lib.rst158 require global locks and hinder performance. It is however possible to use a
H A Dbbdev.rst184 require global locks and hinder performance. It is however possible to use a
H A Denv_abstraction_layer.rst836 use of locks within the allocation and free paths.
/dpdk/examples/l3fwd-power/
H A Dmain.c144 static rte_spinlock_t locks[RTE_MAX_ETHPORTS]; variable
887 rte_spinlock_lock(&(locks[port_id])); in turn_on_off_intr()
892 rte_spinlock_unlock(&(locks[port_id])); in turn_on_off_intr()
2842 rte_spinlock_init(&(locks[portid])); in main()
/dpdk/doc/api/
H A Ddoxy-api-index.md74 - **locks**:
/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst28 * RLIMIT_LOCKS (number of file locks that can be held by a process)
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst306 by locks are friendly to HTM. For example, an attempt to perform a HW I/O
309 fail. Therefore, hardware transactional locks are not advised to be used