Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/src/
H A Dck_rhs.c56 #define CK_RHS_G_MASK (CK_RHS_G - 1) macro
966 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_put_robin_hood()
979 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_put_robin_hood()
1027 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_do_backward_shift_delete()
1105 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_fas()
1211 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_apply()
1288 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]); in ck_rhs_set()
1402 generation = &map->generation[h & CK_RHS_G_MASK]; in ck_rhs_get()