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

/freebsd-12-stable/sys/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]);
979 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]);
1027 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]);
1105 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]);
1211 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]);
1288 ck_pr_inc_uint(&map->generation[h & CK_RHS_G_MASK]);
1402 generation = &map->generation[h & CK_RHS_G_MASK];

Completed in 49 milliseconds