Searched refs:RCU_INITIALIZER (Results 1 – 14 of 14) sorted by relevance
/linux/include/linux/ |
H A D | rcupdate.h | 561 #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) macro 602 smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ 1015 WRITE_ONCE(p, RCU_INITIALIZER(v)); \ 1026 .p = RCU_INITIALIZER(v)
|
/linux/drivers/dma-buf/ |
H A D | dma-fence-chain.c | 65 tmp = unrcu_pointer(cmpxchg(&chain->prev, RCU_INITIALIZER(prev), in dma_fence_chain_walk() 66 RCU_INITIALIZER(replacement))); in dma_fence_chain_walk()
|
/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 83 octx = unrcu_pointer(xchg(&q->ctx, RCU_INITIALIZER(ctx))); in tcp_fastopen_reset_cipher() 86 RCU_INITIALIZER(ctx))); in tcp_fastopen_reset_cipher()
|
H A D | cipso_ipv4.c | 1979 opt = unrcu_pointer(xchg(&req_inet->ireq_opt, RCU_INITIALIZER(opt))); in cipso_v4_req_setattr()
|
H A D | udp.c | 2482 old = unrcu_pointer(xchg(&sk->sk_rx_dst, RCU_INITIALIZER(dst))); in udp_sk_rx_dst_set()
|
/linux/lib/math/ |
H A D | prime_numbers.c | 63 static const struct primes __rcu *primes = RCU_INITIALIZER(&small_primes);
|
/linux/net/core/ |
H A D | sock_diag.c | 190 xchg(&inet_rcv_compat, RCU_INITIALIZER(ptr)); in sock_diag_register_inet_compat()
|
H A D | skbuff.c | 148 [SKB_DROP_REASON_SUBSYS_CORE] = RCU_INITIALIZER(&drop_reasons_core),
|
/linux/kernel/bpf/ |
H A D | devmap.c | 940 old_dev = unrcu_pointer(xchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev))); in __dev_map_update_elem() 1140 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL)); in dev_map_notification()
|
/linux/net/sunrpc/ |
H A D | xprtmultipath.c | 561 oldswitch = xchg(&xpi->xpi_xpswitch, RCU_INITIALIZER(newswitch)); in xprt_iter_xchg_switch()
|
/linux/net/ipv6/ |
H A D | ipv6_sockglue.c | 114 opt = unrcu_pointer(xchg(&inet6_sk(sk)->opt, RCU_INITIALIZER(opt))); in ipv6_update_options()
|
/linux/drivers/acpi/apei/ |
H A D | ghes.c | 965 RCU_INITIALIZER(new_cache)); in ghes_estatus_cache_add()
|
/linux/include/net/ |
H A D | sock.h | 2133 old_dst = unrcu_pointer(xchg(&sk->sk_dst_cache, RCU_INITIALIZER(dst))); in sk_dst_set()
|
/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 524 cred = RCU_INITIALIZER(kcred); in ff_layout_alloc_lseg()
|