Searched refs:collisions (Results 1 – 12 of 12) sorted by relevance
280 static uint32_t collisions; in timer_stress2_main_loop() local285 __atomic_store_n(&collisions, 0, __ATOMIC_RELAXED); in timer_stress2_main_loop()313 __atomic_fetch_add(&collisions, my_collisions, __ATOMIC_RELAXED); in timer_stress2_main_loop()327 my_collisions = __atomic_load_n(&collisions, __ATOMIC_RELAXED); in timer_stress2_main_loop()
133 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0140 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
79 uint64_t collisions; member
114 This is to ensure there are no collisions with definitions in the application itself.250 …ing ``RTE_<enum>_`` - where <enum> is a shortname for the enum type] to avoid namespace collisions.286 …ernally-visible variables should have an ``rte_`` prefix in the name to avoid namespace collisions.313 …ture definitions should have the structure name prefixed by ``rte_`` to avoid namespace collisions.
113 in the very unlikely case due to excessive hash collisions that a key has failed to be inserted, th…130 The hash library uses the Cuckoo Hash algorithm to resolve collisions.
74 In some use cases it is useful to have a way to find partial collisions of the
288 Several keys can share the same signature (collisions).322 In order to reduce the number of keys in the same bucket (collisions), the number of hash table buc…
43 …| | | logic to handle collisions. …
3459 modified, due to possible collisions or resource limitations (although in
233 Added feature for finding collisions of the Toeplitz hash function -
226 collisions. In addition, the internal hashing algorithm was changed to use
334 Hash method to resolve collisions (open addressing). This method pushes