Home
last modified time | relevance | path

Searched refs:collision (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-zcu102-revB.dts30 /* Fix collision with u61 */
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-misc-minor.m46 dnl # our way down to lower value if a collision is detected.
H A Dlib-ld.m49 dnl collision with libtool.m4.
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.h152 ngx_atomic_uint_t ngx_next_temp_number(ngx_uint_t collision);
H A Dngx_file.c348 ngx_next_temp_number(ngx_uint_t collision) in ngx_next_temp_number() argument
352 add = collision ? ngx_random_number : 1; in ngx_next_temp_number()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_eth_ctrl.h475 uint32_t collision; /**< Number of filters with collision. */ member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c1319 info->collision = (uint16_t)((reg & IXGBE_FDIRFREE_COLL_MASK) >> in ixgbe_fdir_stats_get()
1343 fdir_stats->collision = info->collision; in ixgbe_fdir_stats_get()
H A Dixgbe_ethdev.h198 uint16_t collision; member
/f-stack/dpdk/doc/guides/prog_guide/
H A Dip_fragment_reassembly_lib.rst59 When the collision occurs and all 2 \* <bucket_entries> are occupied,
H A Drte_flow.rst2855 - ``EEXIST``: collision with an existing rule. Only returned if device
2856 supports flow rule collision checking and there was a flow rule
2857 collision. Not receiving this return code is no guarantee that creating
2858 the rule will not fail due to a collision.
H A Defd_lib.rst100 because of hash collision) stored in this index and corresponding values
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstd.1.md229 Be aware that this command can introduce name collision issues,
242 name collision resolution will follow the same rules as `--output-dir-flat`.
383 Using a higher _f_ reduces collision but takes longer.
546 Larger bucket sizes improve collision resolution but decrease compression
/f-stack/freebsd/net/
H A Dif_spppsubr.c3469 int collision, nohisaddr; in sppp_ipv6cp_RCR() local
3551 collision = (bcmp(&desiredaddr.s6_addr[8], in sppp_ipv6cp_RCR()
3558 if (!collision && !nohisaddr) { in sppp_ipv6cp_RCR()
3571 if (collision && nohisaddr) { in sppp_ipv6cp_RCR()
/f-stack/dpdk/doc/guides/nics/
H A Di40e.rst427 collision: 0 free: 0
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru2325 *) Исправление: сообщения "cache file ... has md5 collision".
H A DCHANGES2273 *) Bugfix: "cache file ... has md5 collision" alert.
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c4827 fdir_stat.collision, fdir_stat.free, in fdir_get_infos()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt11617 namespace identifiers with no collision with existing resource descriptor
17480 "ACPI_" to avoid collision with other system include files.