Home
last modified time | relevance | path

Searched full:collisions (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/freebsd/tools/tools/ifinfo/
H A Drfc1650.c37 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 Dlruhash.c220 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 Dslabhash.c253 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 Dlruhash.h181 /** 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 Dif_smcreg.h54 #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 DNVPTXAssignValidGlobalNames.cpp58 // 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 Dif.c420 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 DAArch64FalkorHWPFFix.cpp8 /// \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 DSSL_CTX_set_generate_session_id.pod71 to avoid collisions.
78 Collisions can also occur when using an external session cache, since
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c120 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 Dif_bfereg.h208 #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 Dzishrink.awk9 # 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 Dgmon.h109 * 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 Dtables.h86 * 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 DSSL_CTX_set_generate_session_id.3205 to avoid collisions.
212 Collisions can also occur when using an external session cache, since
/freebsd/sys/dev/sk/
H A Dyukonreg.h27 #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 Dnetif.h30 int collisions; member
/freebsd/sys/netlink/route/
H A Dinterface.h192 uint32_t collisions; /* not supported */ member
220 uint64_t collisions; /* not supported */ member
/freebsd/tools/tools/npe/npestats/
H A Dnpestats.c81 { 5, "late", "late", "late collisions" },
83 { 5, "excessive", "excessive", "excessive collisions" },
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DExtract.h45 // FIXME: Account for naming collisions:
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dbaikal,bt1-apb.yaml17 addressed APB slave devices. In case of any APB protocol collisions, slave
/freebsd/lib/libc/stdlib/
H A Dhcreate_r.c53 * hard to come up with a fixed set of keys to force hash collisions. in hcreate_r()
/freebsd/sys/netinet/
H A Dip_id.c33 * 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 Dcgem.4178 Counter of frames experiencing between 2 and 15 collisions before
182 collisions.
/freebsd/crypto/openssh/
H A Dfreebsd-namespace.sh5 # it. This prevents collisions between symbols in libssh and symbols in

12345678910>>...12