Searched refs:atomic64_set (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | iversion.h | 113 atomic64_set(&inode->i_version, val); in inode_set_iversion_raw()
|
| D | bpf_mprog.h | 174 atomic64_set(&bundle->revision, 1); in bpf_mprog_bundle_init()
|
| /include/net/ |
| D | tls.h | 457 atomic64_set(&rx_ctx->resync_req, ((u64)ntohl(seq) << 32) | RESYNC_REQ); in tls_offload_rx_resync_request() 467 atomic64_set(&rx_ctx->resync_async->req, ((u64)ntohl(seq) << 32) | in tls_offload_rx_resync_async_request_start() 479 atomic64_set(&rx_ctx->resync_async->req, in tls_offload_rx_resync_async_request_end()
|
| /include/asm-generic/ |
| D | local64.h | 78 #define local64_set(l,i) atomic64_set((&(l)->a),(i))
|
| /include/linux/netfilter/ipset/ |
| D | ip_set.h | 517 atomic64_set(&(counter)->bytes, (long long)(ext->bytes)); in ip_set_init_counter() 519 atomic64_set(&(counter)->packets, (long long)(ext->packets)); in ip_set_init_counter()
|
| /include/linux/atomic/ |
| D | atomic-instrumented.h | 1643 atomic64_set(atomic64_t *v, s64 i) in atomic64_set() function
|