Searched refs:list_for_each_entry_rcu (Results 1 - 25 of 321) sorted by path

1234567891011>>

/linux-master/drivers/input/
H A Dmousedev.c270 list_for_each_entry_rcu(client, &mousedev->client_list, node) {
/linux-master/net/caif/
H A Dcfmuxl.c78 list_for_each_entry_rcu(lyr, list, node) { function
253 list_for_each_entry_rcu(layer, &muxl->srvl_list, node) {
/linux-master/net/netlabel/
H A Dnetlabel_addrlist.c51 list_for_each_entry_rcu(iter, head, list)
76 list_for_each_entry_rcu(iter, head, list)
101 list_for_each_entry_rcu(iter, head, list)
127 list_for_each_entry_rcu(iter, head, list)
161 list_for_each_entry_rcu(iter, head, list) function
199 list_for_each_entry_rcu(iter, head, list) function
/linux-master/net/phonet/
H A Dpn_netlink.c130 list_for_each_entry_rcu(pnd, &pndevs->list, list) {
/linux-master/net/vmw_vsock/
H A Daf_vsock_tap.c85 list_for_each_entry_rcu(tmp, &vsock_tap_all, list) {
/linux-master/arch/arm64/kernel/
H A Ddebug-monitors.c217 list_for_each_entry_rcu(hook, list, node) { function
314 list_for_each_entry_rcu(hook, list, node) { function
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_vio.c90 list_for_each_entry_rcu(stt, &kvm->arch.spapr_tce_tables, list) {
125 list_for_each_entry_rcu(stt, &kvm->arch.spapr_tce_tables, list) {
165 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) {
390 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) {
/linux-master/arch/powerpc/mm/book3s64/
H A Diommu_api.c132 list_for_each_entry_rcu(mem2, &mm->context.iommu_group_mem_list, next,
294 list_for_each_entry_rcu(mem, &mm->context.iommu_group_mem_list, next) {
315 list_for_each_entry_rcu(mem, &mm->context.iommu_group_mem_list, next,
361 list_for_each_entry_rcu(mem, &mm->context.iommu_group_mem_list, next) {
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c384 list_for_each_entry_rcu(tgl, &tbl->it_group_list, next) {
/linux-master/arch/s390/mm/
H A Dgmap.c530 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2277 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2342 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2395 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2430 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dencl.c824 list_for_each_entry_rcu(tmp, &encl->mm_list, list) {
935 list_for_each_entry_rcu(encl_mm, &encl->mm_list, list) {
1020 list_for_each_entry_rcu(encl_mm, &encl->mm_list, list) {
1214 list_for_each_entry_rcu(encl_mm, &encl->mm_list, list) {
H A Dmain.c119 list_for_each_entry_rcu(encl_mm, &encl->mm_list, list) {
/linux-master/arch/x86/kernel/
H A Dnmi.c146 list_for_each_entry_rcu(a, &desc->head, list) {
205 list_for_each_entry_rcu(n, &desc->head, list) {
/linux-master/arch/x86/mm/
H A Dkmmio.c107 list_for_each_entry_rcu(p, &kmmio_probes, list) {
126 list_for_each_entry_rcu(f, head, list) { function
/linux-master/arch/x86/pci/
H A Dmmconfig-shared.c59 list_for_each_entry_rcu(cfg, &pci_mmcfg_list, list, pci_mmcfg_lock_held()) {
122 list_for_each_entry_rcu(cfg, &pci_mmcfg_list, list, pci_mmcfg_lock_held())
844 list_for_each_entry_rcu(cfg, &pci_mmcfg_list, list)
/linux-master/block/
H A Dblk-stat.c65 list_for_each_entry_rcu(cb, &q->stats->callbacks, list) {
/linux-master/drivers/acpi/apei/
H A Dghes.c988 list_for_each_entry_rcu(ghes, &ghes_hed, list) {
1157 list_for_each_entry_rcu(ghes, rcu_list, list) { function
/linux-master/drivers/acpi/
H A Dosl.c228 list_for_each_entry_rcu(map, &acpi_ioremaps, list, acpi_ioremap_lock_held())
271 list_for_each_entry_rcu(map, &acpi_ioremaps, list, acpi_ioremap_lock_held())
/linux-master/drivers/base/power/
H A Dmain.c44 list_for_each_entry_rcu(pos, head, member, \
H A Druntime.c289 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node,
332 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node,
350 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node,
1813 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node,
1834 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node,
H A Dwakeup.c23 list_for_each_entry_rcu(pos, head, member, \
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h962 list_for_each_entry_rcu(resource, _resources, resources)
971 list_for_each_entry_rcu(connection, &resource->connections, connections)
980 list_for_each_entry_rcu(peer_device, &device->peer_devices, peer_devices)
/linux-master/drivers/char/ipmi/
H A Dipmi_msghandler.c757 list_for_each_entry_rcu(intf, &ipmi_interfaces, link,
1238 list_for_each_entry_rcu(intf, &ipmi_interfaces, link) {
1298 list_for_each_entry_rcu(intf, &ipmi_interfaces, link) {
1380 list_for_each_entry_rcu(rcvr, &intf->cmd_rcvrs, link,
1660 list_for_each_entry_rcu(rcvr, &intf->cmd_rcvrs, link,
1676 list_for_each_entry_rcu(rcvr, &intf->cmd_rcvrs, link,
3531 list_for_each_entry_rcu(user, &intf->users, link)
3631 list_for_each_entry_rcu(tintf, &ipmi_interfaces, link,
4424 list_for_each_entry_rcu(user, &intf->users, link) {
4806 list_for_each_entry_rcu(use
[all...]
/linux-master/drivers/dma/
H A Ddmaengine.c560 list_for_each_entry_rcu(device, &dma_device_list, global_node) {
/linux-master/drivers/dma/sh/
H A Dshdmac.c494 list_for_each_entry_rcu(shdev, &sh_dmae_devices, node) {

Completed in 358 milliseconds

1234567891011>>