Searched refs:ck_pr_store_32 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/ck/include/ |
H A D | ck_swlock.h | 144 ck_pr_store_32(&rw->value, 0); in ck_swlock_write_unlatch()
|
H A D | ck_ht.h | 41 #define CK_HT_TYPE_STORE ck_pr_store_32
|
H A D | ck_pr.h | 192 #define ck_pr_store_32(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 32) macro
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_dynamic.c | 964 ck_pr_store_32(&data->ack_fwd, ack); in dyn_update_tcp_state() 971 ck_pr_store_32(&data->ack_rev, ack); in dyn_update_tcp_state() 1034 ck_pr_store_32(&data->expire, expire); in dyn_update_proto_state() 1145 ck_pr_store_32(&s->limit->expire, in dyn_lookup_ipv4_parent() 1295 ck_pr_store_32(&s->limit->expire, in dyn_lookup_ipv6_parent()
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_hs.c | 71 #define CK_HS_STORE(x, y) ck_pr_store_32(x, y)
|
H A D | ck_ht.c | 73 #define CK_HT_STORE(x, y) ck_pr_store_32(x, y)
|
H A D | ck_rhs.c | 71 #define CK_RHS_STORE(x, y) ck_pr_store_32(x, y)
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn.c | 1194 ck_pr_store_32(pgidx, pg_idx); in nat64lsn_alloc_proto_pg()
|