Home
last modified time | relevance | path

Searched refs:ck_ht_grow_spmc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ck/src/
H A Dck_ht.c656 ck_ht_grow_spmc(struct ck_ht *table, CK_HT_TYPE capacity) in ck_ht_grow_spmc() function
851 if (ck_ht_grow_spmc(table, map->capacity << 1) == false) in ck_ht_set_spmc()
944 ck_ht_grow_spmc(table, map->capacity << 1); in ck_ht_set_spmc()
982 if (ck_ht_grow_spmc(table, map->capacity << 1) == false) in ck_ht_put_spmc()
1022 ck_ht_grow_spmc(table, map->capacity << 1); in ck_ht_put_spmc()
/freebsd/sys/contrib/ck/include/
H A Dck_ht.h265 bool ck_ht_grow_spmc(ck_ht_t *, CK_HT_TYPE);