/freebsd/tools/tools/ifinfo/ |
H A D | rfc1650.c | 37 print("Late collisions", md->dot3StatsLateCollisions); in print_1650() 38 print("Excessive collisions", md->dot3StatsExcessiveCollisions); in print_1650() 44 #define cprint(num) print("Packets with " #num " collisions", \ in print_1650() 57 printf("\tCompliance: statistics and collisions\n"); in print_1650()
|
/freebsd/contrib/unbound/util/storage/ |
H A D | lruhash.c | 220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) in bin_find_entry() argument 230 if (collisions != NULL) in bin_find_entry() 231 *collisions = c; in bin_find_entry() 311 size_t collisions; in lruhash_insert() local 326 if(!(found=bin_find_entry(table, bin, hash, entry->key, &collisions))) { in lruhash_insert() 332 if (table->max_collisions < collisions) in lruhash_insert() 333 table->max_collisions = collisions; in lruhash_insert() 624 size_t collisions; in lruhash_insert_or_retrieve() local 639 if ((found = bin_find_entry(table, bin, hash, entry->key, &collisions)) != NULL) { in lruhash_insert_or_retrieve() 650 if (table->max_collisions < collisions) in lruhash_insert_or_retrieve() [all …]
|
H A D | slabhash.c | 253 void get_slabhash_stats(struct slabhash* sh, long long* num, long long* collisions) in get_slabhash_stats() argument 267 if (collisions != NULL) in get_slabhash_stats() 268 *collisions = max_collisions; in get_slabhash_stats()
|
H A D | lruhash.h | 181 /** the maximum collisions were detected during the lruhash_insert operations. */ 373 * @param collisions: how many collisions were found during the search. 377 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions);
|
/freebsd/sys/dev/smc/ |
H A D | if_smcreg.h | 54 #define EPHSR_MULCOL 0x0004 /* Multiple collisions on last TX */ 56 #define EPHSR_16COL 0x0010 /* 16 collisions on last TX */ 80 #define ECR_SNGLCOL_MASK 0x000f /* Single collisions */ 82 #define ECR_MULCOL_MASK 0x00f0 /* Multiple collisions */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAssignValidGlobalNames.cpp | 58 // Note: this does not create collisions - if setName is asked to set the in runOnModule() 60 // avoid collisions. in runOnModule()
|
/freebsd/usr.bin/netstat/ |
H A D | if.c | 420 nerr_len = max_num_len(nerr_len, IFA_STAT(collisions)); in intpr() 515 show_stat("NRSlu", nerr_len, "collisions", IFA_STAT(collisions), in intpr() 593 u_long ift_co; /* collisions */ 630 st->ift_co += IFA_STAT(collisions); in fill_iftot() 717 show_stat("NRSlu", 5, "collisions", in sidewaysintpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 8 /// \file For Falkor, we want to avoid HW prefetcher instruction tag collisions 12 /// insert MOVs and re-write loads to prevent unintentional tag collisions. 58 "Number of HW prefetch tag collisions avoided"); 60 "Number of HW prefetch tag collisions not avoided due to lack of registers"); 62 "Controls which tag collisions are avoided"); 710 // loads to avoid collisions with any other loads. in runOnLoop()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_generate_session_id.pod | 71 to avoid collisions. 78 Collisions can also occur when using an external session cache, since
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | make_hash.c | 120 int collisions = 0; in _nc_make_hash_table() local 129 collisions++; in _nc_make_hash_table() 137 printf("/* %d collisions out of %d entries */\n", collisions, tablesize); in _nc_make_hash_table()
|
/freebsd/sys/dev/bfe/ |
H A D | if_bfereg.h | 208 #define BFE_TX_TCOLS 0x00000540 /* MIB TX Total Collisions */ 209 #define BFE_TX_SCOLS 0x00000544 /* MIB TX Single Collisions */ 210 #define BFE_TX_MCOLS 0x00000548 /* MIB TX Multiple Collisions */ 211 #define BFE_TX_ECOLS 0x0000054C /* MIB TX Excessive Collisions */ 212 #define BFE_TX_LCOLS 0x00000550 /* MIB TX Late Collisions */
|
/freebsd/contrib/tzdata/ |
H A D | zishrink.awk | 9 # Record a hash N for the new name NAME, checking for collisions. 100 # This is more systematic, and avoids collisions (e.g., Malta and Moldova). 145 # Avoid collisions.
|
/freebsd/sys/sys/ |
H A D | gmon.h | 109 * Hash collisions from a two call sequence don't matter. They get 110 * handled like collisions for calls to different addresses from the
|
/freebsd/bin/pax/ |
H A D | tables.h | 86 * changes for 500000 files? We use chaining to resolve collisions. 102 * remap the dev on writes to remove accidental collisions).
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_generate_session_id.3 | 205 to avoid collisions. 212 Collisions can also occur when using an external session cache, since
|
/freebsd/sys/dev/sk/ |
H A D | yukonreg.h | 27 #define YU_GPSR_EXCESS_COL 0x0200 /* excessive collisions occurred */ 83 #define YU_SMR_LIMIT4 0x0400 /* reset after 16 / 4 collisions */
|
/freebsd/stand/libsa/ |
H A D | netif.h | 30 int collisions; member
|
/freebsd/sys/netlink/route/ |
H A D | interface.h | 192 uint32_t collisions; /* not supported */ member 220 uint64_t collisions; /* not supported */ member
|
/freebsd/tools/tools/npe/npestats/ |
H A D | npestats.c | 81 { 5, "late", "late", "late collisions" }, 83 { 5, "excessive", "excessive", "excessive collisions" },
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/ |
H A D | Extract.h | 45 // FIXME: Account for naming collisions:
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | baikal,bt1-apb.yaml | 17 addressed APB slave devices. In case of any APB protocol collisions, slave
|
/freebsd/lib/libc/stdlib/ |
H A D | hcreate_r.c | 53 * hard to come up with a fixed set of keys to force hash collisions. in hcreate_r()
|
/freebsd/sys/netinet/ |
H A D | ip_id.c | 33 * In order to avoid ID collisions during packet reassembly, common sense 149 &VNET_NAME(random_id_collisions), 0, "Count of IP ID collisions");
|
/freebsd/share/man/man4/ |
H A D | cgem.4 | 178 Counter of frames experiencing between 2 and 15 collisions before 182 collisions.
|
/freebsd/crypto/openssh/ |
H A D | freebsd-namespace.sh | 5 # it. This prevents collisions between symbols in libssh and symbols in
|