Searched refs:ck_pr_store_32 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/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 | 179 #define ck_pr_store_32(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 32) macro
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 958 ck_pr_store_32(&data->ack_fwd, ack); in dyn_update_tcp_state() 965 ck_pr_store_32(&data->ack_rev, ack); in dyn_update_tcp_state() 1028 ck_pr_store_32(&data->expire, expire); in dyn_update_proto_state() 1139 ck_pr_store_32(&s->limit->expire, in dyn_lookup_ipv4_parent() 1289 ck_pr_store_32(&s->limit->expire, in dyn_lookup_ipv6_parent()
|
| /f-stack/freebsd/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 | 76 #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)
|