Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_hp.c128 ck_pr_store_int(&entry->state, CK_HP_FREE); in ck_hp_unregister()
/freebsd/sys/contrib/ck/include/
H A Dck_pr.h191 #define ck_pr_store_int(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), int) macro