Searched refs:ck_ht_grow_spmc (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_ht.c659 ck_ht_grow_spmc(struct ck_ht *table, CK_HT_TYPE capacity) function
854 if (ck_ht_grow_spmc(table, map->capacity << 1) == false)
947 ck_ht_grow_spmc(table, map->capacity << 1);
985 if (ck_ht_grow_spmc(table, map->capacity << 1) == false)
1025 ck_ht_grow_spmc(table, map->capacity << 1);
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_ht.h265 bool ck_ht_grow_spmc(ck_ht_t *, CK_HT_TYPE);

Completed in 129 milliseconds