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

/freebsd-12-stable/sys/contrib/ck/include/
H A Dck_swlock.h144 ck_pr_store_32(&rw->value, 0);
H A Dck_ht.h41 #define CK_HT_TYPE_STORE ck_pr_store_32
H A Dck_pr.h183 #define ck_pr_store_32(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 32) macro
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c957 ck_pr_store_32(&data->ack_fwd, ack);
964 ck_pr_store_32(&data->ack_rev, ack);
1027 ck_pr_store_32(&data->expire, expire);
1138 ck_pr_store_32(&s->limit->expire,
1292 ck_pr_store_32(&s->limit->expire,
/freebsd-12-stable/sys/contrib/ck/src/
H A Dck_hs.c71 #define CK_HS_STORE(x, y) ck_pr_store_32(x, y)
H A Dck_ht.c76 #define CK_HT_STORE(x, y) ck_pr_store_32(x, y)
H A Dck_rhs.c71 #define CK_RHS_STORE(x, y) ck_pr_store_32(x, y)

Completed in 116 milliseconds