Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/include/
H A Dck_swlock.h144 ck_pr_store_32(&rw->value, 0); in ck_swlock_write_unlatch()
H A Dck_ht.h41 #define CK_HT_TYPE_STORE ck_pr_store_32
H A Dck_pr.h192 #define ck_pr_store_32(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 32) macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c956 ck_pr_store_32(&data->ack_fwd, ack); in dyn_update_tcp_state()
963 ck_pr_store_32(&data->ack_rev, ack); in dyn_update_tcp_state()
1026 ck_pr_store_32(&data->expire, expire); in dyn_update_proto_state()
1137 ck_pr_store_32(&s->limit->expire, in dyn_lookup_ipv4_parent()
1287 ck_pr_store_32(&s->limit->expire, in dyn_lookup_ipv6_parent()
/freebsd/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.c73 #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)