/openbmc/linux/tools/memory-model/ |
H A D | linux-kernel.cat | 124 let rcu-gp = [Sync-rcu] (* Compare with gp *) 126 let rcu-rscsi = rcu-rscs^-1 144 let rec rcu-order = rcu-gp | srcu-gp | 145 (rcu-gp ; rcu-link ; rcu-rscsi) | 147 (rcu-rscsi ; rcu-link ; rcu-gp) | 149 (rcu-gp ; rcu-link ; rcu-order ; rcu-link ; rcu-rscsi) | 150 ((srcu-gp ; rcu-link ; rcu-order ; rcu-link ; srcu-rscsi) & loc) | 151 (rcu-rscsi ; rcu-link ; rcu-order ; rcu-link ; rcu-gp) | 152 ((srcu-rscsi ; rcu-link ; rcu-order ; rcu-link ; srcu-gp) & loc) | 153 (rcu-order ; rcu-link ; rcu-order) [all …]
|
H A D | linux-kernel.bell | 28 'rcu-lock (*rcu_read_lock*) || 29 'rcu-unlock (*rcu_read_unlock*) || 30 'sync-rcu (*synchronize_rcu*) || 45 let rcu-rscs = let rec 57 flag ~empty Rcu-lock \ domain(rcu-rscs) as unmatched-rcu-lock 58 flag ~empty Rcu-unlock \ range(rcu-rscs) as unmatched-rcu-unlock 70 flag ~empty rcu-rscs & (po ; [Sync-srcu] ; po) as invalid-sleep
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_local_storage.c | 122 local_storage = container_of(rcu, struct bpf_local_storage, rcu); in __bpf_local_storage_free_trace_rcu() 126 kfree_rcu(local_storage, rcu); in __bpf_local_storage_free_trace_rcu() 133 local_storage = container_of(rcu, struct bpf_local_storage, rcu); in bpf_local_storage_free_rcu() 140 bpf_local_storage_free_rcu(rcu); in bpf_local_storage_free_trace_rcu() 150 kfree_rcu(local_storage, rcu); in __bpf_local_storage_free() 192 selem = container_of(rcu, struct bpf_local_storage_elem, rcu); in __bpf_selem_free_trace_rcu() 196 kfree_rcu(selem, rcu); in __bpf_selem_free_trace_rcu() 204 kfree_rcu(selem, rcu); in __bpf_selem_free() 213 selem = container_of(rcu, struct bpf_local_storage_elem, rcu); in bpf_selem_free_rcu() 220 bpf_selem_free_rcu(rcu); in bpf_selem_free_trace_rcu() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | lantiq,vrx200-pcie-phy.yaml | 45 lantiq,rcu: 49 lantiq,rcu-endian-offset: 53 lantiq,rcu-big-endian-mask: 73 - lantiq,rcu 74 - lantiq,rcu-endian-offset 75 - lantiq,rcu-big-endian-mask 84 lantiq,rcu = <&rcu0>; 85 lantiq,rcu-endian-offset = <0x4c>; 86 lantiq,rcu-big-endian-mask = <0x80>; /* bit 7 */
|
H A D | intel,lgm-usb-phy.yaml | 53 resets = <&rcu 0x70 0x24>, 54 <&rcu 0x70 0x26>, 55 <&rcu 0x70 0x28>;
|
/openbmc/linux/include/net/ |
H A D | if_inet6.h | 80 struct rcu_head rcu; member 87 struct rcu_head rcu; member 99 struct rcu_head rcu; member 109 struct rcu_head rcu; member 133 struct rcu_head rcu; member 153 struct rcu_head rcu; member 219 struct rcu_head rcu; member
|
/openbmc/linux/net/batman-adv/ |
H A D | types.h | 205 struct rcu_head rcu; member 277 struct rcu_head rcu; member 347 struct rcu_head rcu; member 500 struct rcu_head rcu; member 575 struct rcu_head rcu; member 634 struct rcu_head rcu; member 669 struct rcu_head rcu; member 738 struct rcu_head rcu; member 1485 struct rcu_head rcu; member 1513 struct rcu_head rcu; member [all …]
|
/openbmc/linux/include/linux/ |
H A D | watch_queue.h | 30 struct rcu_head rcu; member 39 struct rcu_head rcu; member 56 struct rcu_head rcu; member 73 struct rcu_head rcu; member 115 kfree_rcu(wlist, rcu); in remove_watch_list()
|
H A D | rcupdate.h | 464 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu)) 492 #define rcu_dereference_raw(p) __rcu_dereference_raw(p, __UNIQUE_ID(rcu)) 587 #define rcu_access_pointer(p) __rcu_access_pointer((p), __UNIQUE_ID(rcu), __rcu) 623 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 639 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 655 __rcu_dereference_check((p), __UNIQUE_ID(rcu), \ 667 __rcu_dereference_check((p), __UNIQUE_ID(rcu), 1, __rcu) 686 __rcu_dereference_protected((p), __UNIQUE_ID(rcu), (c), __rcu) 1098 DEFINE_LOCK_GUARD_0(rcu, rcu_read_lock(), rcu_read_unlock())
|
H A D | context_tracking.h | 151 static __always_inline void warn_rcu_exit(bool rcu) in warn_rcu_exit() argument 153 if (rcu) in warn_rcu_exit() 163 static __always_inline void warn_rcu_exit(bool rcu) { } in warn_rcu_exit() argument
|
/openbmc/linux/lib/ |
H A D | percpu-refcount.c | 150 static void percpu_ref_call_confirm_rcu(struct rcu_head *rcu) in percpu_ref_call_confirm_rcu() argument 152 struct percpu_ref_data *data = container_of(rcu, in percpu_ref_call_confirm_rcu() 153 struct percpu_ref_data, rcu); in percpu_ref_call_confirm_rcu() 167 static void percpu_ref_switch_to_atomic_rcu(struct rcu_head *rcu) in percpu_ref_switch_to_atomic_rcu() argument 169 struct percpu_ref_data *data = container_of(rcu, in percpu_ref_switch_to_atomic_rcu() 170 struct percpu_ref_data, rcu); in percpu_ref_switch_to_atomic_rcu() 206 percpu_ref_call_confirm_rcu(rcu); in percpu_ref_switch_to_atomic_rcu() 233 call_rcu_hurry(&ref->data->rcu, in __percpu_ref_switch_to_atomic()
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | regression1.c | 50 struct rcu_head rcu; member 66 static void page_rcu_free(struct rcu_head *rcu) in page_rcu_free() argument 68 struct page *p = container_of(rcu, struct page, rcu); in page_rcu_free() 76 call_rcu(&p->rcu, page_rcu_free); in page_free()
|
/openbmc/linux/net/openvswitch/ |
H A D | flow_table.c | 130 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback() 141 call_rcu(&flow->rcu, rcu_free_flow_callback); in ovs_flow_free() 185 struct mask_array *ma = container_of(rcu, struct mask_array, rcu); in mask_array_rcu_cb() 265 call_rcu(&old->rcu, mask_array_rcu_cb); in tbl_mask_array_realloc() 322 kfree_rcu(mask, rcu); in tbl_mask_array_del_mask() 357 struct mask_cache *mc = container_of(rcu, struct mask_cache, rcu); in mask_cache_rcu_cb() 409 call_rcu(&mc->rcu, mask_cache_rcu_cb); in ovs_flow_tbl_masks_cache_resize() 458 ti = container_of(rcu, struct table_instance, rcu); in flow_tbl_destroy_rcu_cb() 523 call_rcu(&mc->rcu, mask_cache_rcu_cb); in ovs_flow_tbl_destroy() 524 call_rcu(&ma->rcu, mask_array_rcu_cb); in ovs_flow_tbl_destroy() [all …]
|
H A D | vport-netdev.c | 136 static void vport_netdev_free(struct rcu_head *rcu) in vport_netdev_free() argument 138 struct vport *vport = container_of(rcu, struct vport, rcu); in vport_netdev_free() 161 call_rcu(&vport->rcu, vport_netdev_free); in netdev_destroy() 180 call_rcu(&vport->rcu, vport_netdev_free); in ovs_netdev_tunnel_destroy()
|
H A D | flow_table.h | 31 struct rcu_head rcu; member 47 struct rcu_head rcu; member 57 struct rcu_head rcu; member
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | intel,rcu-gw.yaml | 4 $id: http://devicetree.org/schemas/reset/intel,rcu-gw.yaml# 15 - intel,rcu-lgm 16 - intel,rcu-xrx200 53 compatible = "intel,rcu-lgm";
|
/openbmc/linux/Documentation/filesystems/ |
H A D | path-lookup.txt | 36 even stores into cachelines of common dentries). This is known as "rcu-walk" 216 walking is operating on each dentry. rcu-walk uses seqcount based dentry 226 path string, rcu-walk uses a d_seq protected snapshot. When looking up a 273 Taking a refcount on a dentry from rcu-walk mode, by taking its d_lock, 275 "dropping rcu" or dropping from rcu-walk into ref-walk mode. 290 The detailed design for rcu-walk is like this: 296 access d_ops and i_ops during rcu-walk. 315 a better errno) to signal an rcu-walk failure. 317 The cases where rcu-walk cannot continue are: 321 It may be possible eventually to make following links rcu-walk aware. [all …]
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | allowedips.c | 51 static void node_free_rcu(struct rcu_head *rcu) in node_free_rcu() argument 53 kmem_cache_free(node_cache, container_of(rcu, struct allowedips_node, rcu)); in node_free_rcu() 56 static void root_free_rcu(struct rcu_head *rcu) in root_free_rcu() argument 59 container_of(rcu, struct allowedips_node, rcu) }; in root_free_rcu() 270 call_rcu(&node->rcu, root_free_rcu); in wg_allowedips_free() 277 call_rcu(&node->rcu, root_free_rcu); in wg_allowedips_free() 333 call_rcu(&node->rcu, node_free_rcu); in wg_allowedips_remove_by_peer() 339 call_rcu(&parent->rcu, node_free_rcu); in wg_allowedips_remove_by_peer()
|
H A D | ratelimiter.c | 31 struct rcu_head rcu; member 41 static void entry_free(struct rcu_head *rcu) in entry_free() argument 44 container_of(rcu, struct ratelimiter_entry, rcu)); in entry_free() 51 call_rcu(&entry->rcu, entry_free); in entry_uninit()
|
/openbmc/linux/net/mac802154/ |
H A D | llsec.h | 32 struct rcu_head rcu; member 44 struct rcu_head rcu; member 50 struct rcu_head rcu; member
|
/openbmc/linux/fs/fuse/ |
H A D | acl.c | 16 struct inode *inode, int type, bool rcu) in __fuse_get_acl() argument 23 if (rcu) in __fuse_get_acl() 80 struct posix_acl *fuse_get_inode_acl(struct inode *inode, int type, bool rcu) in fuse_get_inode_acl() argument 94 return __fuse_get_acl(fc, &nop_mnt_idmap, inode, type, rcu); in fuse_get_inode_acl()
|
/openbmc/linux/security/keys/ |
H A D | request_key_auth.c | 121 static void request_key_auth_rcu_disposal(struct rcu_head *rcu) in request_key_auth_rcu_disposal() argument 124 container_of(rcu, struct request_key_auth, rcu); in request_key_auth_rcu_disposal() 140 call_rcu(&rka->rcu, request_key_auth_rcu_disposal); in request_key_auth_revoke() 153 call_rcu(&rka->rcu, request_key_auth_rcu_disposal); in request_key_auth_destroy()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kernel-api.rst | 360 kernel/rcu/tree.c 362 kernel/rcu/tree_exp.h 364 kernel/rcu/update.c 368 kernel/rcu/srcutree.c 378 kernel/rcu/sync.c
|
/openbmc/linux/drivers/gpu/drm/scheduler/ |
H A D | sched_fence.c | 98 static void drm_sched_fence_free_rcu(struct rcu_head *rcu) in drm_sched_fence_free_rcu() argument 100 struct dma_fence *f = container_of(rcu, struct dma_fence, rcu); in drm_sched_fence_free_rcu() 135 call_rcu(&fence->finished.rcu, drm_sched_fence_free_rcu); in drm_sched_fence_release_scheduled()
|
/openbmc/linux/net/rxrpc/ |
H A D | txbuf.c | 74 static void rxrpc_free_txbuf(struct rcu_head *rcu) in rxrpc_free_txbuf() argument 76 struct rxrpc_txbuf *txb = container_of(rcu, struct rxrpc_txbuf, rcu); in rxrpc_free_txbuf() 98 call_rcu(&txb->rcu, rxrpc_free_txbuf); in rxrpc_put_txbuf()
|