Searched refs:locks (Results 1 – 15 of 15) sorted by relevance
81 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 and87 the speed at which a core can access its own cache for a specific memory pool without locks provide…
147 require global locks and hinder performance.
171 This section describes some key considerations when using locks and atomic
191 ``rte_rcu_qsbr_quiescent()`` will check if all the locks are unlocked.
206 callback and locks it back after callback. Also enables asynchronous request to
269 writing in the EFD table, unless locks are used.
100 since sharing would require global locks and hinder performance. It is however possible
120 …receive or transmit queues for interfaces since this would require global locks and hinder perform…
158 require global locks and hinder performance. It is however possible to use a
184 require global locks and hinder performance. It is however possible to use a
836 use of locks within the allocation and free paths.
144 static rte_spinlock_t locks[RTE_MAX_ETHPORTS]; variable887 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()
74 - **locks**:
28 * RLIMIT_LOCKS (number of file locks that can be held by a process)
306 by locks are friendly to HTM. For example, an attempt to perform a HW I/O309 fail. Therefore, hardware transactional locks are not advised to be used