Symbol: ch_group
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
109
struct ch_group table[256] = { 0 };
regress/usr.sbin/bgpd/unittests/chash_sub_test.c
28
struct ch_group test;
usr.sbin/bgpd/chash.c
107
cg_meta_clear_flags(struct ch_group *g, uint8_t flag)
usr.sbin/bgpd/chash.c
116
cg_meta_get_flags(const struct ch_group *g)
usr.sbin/bgpd/chash.c
122
cg_meta_check_flags(const struct ch_group *g, uint8_t flag)
usr.sbin/bgpd/chash.c
129
cg_meta_set_hash(struct ch_group *g, int slot, uint64_t hash)
usr.sbin/bgpd/chash.c
166
ch_meta_locate(struct ch_group *g, uint64_t mask)
usr.sbin/bgpd/chash.c
223
ch_sub_insert(const struct ch_type *type, struct ch_group *table,
usr.sbin/bgpd/chash.c
230
struct ch_group *g = &table[bucket], *ins_g = NULL;
usr.sbin/bgpd/chash.c
279
ch_sub_remove(const struct ch_type *type, struct ch_group *table,
usr.sbin/bgpd/chash.c
286
struct ch_group *g = &table[bucket];
usr.sbin/bgpd/chash.c
317
ch_sub_find(const struct ch_type *type, struct ch_group *table, uint64_t h,
usr.sbin/bgpd/chash.c
324
struct ch_group *g = &table[bucket];
usr.sbin/bgpd/chash.c
347
ch_sub_locate(const struct ch_type *type, struct ch_group *table, uint64_t h,
usr.sbin/bgpd/chash.c
354
struct ch_group *g = &table[bucket];
usr.sbin/bgpd/chash.c
377
ch_sub_first(const struct ch_type *type, struct ch_group *table,
usr.sbin/bgpd/chash.c
380
struct ch_group *g;
usr.sbin/bgpd/chash.c
402
ch_sub_next(const struct ch_type *type, struct ch_group *table,
usr.sbin/bgpd/chash.c
405
struct ch_group *g;
usr.sbin/bgpd/chash.c
431
ch_sub_split(const struct ch_type *type, struct ch_group *from,
usr.sbin/bgpd/chash.c
432
struct ch_group *low, struct ch_group *high, struct ch_meta *frommeta,
usr.sbin/bgpd/chash.c
435
struct ch_group *g = &from[0];
usr.sbin/bgpd/chash.c
472
ch_sub_merge_one(const struct ch_type *type, struct ch_group *table,
usr.sbin/bgpd/chash.c
473
struct ch_meta *meta, const struct ch_group *from)
usr.sbin/bgpd/chash.c
498
ch_sub_merge(const struct ch_type *type, struct ch_group *to,
usr.sbin/bgpd/chash.c
499
struct ch_group *from, struct ch_group *buddy, struct ch_meta *tometa,
usr.sbin/bgpd/chash.c
502
struct ch_group *g = &from[0];
usr.sbin/bgpd/chash.c
503
struct ch_group *b = &buddy[0];
usr.sbin/bgpd/chash.c
519
struct ch_group **table, struct ch_meta **meta)
usr.sbin/bgpd/chash.c
535
struct ch_group *table, struct ch_meta *meta)
usr.sbin/bgpd/chash.c
594
ch_table_fill(struct ch_table *t, uint64_t idx, struct ch_group *table,
usr.sbin/bgpd/chash.c
638
struct ch_group *table, struct ch_meta *meta)
usr.sbin/bgpd/chash.c
640
struct ch_group *left = NULL, *right = NULL;
usr.sbin/bgpd/chash.c
688
struct ch_group *table, struct ch_meta *meta)
usr.sbin/bgpd/chash.c
691
struct ch_group *to = NULL;
usr.sbin/bgpd/chash.c
733
struct ch_group *table = NULL;
usr.sbin/bgpd/chash.c
757
struct ch_group *table = NULL;
usr.sbin/bgpd/chash.c
776
struct ch_group *table;
usr.sbin/bgpd/chash.c
810
struct ch_group *table;
usr.sbin/bgpd/chash.c
84
struct ch_group *ce_table;
usr.sbin/bgpd/chash.c
843
struct ch_group *table;
usr.sbin/bgpd/chash.c
859
struct ch_group *table;
usr.sbin/bgpd/chash.c
874
struct ch_group *table;
usr.sbin/bgpd/chash.c
889
struct ch_group *table;
usr.sbin/bgpd/chash.c
927
(CH_H2_SIZE * sizeof(struct ch_group) + sizeof(struct ch_meta));
usr.sbin/bgpd/chash.c
98
cg_meta_set_flags(struct ch_group *g, uint8_t flag)