Searched refs:list_for_each_entry (Results 1 - 200 of 1949) sorted by relevance

12345678910

/linux-4.1.27/drivers/scsi/
H A Dscsi_module.c38 list_for_each_entry(shost, &sht->legacy_hosts, sht_legacy_list) { init_this_scsi_driver()
57 list_for_each_entry(shost, &sht->legacy_hosts, sht_legacy_list) exit_this_scsi_driver()
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c102 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { nv04_display_create()
108 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) nv04_display_create()
111 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { nv04_display_create()
131 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nv04_display_destroy()
140 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { nv04_display_destroy()
146 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) nv04_display_destroy()
171 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { nv04_display_init()
177 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) nv04_display_init()
/linux-4.1.27/drivers/cpuidle/
H A Dgovernor.c30 list_for_each_entry(gov, &cpuidle_governors, governor_list) __cpuidle_find_governor()
54 list_for_each_entry(dev, &cpuidle_detected_devices, device_list) cpuidle_switch_governor()
64 list_for_each_entry(dev, &cpuidle_detected_devices, device_list) cpuidle_switch_governor()
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_transport.c13 list_for_each_entry(t, &g_transport_list, t_node) { iscsit_get_transport()
H A Discsi_target_util.c99 list_for_each_entry(r2t, &cmd->cmd_r2t_list, r2t_list) { iscsit_get_r2t_for_eos()
118 list_for_each_entry(r2t, &cmd->cmd_r2t_list, r2t_list) { iscsit_get_r2t_from_list()
224 list_for_each_entry(r2t, &cmd->cmd_r2t_list, r2t_list) { iscsit_get_holder_for_r2tsn()
380 list_for_each_entry(cmd, &conn->conn_cmd_list, i_conn_node) { iscsit_find_cmd_from_itt()
402 list_for_each_entry(cmd, &conn->conn_cmd_list, i_conn_node) { iscsit_find_cmd_from_itt_or_dump()
427 list_for_each_entry(cmd, &conn->conn_cmd_list, i_conn_node) { iscsit_find_cmd_from_ttt()
453 list_for_each_entry(cr, &sess->cr_inactive_list, cr_list) { iscsit_find_cmd_for_recovery()
455 list_for_each_entry(cmd, &cr->conn_recovery_cmd_list, i_conn_node) { iscsit_find_cmd_for_recovery()
473 list_for_each_entry(cr, &sess->cr_active_list, cr_list) { iscsit_find_cmd_for_recovery()
475 list_for_each_entry(cmd, &cr->conn_recovery_cmd_list, i_conn_node) { iscsit_find_cmd_for_recovery()
865 list_for_each_entry(conn, &sess->sess_conn_list, conn_list) { iscsit_get_conn_from_cid()
883 list_for_each_entry(conn, &sess->sess_conn_list, conn_list) { iscsit_get_conn_from_cid_rcfr()
1313 list_for_each_entry(conn, &sess->sess_conn_list, conn_list) iscsit_print_session_params()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem_debug.c44 list_for_each_entry(obj, &dev_priv->render_ring.active_list, list) { i915_verify_lists()
66 list_for_each_entry(obj, &dev_priv->mm.flushing_list, list) { i915_verify_lists()
84 list_for_each_entry(obj, &dev_priv->mm.gpu_write_list, gpu_write_list) { i915_verify_lists()
100 list_for_each_entry(obj, &i915_gtt_vm->inactive_list, list) { i915_verify_lists()
H A Di915_gem_shrinker.c187 list_for_each_entry(vma, &obj->vma_list, vma_link) num_vma_bound()
208 list_for_each_entry(obj, &dev_priv->mm.unbound_list, global_list) i915_gem_shrinker_count()
212 list_for_each_entry(obj, &dev_priv->mm.bound_list, global_list) { i915_gem_shrinker_count()
286 list_for_each_entry(obj, &dev_priv->mm.unbound_list, global_list) { i915_gem_shrinker_oom()
295 list_for_each_entry(obj, &dev_priv->mm.bound_list, global_list) { i915_gem_shrinker_oom()
H A Di915_gpu_error.c709 list_for_each_entry(vma, head, mm_list) { list_for_each_entry() function
726 list_for_each_entry(obj, head, global_list) { list_for_each_entry() function
732 list_for_each_entry(vma, &obj->vma_list, vma_link) list_for_each_entry()
956 list_for_each_entry(obj, &dev_priv->mm.bound_list, global_list) { i915_gem_record_active_context()
1047 list_for_each_entry(request, &ring->request_list, list) i915_gem_record_rings()
1060 list_for_each_entry(request, &ring->request_list, list) { i915_gem_record_rings()
1085 list_for_each_entry(vma, &vm->active_list, mm_list) i915_gem_capture_vm()
1089 list_for_each_entry(obj, &dev_priv->mm.bound_list, global_list) { i915_gem_capture_vm()
1090 list_for_each_entry(vma, &obj->vma_list, vma_link) i915_gem_capture_vm()
1123 list_for_each_entry(vm, &dev_priv->vm_list, global_link) i915_gem_capture_buffers()
1147 list_for_each_entry(vm, &dev_priv->vm_list, global_link) i915_gem_capture_buffers()
/linux-4.1.27/net/mac80211/
H A Dpm.c28 list_for_each_entry(sta, &local->sta_list, list) { __ieee80211_suspend()
73 list_for_each_entry(sdata, &local->interfaces, list) { __ieee80211_suspend()
87 list_for_each_entry(sta, __ieee80211_suspend()
114 list_for_each_entry(sdata, &local->interfaces, list) { __ieee80211_suspend()
H A Dchan.c20 list_for_each_entry(sdata, &ctx->assigned_vifs, assigned_chanctx_list) ieee80211_chanctx_num_assigned()
34 list_for_each_entry(sdata, &ctx->reserved_vifs, reserved_chanctx_list) ieee80211_chanctx_num_reserved()
54 list_for_each_entry(ctx, &local->chanctx_list, list) ieee80211_num_chanctx()
89 list_for_each_entry(sdata, &ctx->reserved_vifs, ieee80211_chanctx_reserved_chandef()
112 list_for_each_entry(sdata, &ctx->assigned_vifs, ieee80211_chanctx_non_reserved_chandef()
176 list_for_each_entry(ctx, &local->chanctx_list, list) { ieee80211_find_reservation_chanctx()
365 list_for_each_entry(ctx, &local->chanctx_list, list) { ieee80211_find_chanctx()
787 list_for_each_entry(vlan, &sdata->u.ap.vlans, u.vlan.list) __ieee80211_vif_copy_chanctx_to_vlans()
885 list_for_each_entry(ctx, &local->chanctx_list, ieee80211_vif_reserve_chanctx()
973 list_for_each_entry(vlan, &sdata->u.ap.vlans, u.vlan.list) ieee80211_vif_update_chandef()
1158 list_for_each_entry(ctx, &local->chanctx_list, list) { ieee80211_chsw_switch_vifs()
1167 list_for_each_entry(sdata, &ctx->reserved_vifs, ieee80211_chsw_switch_vifs()
1198 list_for_each_entry(ctx, &local->chanctx_list, list) { ieee80211_chsw_switch_ctxs()
1256 list_for_each_entry(ctx, &local->chanctx_list, list) { ieee80211_vif_use_reserved_switch()
1274 list_for_each_entry(sdata, &ctx->replace_ctx->assigned_vifs, ieee80211_vif_use_reserved_switch()
1296 list_for_each_entry(sdata, &ctx->reserved_vifs, ieee80211_vif_use_reserved_switch()
1357 list_for_each_entry(ctx, &local->chanctx_list, list) { ieee80211_vif_use_reserved_switch()
1366 list_for_each_entry(sdata, &ctx->reserved_vifs, ieee80211_vif_use_reserved_switch()
1467 list_for_each_entry(ctx, &local->chanctx_list, list) { ieee80211_vif_use_reserved_switch()
/linux-4.1.27/net/atm/
H A Daddr.c83 list_for_each_entry(this, head, entry) { list_for_each_entry() function
118 list_for_each_entry(this, head, entry) { list_for_each_entry() function
146 list_for_each_entry(this, head, entry) atm_get_addr()
153 list_for_each_entry(this, head, entry) atm_get_addr()
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/
H A Dkernel.h31 #define list_for_each_entry_rcu list_for_each_entry
/linux-4.1.27/drivers/leds/
H A Dled-triggers.c62 list_for_each_entry(trig, &trigger_list, next_trig) { led_trigger_store()
95 list_for_each_entry(trig, &trigger_list, next_trig) { led_trigger_show()
169 list_for_each_entry(trig, &trigger_list, next_trig) { led_trigger_set_default()
203 list_for_each_entry(_trig, &trigger_list, next_trig) { led_trigger_register()
215 list_for_each_entry(led_cdev, &leds_list, node) { led_trigger_register()
242 list_for_each_entry(led_cdev, &leds_list, node) { led_trigger_unregister()
263 list_for_each_entry(led_cdev, &trig->led_cdevs, trig_list) led_trigger_event()
281 list_for_each_entry(led_cdev, &trig->led_cdevs, trig_list) { led_trigger_blink_setup()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dintf.c74 list_for_each_entry(dev_ctx, &priv->ctx_list, list) mlx4_remove_device()
96 list_for_each_entry(priv, &dev_list, dev_list) { mlx4_register_interface()
117 list_for_each_entry(priv, &dev_list, dev_list) mlx4_unregister_interface()
163 list_for_each_entry(dev_ctx, &bond_list, bond_list) { mlx4_do_bond()
187 list_for_each_entry(dev_ctx, &priv->ctx_list, list) mlx4_dispatch_event()
203 list_for_each_entry(intf, &intf_list, list) mlx4_register_device()
220 list_for_each_entry(intf, &intf_list, list) mlx4_unregister_device()
238 list_for_each_entry(dev_ctx, &priv->ctx_list, list) mlx4_get_protocol_dev()
/linux-4.1.27/drivers/usb/gadget/
H A Dfunctions.c18 list_for_each_entry(fd, &func_list, list) { try_get_usb_function_instance()
98 list_for_each_entry(fd, &func_list, list) { usb_function_register()
/linux-4.1.27/drivers/acpi/
H A Dnvs.c57 list_for_each_entry(region, &nvs_region_list, node) { acpi_nvs_for_each_region()
133 list_for_each_entry(entry, &nvs_list, node) suspend_nvs_free()
157 list_for_each_entry(entry, &nvs_list, node) { suspend_nvs_alloc()
176 list_for_each_entry(entry, &nvs_list, node) suspend_nvs_save()
208 list_for_each_entry(entry, &nvs_list, node) suspend_nvs_restore()
H A Dproc.c50 list_for_each_entry(entry, &dev->physical_node_list, acpi_system_wakeup_device_seq_show()
83 list_for_each_entry(entry, physical_device_enable_wakeup()
H A Dglue.c72 list_for_each_entry(tmp, &bus_type_list, list) { acpi_get_bus_type()
112 list_for_each_entry(adev, &parent->children, node) { acpi_find_child_device()
198 list_for_each_entry(pn, &acpi_dev->physical_node_list, node) { acpi_bind_one()
264 list_for_each_entry(entry, &acpi_dev->physical_node_list, node) acpi_unbind_one()
H A Dpower.c115 list_for_each_entry(e, list, node) list_for_each_entry() function
204 list_for_each_entry(entry, list, node) { list_for_each_entry() function
337 list_for_each_entry(entry, list, node) { list_for_each_entry() function
412 list_for_each_entry(entry, resources, node) { list_for_each_entry() function
459 list_for_each_entry(entry, list, node) { list_for_each_entry() function
569 list_for_each_entry(entry, &dev->wakeup.resources, node) { acpi_enable_wakeup_device_power()
632 list_for_each_entry(entry, &dev->wakeup.resources, node) { acpi_disable_wakeup_device_power()
832 list_for_each_entry(resource, &acpi_power_resource_list, list_node) { acpi_resume_power_resources()
H A Ddock.c158 list_for_each_entry(ds, &dock_stations, sibling) find_dock_station()
178 list_for_each_entry(dd, &ds->dependent_devices, list) find_dock_dependent_device()
216 list_for_each_entry(dock_station, &dock_stations, sibling) is_dock_device()
279 list_for_each_entry(dd, &ds->dependent_devices, list) hotplug_dock_devices()
283 list_for_each_entry(dd, &ds->dependent_devices, list) hotplug_dock_devices()
292 list_for_each_entry(dd, &ds->dependent_devices, list) { hotplug_dock_devices()
322 list_for_each_entry(dd, &ds->dependent_devices, list) dock_event()
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dhid.c119 list_for_each_entry(e, &hidg_func_list, node) { do_config()
132 list_for_each_entry(n, &hidg_func_list, node) { do_config()
164 list_for_each_entry(n, &hidg_func_list, node) { hid_bind()
200 list_for_each_entry(m, &hidg_func_list, node) { hid_bind()
212 list_for_each_entry(n, &hidg_func_list, node) { hid_unbind()
/linux-4.1.27/drivers/s390/block/
H A Ddcssblk.c116 list_for_each_entry(entry, &dcssblk_devices, lh) dcssblk_assign_free_minor()
137 list_for_each_entry(entry, &dcssblk_devices, lh) { dcssblk_get_device_by_name()
156 list_for_each_entry(dev_info, &dcssblk_devices, lh) { dcssblk_get_segment_by_name()
157 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_get_segment_by_name()
175 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_find_highest_addr()
194 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_find_lowest_addr()
224 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_is_continuous()
337 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_shared_store()
362 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_shared_store()
384 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_shared_store()
440 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_save_store()
492 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_seglist_show()
677 list_for_each_entry(seg_info, &dev_info->seg_list, lh) { dcssblk_add_store()
760 list_for_each_entry(entry, &dev_info->seg_list, lh) dcssblk_remove_store()
805 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_release()
948 list_for_each_entry(dev_info, &dcssblk_devices, lh) { dcssblk_freeze()
977 list_for_each_entry(dev_info, &dcssblk_devices, lh) { dcssblk_restore()
978 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_restore()
H A Ddasd_alias.c55 list_for_each_entry(pos, &aliastree.serverlist, server) { _find_server()
69 list_for_each_entry(pos, &server->lculist, lcu) { _find_lcu()
96 list_for_each_entry(pos, &lcu->grouplist, group) { _find_group()
759 list_for_each_entry(device, &lcu->active_devices, alias_list) { _restart_all_base_devices_on_lcu()
771 list_for_each_entry(device, &lcu->inactive_devices, alias_list) { _restart_all_base_devices_on_lcu()
783 list_for_each_entry(pavgroup, &lcu->grouplist, group) { _restart_all_base_devices_on_lcu()
784 list_for_each_entry(device, &pavgroup->baselist, alias_list) { _restart_all_base_devices_on_lcu()
820 list_for_each_entry(pavgroup, &lcu->grouplist, group) { flush_all_alias_devices_on_lcu()
863 list_for_each_entry(pos, &lcu->active_devices, alias_list) _stop_all_devices_on_lcu()
865 list_for_each_entry(pos, &lcu->inactive_devices, alias_list) _stop_all_devices_on_lcu()
867 list_for_each_entry(pavgroup, &lcu->grouplist, group) { _stop_all_devices_on_lcu()
868 list_for_each_entry(pos, &pavgroup->baselist, alias_list) _stop_all_devices_on_lcu()
870 list_for_each_entry(pos, &pavgroup->aliaslist, alias_list) _stop_all_devices_on_lcu()
881 list_for_each_entry(device, &lcu->active_devices, alias_list) { _unstop_all_devices_on_lcu()
887 list_for_each_entry(device, &lcu->inactive_devices, alias_list) { _unstop_all_devices_on_lcu()
893 list_for_each_entry(pavgroup, &lcu->grouplist, group) { _unstop_all_devices_on_lcu()
894 list_for_each_entry(device, &pavgroup->baselist, alias_list) { _unstop_all_devices_on_lcu()
900 list_for_each_entry(device, &pavgroup->aliaslist, alias_list) { _unstop_all_devices_on_lcu()
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_core.c119 list_for_each_entry(subdrv, &exynos_drm_subdrv_list, list) { exynos_drm_device_subdrv_remove()
133 list_for_each_entry(subdrv, &exynos_drm_subdrv_list, list) { exynos_drm_subdrv_open()
156 list_for_each_entry(subdrv, &exynos_drm_subdrv_list, list) { exynos_drm_subdrv_close()
H A Dexynos_drm_encoder.c56 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { exynos_drm_encoder_mode_fixup()
140 list_for_each_entry(clone, &dev->mode_config.encoder_list, head) { exynos_drm_encoder_clones()
159 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) exynos_drm_encoder_setup()
/linux-4.1.27/arch/x86/pci/
H A Dbus_numa.c13 list_for_each_entry(info, &pci_root_infos, list) x86_find_pci_root_info()
53 list_for_each_entry(root_res, &info->resources, list) {
119 list_for_each_entry(root_res, &info->resources, list) { update_res()
H A Di386.c63 list_for_each_entry(map, &pcibios_fwaddrmappings, list) pcibios_fwaddrmap_lookup()
239 list_for_each_entry(child, &bus->children, node) pcibios_allocate_bus_resources()
311 list_for_each_entry(dev, &bus->devices, bus_list) { pcibios_allocate_resources()
345 list_for_each_entry(dev, &bus->devices, bus_list) { pcibios_allocate_rom_resources()
359 list_for_each_entry(bus, &pci_root_buses, node) pcibios_assign_resources()
393 list_for_each_entry(bus, &pci_root_buses, node) pcibios_resource_survey()
396 list_for_each_entry(bus, &pci_root_buses, node) pcibios_resource_survey()
398 list_for_each_entry(bus, &pci_root_buses, node) pcibios_resource_survey()
H A Dmmconfig_64.c117 list_for_each_entry(cfg, &pci_mmcfg_list, list) pci_mmcfg_arch_init()
132 list_for_each_entry(cfg, &pci_mmcfg_list, list) pci_mmcfg_arch_free()
H A Damd_bus.c46 list_for_each_entry(info, &pci_root_infos, list) find_pci_root_info()
313 list_for_each_entry(info, &pci_root_infos, list) { early_root_info_init()
320 list_for_each_entry(root_res, &info->resources, list) early_root_info_init()
/linux-4.1.27/drivers/gpu/host1x/
H A Dbus.c173 list_for_each_entry(client, &device->clients, list) { host1x_device_init()
226 list_for_each_entry(device, &host1x->devices, list) { host1x_add_client()
227 list_for_each_entry(subdev, &device->subdevs, list) { host1x_add_client()
249 list_for_each_entry(subdev, &device->active, list) { host1x_del_client()
412 list_for_each_entry(subdev, &device->subdevs, list) { host1x_device_add()
450 list_for_each_entry(device, &host1x->devices, list) { host1x_attach_driver()
488 list_for_each_entry(driver, &drivers, list) host1x_register()
502 list_for_each_entry(driver, &drivers, list) host1x_unregister()
527 list_for_each_entry(host1x, &devices, list) host1x_driver_register_full()
554 list_for_each_entry(host1x, &devices, list) { host1x_client_register()
580 list_for_each_entry(host1x, &devices, list) { host1x_client_unregister()
591 list_for_each_entry(c, &clients, list) { host1x_client_unregister()
H A Dchannel.h44 list_for_each_entry(channel, &host->chlist.list, list)
/linux-4.1.27/fs/dlm/
H A Ddebug_fs.c130 list_for_each_entry(lkb, &res->res_grantqueue, lkb_statequeue) { print_format1()
137 list_for_each_entry(lkb, &res->res_convertqueue, lkb_statequeue) { print_format1()
144 list_for_each_entry(lkb, &res->res_waitqueue, lkb_statequeue) { print_format1()
154 list_for_each_entry(lkb, &res->res_lookup, lkb_rsb_lookup) { print_format1()
207 list_for_each_entry(lkb, &r->res_grantqueue, lkb_statequeue) { print_format2()
213 list_for_each_entry(lkb, &r->res_convertqueue, lkb_statequeue) { print_format2()
219 list_for_each_entry(lkb, &r->res_waitqueue, lkb_statequeue) { print_format2()
306 list_for_each_entry(lkb, &r->res_grantqueue, lkb_statequeue) { print_format3()
312 list_for_each_entry(lkb, &r->res_convertqueue, lkb_statequeue) { print_format3()
318 list_for_each_entry(lkb, &r->res_waitqueue, lkb_statequeue) { print_format3()
324 list_for_each_entry(lkb, &r->res_lookup, lkb_rsb_lookup) { print_format3()
678 list_for_each_entry(lkb, &ls->ls_waiters, lkb_wait_reply) { waiters_read()
H A Dmember.c131 list_for_each_entry(memb, &ls->ls_nodes, list) { dlm_slots_copy_in()
180 list_for_each_entry(memb, &ls->ls_nodes, list) { dlm_slots_assign()
188 list_for_each_entry(memb, &ls->ls_nodes, list) { dlm_slots_assign()
229 list_for_each_entry(memb, &ls->ls_nodes, list) { dlm_slots_assign()
246 list_for_each_entry(memb, &ls->ls_nodes, list) { dlm_slots_assign()
344 list_for_each_entry(memb, head, list) { list_for_each_entry() function
395 list_for_each_entry(memb, &ls->ls_nodes, list) { make_member_array()
413 list_for_each_entry(memb, &ls->ls_nodes, list) { make_member_array()
438 list_for_each_entry(memb, &ls->ls_nodes, list) { ping_members()
501 list_for_each_entry(memb, &ls->ls_nodes, list) { dlm_lsop_recover_done()
538 list_for_each_entry(memb, &ls->ls_nodes_gone, list) { dlm_recover_members()
574 list_for_each_entry(memb, &ls->ls_nodes, list) { dlm_recover_members()
H A Drecover.c100 list_for_each_entry(memb, &ls->ls_nodes, list) { wait_status_all()
175 list_for_each_entry(memb, &ls->ls_nodes, list) { dlm_recover_members_wait()
403 list_for_each_entry(lkb, queue, lkb_statequeue) { list_for_each_entry() function
532 list_for_each_entry(r, &ls->ls_root_list, res_root_list) { dlm_recover_masters()
620 list_for_each_entry(lkb, head, lkb_statequeue) { list_for_each_entry() function
663 list_for_each_entry(r, &ls->ls_root_list, res_root_list) { dlm_recover_locks()
752 list_for_each_entry(lkb, &r->res_grantqueue, lkb_statequeue) { recover_lvb()
769 list_for_each_entry(lkb, &r->res_convertqueue, lkb_statequeue) { recover_lvb()
823 list_for_each_entry(lkb, &r->res_grantqueue, lkb_statequeue) { recover_conversion()
831 list_for_each_entry(lkb, &r->res_convertqueue, lkb_statequeue) { recover_conversion()
862 list_for_each_entry(r, &ls->ls_root_list, res_root_list) { dlm_recover_rsbs()
H A Ddir.c57 list_for_each_entry(r, &ls->ls_root_list, res_root_list) { dlm_recover_dir_nodeid()
80 list_for_each_entry(memb, &ls->ls_nodes, list) { dlm_recover_directory()
220 list_for_each_entry(r, &ls->ls_root_list, res_root_list) { find_rsb_root()
/linux-4.1.27/kernel/power/
H A Dconsole.c50 list_for_each_entry(tmp, &pm_vt_switch_list, head) { pm_vt_switch_required()
82 list_for_each_entry(tmp, &pm_vt_switch_list, head) { pm_vt_switch_unregister()
118 list_for_each_entry(entry, &pm_vt_switch_list, head) { pm_vt_switch()
/linux-4.1.27/net/9p/
H A Dmod.c116 list_for_each_entry(t, &v9fs_trans_list, list) v9fs_get_trans_by_name()
139 list_for_each_entry(t, &v9fs_trans_list, list) v9fs_get_default_trans()
146 list_for_each_entry(t, &v9fs_trans_list, list) v9fs_get_default_trans()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dlustre_peer.c80 list_for_each_entry(data, &g_uuid_list, un_list) { lustre_uuid_to_peer()
116 list_for_each_entry(entry, &g_uuid_list, un_list) { class_add_uuid()
158 list_for_each_entry(data, &g_uuid_list, un_list) { class_del_uuid()
199 list_for_each_entry(entry, &g_uuid_list, un_list) { class_check_uuid()
/linux-4.1.27/block/
H A Dblk-mq-cpu.c30 list_for_each_entry(notify, &blk_mq_cpu_notify_list, list) { blk_mq_main_cpu_notify()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
H A Dnamedb.c33 list_for_each_entry(handle, &namedb->list, node) { nvkm_namedb_lookup()
46 list_for_each_entry(handle, &namedb->list, node) { nvkm_namedb_lookup_class()
59 list_for_each_entry(handle, &namedb->list, node) { nvkm_namedb_lookup_vinst()
74 list_for_each_entry(handle, &namedb->list, node) { nvkm_namedb_lookup_cinst()
H A Dmm.c36 list_for_each_entry(node, &mm->nodes, nl_entry) { nvkm_mm_dump()
41 list_for_each_entry(node, &mm->free, fl_entry) { nvkm_mm_dump()
72 list_for_each_entry(prev, &mm->free, fl_entry) { nvkm_mm_free()
121 list_for_each_entry(this, &mm->free, fl_entry) { nvkm_mm_head()
288 list_for_each_entry(node, &mm->nodes, nl_entry) { nvkm_mm_fini()
H A Dhandle.c45 list_for_each_entry(item, &handle->tree, head) { nvkm_handle_init()
71 list_for_each_entry(item, &handle->tree, head) { nvkm_handle_fini()
/linux-4.1.27/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c49 list_for_each_entry(entry, list, head) { list_for_each_entry() function
70 list_for_each_entry(entry, list, head) { list_for_each_entry() function
112 list_for_each_entry(entry, list, head) { list_for_each_entry() function
201 list_for_each_entry(entry, list, head) { list_for_each_entry() function
/linux-4.1.27/fs/
H A Ddrop_caches.c21 list_for_each_entry(inode, &sb->s_inodes, i_sb_list) { drop_pagecache_sb()
/linux-4.1.27/tools/firewire/
H A Dlist.h58 #define list_for_each_entry(pos, list, member) \ macro
/linux-4.1.27/virt/kvm/
H A Dvfio.c94 list_for_each_entry(kvg, &kv->group_list, node) { kvm_vfio_update_coherency()
140 list_for_each_entry(kvg, &kv->group_list, node) { kvm_vfio_set_group()
182 list_for_each_entry(kvg, &kv->group_list, node) { kvm_vfio_set_group()
266 list_for_each_entry(tmp, &dev->kvm->devices, vm_node) kvm_vfio_create()
/linux-4.1.27/drivers/md/
H A Ddm-target.c25 list_for_each_entry(tt, &_targets, list) __find_target_type()
76 list_for_each_entry(tt, &_targets, list) dm_target_iterate()
H A Ddm-path-selector.c33 list_for_each_entry(psi, &_path_selectors, list) { __find_path_selector_type()
H A Ddm-cache-policy.c24 list_for_each_entry(t, &register_list, list) __find_policy()
H A Ddm-mpath.c272 list_for_each_entry(pgpath, &m->current_pg->pgpaths, list) { __pg_init_all_paths()
345 list_for_each_entry(pg, &m->priority_groups, list) { __choose_pgpath()
1049 list_for_each_entry(pg, &m->priority_groups, list) { action_dev()
1050 list_for_each_entry(pgpath, &pg->pgpaths, list) { action_dev()
1095 list_for_each_entry(pg, &m->priority_groups, list) { switch_pg_num()
1126 list_for_each_entry(pg, &m->priority_groups, list) { bypass_pg_num()
1428 list_for_each_entry(pg, &m->priority_groups, list) { multipath_status()
1448 list_for_each_entry(p, &pg->pgpaths, list) { multipath_status()
1461 list_for_each_entry(pg, &m->priority_groups, list) { multipath_status()
1474 list_for_each_entry(p, &pg->pgpaths, list) { multipath_status()
1616 list_for_each_entry(pg, &m->priority_groups, list) { multipath_iterate_devices()
1617 list_for_each_entry(p, &pg->pgpaths, list) { multipath_iterate_devices()
1679 list_for_each_entry(pgpath, &pg->pgpaths, list) multipath_busy()
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_entity.c109 list_for_each_entry(entity, &chain->entities, chain) { uvc_mc_register_entities()
118 list_for_each_entry(entity, &chain->entities, chain) { uvc_mc_register_entities()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_encoders.c60 list_for_each_entry(clone_encoder, &dev->mode_config.encoder_list, head) { radeon_encoder_clones()
80 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { radeon_setup_encoder_clones()
209 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { radeon_link_encoder_connector()
211 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { radeon_link_encoder_connector()
228 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { radeon_encoder_set_active_device()
247 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { radeon_get_connector_for_encoder()
272 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { radeon_get_connector_for_encoder_init()
290 list_for_each_entry(other_encoder, &dev->mode_config.encoder_list, head) { radeon_get_external_encoder()
/linux-4.1.27/drivers/pnp/
H A Dquirks.c59 list_for_each_entry(option, &dev->options, list) { quirk_awe32_resources()
75 list_for_each_entry(option, &dev->options, list) { quirk_cmi8330_resources()
114 list_for_each_entry(option, &dev->options, list) { quirk_sb16audio_resources()
145 list_for_each_entry(option, &dev->options, list) { pnp_clone_dependent_set()
155 list_for_each_entry(option, &dev->options, list) { pnp_clone_dependent_set()
214 list_for_each_entry(option, &dev->options, list) { quirk_ad1815_mpu_resources()
317 list_for_each_entry(pnp_res, &dev->resources, list) { quirk_amd_mmconfig_area()
398 list_for_each_entry(pnp_res, &dev->resources, list) { quirk_intel_mch()
/linux-4.1.27/drivers/xen/xen-pciback/
H A Dconf_space_quirks.c33 list_for_each_entry(tmp_quirk, &xen_pcibk_quirks, quirks_list) xen_pcibk_find_quirk()
54 list_for_each_entry(cfg_entry, &dev_data->config_fields, list) { xen_pcibk_field_is_dup()
H A Dpassthrough.c30 list_for_each_entry(dev_entry, &dev_data->dev_list, list) { __xen_pcibk_get_pci_dev()
128 list_for_each_entry(dev_entry, &dev_data->dev_list, list) { __xen_pcibk_publish_pci_roots()
135 list_for_each_entry(e, &dev_data->dev_list, list) { __xen_pcibk_publish_pci_roots()
H A Dvpci.c44 list_for_each_entry(entry, __xen_pcibk_get_pci_dev()
159 list_for_each_entry(e, &vpci_dev->dev_list[slot], list) { __xen_pcibk_release_pci_dev()
241 list_for_each_entry(entry, __xen_pcibk_get_pcifront_dev()
/linux-4.1.27/arch/sh/drivers/dma/
H A Ddma-api.c35 list_for_each_entry(info, &registered_dmac_list, list) { get_dma_info()
51 list_for_each_entry(info, &registered_dmac_list, list) { get_dma_info_by_name()
70 list_for_each_entry(info, &registered_dmac_list, list) get_nr_channels()
140 list_for_each_entry(info, &registered_dmac_list, list) request_dma_bycap()
252 list_for_each_entry(info, &registered_dmac_list, list) register_chan_caps()
322 list_for_each_entry(info, &registered_dmac_list, list) { dma_proc_show()
/linux-4.1.27/drivers/pci/hotplug/
H A Dibmphp_ebda.c127 list_for_each_entry(ptr, &bus_info_head, bus_info_list) { print_bus_info()
148 list_for_each_entry(ptr, &rio_lo_head, rio_detail_list) { print_lo_info()
163 list_for_each_entry(ptr, &rio_vg_head, rio_detail_list) { print_vg_info()
178 list_for_each_entry(ptr, &ibmphp_ebda_pci_rsrc_head, ebda_pci_rsrc_list) { print_ebda_pci_rsrc()
188 list_for_each_entry(ptr, &ibmphp_slot_head, ibm_slot_list) { print_ibm_slot()
197 list_for_each_entry(ptr, &opt_vg_head, opt_rio_list) { print_opt_vg()
210 list_for_each_entry(hpc_ptr, &ebda_hpc_head, ebda_hpc_list) { print_ebda_hpc()
463 list_for_each_entry(ptr, &opt_vg_head, opt_rio_list) { search_opt_vg()
475 list_for_each_entry(rio_detail_ptr, &rio_vg_head, rio_detail_list) { combine_wpg_for_chassis()
501 list_for_each_entry(ptr, &opt_lo_head, opt_rio_lo_list) { search_opt_lo()
513 list_for_each_entry(rio_detail_ptr, &rio_lo_head, rio_detail_list) { combine_wpg_for_expansion()
548 list_for_each_entry(opt_vg_ptr, &opt_vg_head, opt_rio_list) { first_slot_num()
555 list_for_each_entry(opt_lo_ptr, &opt_lo_head, opt_rio_lo_list) { first_slot_num()
569 list_for_each_entry(opt_lo_ptr, &opt_lo_head, opt_rio_lo_list) { find_rxe_num()
581 list_for_each_entry(opt_vg_ptr, &opt_vg_head, opt_rio_list) { find_chassis_num()
597 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { calculate_first_slot()
979 list_for_each_entry(tmp_slot, &ibmphp_slot_head, ibm_slot_list) { ebda_rsrc_controller()
1080 list_for_each_entry(slot, &ibmphp_slot_head, ibm_slot_list) { ibmphp_get_slot_from_physical_num()
1097 list_for_each_entry(ptr, &bus_info_head, bus_info_list) { ibmphp_find_same_bus_num()
1111 list_for_each_entry(ptr, &bus_info_head, bus_info_list) { ibmphp_get_bus_index()
1186 list_for_each_entry(ctrl, &ebda_hpc_head, ebda_hpc_list) { ibmphp_register_pci()
1200 list_for_each_entry(ctrl, &ebda_hpc_head, ebda_hpc_list) { ibmphp_probe()
H A Dacpiphp_glue.c312 list_for_each_entry(slot, &bridge->slots, node) acpiphp_add_context()
377 list_for_each_entry(slot, &bridge->slots, node) { cleanup_bridge()
378 list_for_each_entry(func, &slot->funcs, sibling) { cleanup_bridge()
419 list_for_each_entry(tmp, &bus->children, node) { acpiphp_max_busnr()
433 list_for_each_entry(func, &slot->funcs, sibling) { acpiphp_set_acpi_region()
454 list_for_each_entry(func, &slot->funcs, sibling) { check_hotplug_bridge()
466 list_for_each_entry(func, &slot->funcs, sibling) { acpiphp_rescan_slot()
494 list_for_each_entry(dev, &bus->devices, bus_list) { enable_slot()
515 list_for_each_entry(dev, &bus->devices, bus_list) { enable_slot()
524 list_for_each_entry(func, &slot->funcs, sibling) { enable_slot()
556 list_for_each_entry(func, &slot->funcs, sibling) disable_slot()
567 list_for_each_entry(dev, &bus->devices, bus_list) { slot_no_hotplug()
591 list_for_each_entry(func, &slot->funcs, sibling) { get_slot_status()
679 list_for_each_entry(slot, &bridge->slots, node) { acpiphp_check_bridge()
939 list_for_each_entry(bridge, &bridge_list, list) acpiphp_remove_slots()
984 list_for_each_entry(func, &slot->funcs, sibling) acpiphp_disable_and_eject_slot()
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c57 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_vblank_enable()
71 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_vblank_disable()
139 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_scanoutpos()
155 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_vblstamp()
173 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_vblank_fini()
186 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_vblank_init()
372 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { nouveau_display_init()
392 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { nouveau_display_fini()
560 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_suspend()
570 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_suspend()
590 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_resume()
602 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_resume()
617 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_resume()
636 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { nouveau_display_resume()
/linux-4.1.27/arch/arm/mach-omap2/
H A Dmux.c62 list_for_each_entry(partition, &mux_partitions, node) { omap_mux_get()
117 list_for_each_entry(e, muxmodes, node) { list_for_each_entry() function
151 list_for_each_entry(partition, &mux_partitions, node) { omap_mux_init_gpio()
178 list_for_each_entry(e, muxmodes, node) { list_for_each_entry() function
225 list_for_each_entry(partition, &mux_partitions, node) { omap_mux_get_by_name()
576 list_for_each_entry(e, &partition->muxmodes, node) { omap_mux_dbg_board_show()
627 list_for_each_entry(partition, &mux_partitions, node) { omap_mux_get_partition()
631 list_for_each_entry(e, muxmodes, node) { list_for_each_entry() function
731 list_for_each_entry(e, &partition->muxmodes, node) { omap_mux_dbg_create_entry()
753 list_for_each_entry(partition, &mux_partitions, node) { omap_mux_dbg_init()
787 list_for_each_entry(partition, &mux_partitions, node) { omap_mux_late_init()
969 list_for_each_entry(e, &partition->muxmodes, node) { omap_mux_get_by_gpio()
986 list_for_each_entry(partition, &mux_partitions, node) { omap_mux_get_gpio()
1004 list_for_each_entry(partition, &mux_partitions, node) { omap_mux_set_gpio()
H A Dpm34xx.c318 list_for_each_entry(pwrst, &pwrst_list, node) omap3_pm_suspend()
321 list_for_each_entry(pwrst, &pwrst_list, node) { omap3_pm_suspend()
334 list_for_each_entry(pwrst, &pwrst_list, node) { omap3_pm_suspend()
371 list_for_each_entry(pwrst, &pwrst_list, node) { omap3_pm_off_mode_enable()
389 list_for_each_entry(pwrst, &pwrst_list, node) { omap3_pm_get_suspend_state()
400 list_for_each_entry(pwrst, &pwrst_list, node) { omap3_pm_set_suspend_state()
H A Dpm44xx.c62 list_for_each_entry(pwrst, &pwrst_list, node) { omap4_pm_suspend()
68 list_for_each_entry(pwrst, &pwrst_list, node) { omap4_pm_suspend()
85 list_for_each_entry(pwrst, &pwrst_list, node) { omap4_pm_suspend()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_crtc_helper.c124 list_for_each_entry(connector, &dev->mode_config.connector_list, head) drm_helper_encoder_in_use()
154 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) drm_helper_crtc_in_use()
185 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { __drm_helper_disable_unused_functions()
193 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { __drm_helper_disable_unused_functions()
235 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { drm_crtc_prepare_encoders()
310 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { drm_crtc_helper_set_mode()
341 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { drm_crtc_helper_set_mode()
368 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { drm_crtc_helper_set_mode()
387 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { drm_crtc_helper_set_mode()
431 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { drm_crtc_helper_disable()
435 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { drm_crtc_helper_disable()
532 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { drm_crtc_helper_set_config()
537 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { drm_crtc_helper_set_config()
575 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { drm_crtc_helper_set_config()
615 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { drm_crtc_helper_set_config()
698 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { drm_crtc_helper_set_config()
703 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { drm_crtc_helper_set_config()
725 list_for_each_entry(connector, &dev->mode_config.connector_list, head) drm_helper_choose_encoder_dpms()
763 list_for_each_entry(connector, &dev->mode_config.connector_list, head) drm_helper_choose_crtc_dpms()
879 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { drm_helper_resume_force_mode()
893 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { drm_helper_resume_force_mode()
H A Ddrm_of.c22 list_for_each_entry(tmp, &dev->mode_config.crtc_list, head) { drm_crtc_port_mask()
H A Ddrm_probe_helper.c113 list_for_each_entry(mode, &connector->modes, head) drm_helper_probe_single_connector_modes_merge_bits()
197 list_for_each_entry(mode, &connector->modes, head) { drm_helper_probe_single_connector_modes_merge_bits()
218 list_for_each_entry(mode, &connector->modes, head) drm_helper_probe_single_connector_modes_merge_bits()
225 list_for_each_entry(mode, &connector->modes, head) { drm_helper_probe_single_connector_modes_merge_bits()
316 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { output_poll_execute()
417 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { drm_kms_helper_poll_enable()
499 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { drm_helper_hpd_irq_event()
H A Ddrm_bridge.c76 list_for_each_entry(bridge, &bridge_list, list) { of_drm_find_bridge()
H A Ddrm_panel.c85 list_for_each_entry(panel, &panel_list, list) { of_drm_find_panel()
/linux-4.1.27/drivers/gpu/vga/
H A Dvga_switcheroo.c91 list_for_each_entry(client, &vgasr_priv.clients, list) { vga_switcheroo_enable()
186 list_for_each_entry(client, head, list) find_client_from_pci()
196 list_for_each_entry(client, head, list) find_client_from_id()
206 list_for_each_entry(client, head, list) find_active_client()
264 list_for_each_entry(client, &vgasr_priv.clients, list) { vga_switcheroo_show()
376 list_for_each_entry(client, &vgasr_priv.clients, list) { check_can_switch()
411 list_for_each_entry(client, &vgasr_priv.clients, list) { vga_switcheroo_debugfs_write()
424 list_for_each_entry(client, &vgasr_priv.clients, list) { vga_switcheroo_debugfs_write()
677 list_for_each_entry(client, &vgasr_priv.clients, list) { vga_switcheroo_runtime_resume_hdmi_audio()
/linux-4.1.27/drivers/soc/ti/
H A Dknav_qmss.h348 list_for_each_entry(region, &kdev->regions, list)
355 list_for_each_entry(range, &kdev->queue_ranges, list)
362 list_for_each_entry(pool, &kdev->pools, list)
365 list_for_each_entry(pdsp, &kdev->pdsps, list)
368 list_for_each_entry(qmgr, &kdev->qmgrs, list)
/linux-4.1.27/net/bridge/
H A Dbr_stp_if.c56 list_for_each_entry(p, &br->port_list, list) { br_stp_enable_bridge()
70 list_for_each_entry(p, &br->port_list, list) { br_stp_disable_bridge()
206 list_for_each_entry(p, &br->port_list, list) { br_stp_change_bridge_id()
235 list_for_each_entry(p, &br->port_list, list) { br_stp_recalculate_bridge_id()
258 list_for_each_entry(p, &br->port_list, list) { br_stp_set_bridge_priority()
H A Dbr_stp.c136 list_for_each_entry(p, &br->port_list, list) { br_root_selection()
285 list_for_each_entry(p, &br->port_list, list) { br_designated_port_selection()
360 list_for_each_entry(p, &br->port_list, list) { br_config_bpdu_generation()
441 list_for_each_entry(p, &br->port_list, list) { br_port_state_selection()
H A Dbr_if.c142 list_for_each_entry(p, &br->port_list, list) { br_manage_promisc()
170 list_for_each_entry(p, &br->port_list, list) { nbp_update_port_count()
303 list_for_each_entry(p, &br->port_list, list) { find_portno()
400 list_for_each_entry(p, &br->port_list, list) { br_min_mtu()
423 list_for_each_entry(p, &br->port_list, list) { br_features_recompute()
/linux-4.1.27/drivers/misc/mei/
H A Ddebugfs.c42 list_for_each_entry(me_cl, &dev->me_clients, list) mei_dbgfs_read_meclients()
58 list_for_each_entry(me_cl, &dev->me_clients, list) { mei_dbgfs_read_meclients()
115 list_for_each_entry(cl, &dev->file_list, link) { mei_dbgfs_read_active()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c35 list_for_each_entry(vif_priv, &wcn->vif_list, list) { read_file_bool_bmps()
72 list_for_each_entry(vif_priv, &wcn->vif_list, list) { write_file_bool_bmps()
85 list_for_each_entry(vif_priv, &wcn->vif_list, list) { write_file_bool_bmps()
/linux-4.1.27/drivers/usb/host/whci/
H A Ddebug.c68 list_for_each_entry(std, &qset->stds, list_node) { qset_print()
111 list_for_each_entry(qset, &whc->async_list, list_node) { asl_print()
126 list_for_each_entry(qset, &whc->periodic_list[period], list_node) { pzl_print()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Dmanager.c157 list_for_each_entry(ovl1, &mgr->overlays, list) { dss_mgr_check_zorder()
163 list_for_each_entry(ovl2, &mgr->overlays, list) { dss_mgr_check_zorder()
248 list_for_each_entry(ovl, &mgr->overlays, list) { dss_mgr_check()
H A Doutput.c113 list_for_each_entry(out, &output_list, list) { omap_dss_get_output()
126 list_for_each_entry(out, &output_list, list) { omap_dss_find_output()
147 list_for_each_entry(out, &output_list, list) { omap_dss_find_output_by_port_node()
/linux-4.1.27/fs/jffs2/
H A Ddebug.c184 list_for_each_entry(jeb, &c->clean_list, list) { __jffs2_dbg_superblock_counts()
192 list_for_each_entry(jeb, &c->very_dirty_list, list) { __jffs2_dbg_superblock_counts()
200 list_for_each_entry(jeb, &c->dirty_list, list) { __jffs2_dbg_superblock_counts()
208 list_for_each_entry(jeb, &c->erasable_list, list) { __jffs2_dbg_superblock_counts()
216 list_for_each_entry(jeb, &c->erasable_pending_wbuf_list, list) { __jffs2_dbg_superblock_counts()
224 list_for_each_entry(jeb, &c->erase_pending_list, list) { __jffs2_dbg_superblock_counts()
232 list_for_each_entry(jeb, &c->free_list, list) { __jffs2_dbg_superblock_counts()
240 list_for_each_entry(jeb, &c->bad_used_list, list) { __jffs2_dbg_superblock_counts()
249 list_for_each_entry(jeb, &c->erasing_list, list) { __jffs2_dbg_superblock_counts()
253 list_for_each_entry(jeb, &c->erase_checking_list, list) { __jffs2_dbg_superblock_counts()
257 list_for_each_entry(jeb, &c->erase_complete_list, list) { __jffs2_dbg_superblock_counts()
261 list_for_each_entry(jeb, &c->bad_list, list) { __jffs2_dbg_superblock_counts()
H A Dcompr.c90 list_for_each_entry(this, &jffs2_compressor_list, list) { jffs2_selected_compress()
176 list_for_each_entry(this, &jffs2_compressor_list, list) { jffs2_compress()
276 list_for_each_entry(this, &jffs2_compressor_list, list) { jffs2_decompress()
320 list_for_each_entry(this, &jffs2_compressor_list, list) { jffs2_register_compressor()
328 D2(list_for_each_entry(this, &jffs2_compressor_list, list) { jffs2_register_compressor()
352 D2(list_for_each_entry(this, &jffs2_compressor_list, list) { jffs2_unregister_compressor()
/linux-4.1.27/net/rxrpc/
H A Dar-security.c52 list_for_each_entry(sec, &rxrpc_security_methods, link) { rxrpc_security_lookup()
82 list_for_each_entry(psec, &rxrpc_security_methods, link) { rxrpc_register_security()
184 list_for_each_entry(rx, &local->services, listen_link) { rxrpc_init_server_conn_security()
H A Dar-peer.c120 list_for_each_entry(peer, &rxrpc_peers, link) { rxrpc_get_peer()
147 list_for_each_entry(peer, &rxrpc_peers, link) { rxrpc_get_peer()
208 list_for_each_entry(peer, &rxrpc_peers, link) { rxrpc_find_peer()
H A Dar-transport.c94 list_for_each_entry(trans, &rxrpc_transports, link) { rxrpc_get_transport()
110 list_for_each_entry(trans, &rxrpc_transports, link) { rxrpc_get_transport()
167 list_for_each_entry(trans, &rxrpc_transports, link) { rxrpc_find_transport()
/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_core.c216 list_for_each_entry(ct, &wf_controls, link) { wf_register_control()
263 list_for_each_entry(ct, &wf_controls, link) { wf_find_control()
329 list_for_each_entry(sr, &wf_sensors, link) { wf_register_sensor()
376 list_for_each_entry(sr, &wf_sensors, link) { wf_find_sensor()
422 list_for_each_entry(ct, &wf_controls, link) wf_register_client()
424 list_for_each_entry(sr, &wf_sensors, link) wf_register_client()
/linux-4.1.27/drivers/pci/
H A Dsetup-bus.c107 list_for_each_entry(dev_res, head, list) { list_for_each_entry() function
177 list_for_each_entry(dev_res, head, list) { list_for_each_entry() function
250 list_for_each_entry(dev_res, head, list) { list_for_each_entry() function
300 list_for_each_entry(dev_res, head, list) { list_for_each_entry() function
328 list_for_each_entry(fail_res, fail_head, list) pci_fail_res_type_mask()
400 list_for_each_entry(dev_res, head, list) { list_for_each_entry() function
436 list_for_each_entry(dev_res2, head, list) { list_for_each_entry() function
455 list_for_each_entry(dev_res, head, list)
477 list_for_each_entry(dev_res, head, list) list_for_each_entry() function
481 list_for_each_entry(save_res, &save_head, list) { list_for_each_entry()
519 list_for_each_entry(dev, &bus->devices, bus_list) pbus_assign_resources_sorted()
916 list_for_each_entry(dev, &bus->devices, bus_list) { pbus_size_io()
1033 list_for_each_entry(dev, &bus->devices, bus_list) { pbus_size_mem()
1227 list_for_each_entry(dev, &bus->devices, bus_list) { __pci_bus_size_bridges()
1352 list_for_each_entry(dev, &bus->devices, bus_list) { __pci_bus_assign_resources()
1494 list_for_each_entry(dev, &bus->devices, bus_list) { pci_bus_release_bridge_resources()
1540 list_for_each_entry(dev, &bus->devices, bus_list) { pci_bus_dump_resources()
1554 list_for_each_entry(child_bus, &bus->children, node) { pci_bus_get_depth()
1711 list_for_each_entry(fail_res, &fail_head, list) pci_assign_unassigned_root_bus_resources()
1717 list_for_each_entry(fail_res, &fail_head, list) { pci_assign_unassigned_root_bus_resources()
1739 list_for_each_entry(root_bus, &pci_root_buses, node) pci_assign_unassigned_resources()
1777 list_for_each_entry(fail_res, &fail_head, list) pci_assign_unassigned_bridge_resources()
1783 list_for_each_entry(fail_res, &fail_head, list) { pci_assign_unassigned_bridge_resources()
1811 list_for_each_entry(dev, &bus->devices, bus_list) pci_assign_unassigned_bus_resources()
H A Dmsi.c134 list_for_each_entry(entry, &dev->msi_list, list) { arch_setup_msi_irqs()
154 list_for_each_entry(entry, &dev->msi_list, list) default_teardown_msi_irqs()
171 list_for_each_entry(entry, &dev->msi_list, list) { default_restore_msi_irq()
306 list_for_each_entry(entry, &dev->msi_list, list) default_restore_msi_irqs()
392 list_for_each_entry(entry, &dev->msi_list, list) free_msi_irqs()
480 list_for_each_entry(entry, &dev->msi_list, list) __pci_restore_msix_state()
525 list_for_each_entry(entry, &pdev->msi_list, list) populate_msi_sysfs()
534 list_for_each_entry(entry, &pdev->msi_list, list) { populate_msi_sysfs()
623 list_for_each_entry(entry, &dev->msi_list, list) { msi_verify_entries()
749 list_for_each_entry(entry, &dev->msi_list, list) { msix_program_entries()
830 list_for_each_entry(entry, &dev->msi_list, list) { msix_capability_init()
1025 list_for_each_entry(entry, &dev->msi_list, list) { pci_msix_shutdown()
/linux-4.1.27/arch/sparc/kernel/
H A Dpci_common.c490 list_for_each_entry(pdev, &pbus->devices, bus_list) { pci_scan_for_target_abort()
504 list_for_each_entry(bus, &pbus->children, node) pci_scan_for_target_abort()
514 list_for_each_entry(pdev, &pbus->devices, bus_list) { pci_scan_for_master_abort()
527 list_for_each_entry(bus, &pbus->children, node) pci_scan_for_master_abort()
537 list_for_each_entry(pdev, &pbus->devices, bus_list) { pci_scan_for_parity_error()
551 list_for_each_entry(bus, &pbus->children, node) pci_scan_for_parity_error()
H A Dleon_pci.c56 list_for_each_entry(dev, &pbus->devices, bus_list) { pcibios_fixup_bus()
/linux-4.1.27/drivers/iio/trigger/
H A Diio-trig-sysfs.c140 list_for_each_entry(t, &iio_sysfs_trig_list, l) iio_sysfs_trigger_probe()
191 list_for_each_entry(t, &iio_sysfs_trig_list, l) iio_sysfs_trigger_remove()
/linux-4.1.27/drivers/target/
H A Dtarget_core_hba.c58 list_for_each_entry(s, &subsystem_list, sub_api_list) { transport_subsystem_register()
89 list_for_each_entry(s, &subsystem_list, sub_api_list) { core_get_backend()
H A Dtarget_core_alua.c93 list_for_each_entry(map, &dev->t10_alua.lba_map_list, target_emulate_report_referrals()
107 list_for_each_entry(map_mem, &map->lba_map_mem_list, target_emulate_report_referrals()
176 list_for_each_entry(tg_pt_gp, &dev->t10_alua.tg_pt_gps_list, target_emulate_report_target_port_groups()
226 list_for_each_entry(tg_pt_gp_mem, &tg_pt_gp->tg_pt_gp_mem_list, target_emulate_report_target_port_groups()
386 list_for_each_entry(tg_pt_gp, target_emulate_set_target_port_groups()
421 list_for_each_entry(port, &dev->dev_sep_list, target_emulate_set_target_port_groups()
507 list_for_each_entry(map, &dev->t10_alua.lba_map_list, core_alua_state_lba_dependent()
537 list_for_each_entry(map_mem, &cur_map->lba_map_mem_list, core_alua_state_lba_dependent()
982 list_for_each_entry(mem, &tg_pt_gp->tg_pt_gp_mem_list, core_alua_do_transition_tg_pt_work()
1003 list_for_each_entry(se_deve, &port->sep_alua_list, core_alua_do_transition_tg_pt_work()
1189 list_for_each_entry(lu_gp_mem, &lu_gp->lu_gp_mem_list, core_alua_do_port_transition()
1197 list_for_each_entry(tg_pt_gp, core_alua_do_port_transition()
1379 list_for_each_entry(lba_map_mem, &lba_map->lba_map_mem_list, core_alua_allocate_lba_map_mem()
1439 list_for_each_entry(tg_pt_gp, &dev->t10_alua.tg_pt_gps_list, core_alua_set_lba_map()
1504 list_for_each_entry(lu_gp_tmp, &lu_gps_list, lu_gp_node) { core_alua_set_lu_gp_id()
1640 list_for_each_entry(lu_gp, &lu_gps_list, lu_gp_node) { core_alua_get_lu_gp_by_name()
1774 list_for_each_entry(tg_pt_gp_tmp, &dev->t10_alua.tg_pt_gps_list, core_alua_set_tg_pt_gp_id()
1921 list_for_each_entry(tg_pt_gp, &dev->t10_alua.tg_pt_gps_list, core_alua_get_tg_pt_gp_by_name()
/linux-4.1.27/drivers/pcmcia/
H A Dcardbus.c34 list_for_each_entry(dev, &bus->devices, bus_list) { cardbus_config_irq_and_cls()
80 list_for_each_entry(dev, &bus->devices, bus_list) cb_alloc()
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c49 list_for_each_entry(top_dev, &topology_device_list, list) kfd_device_by_id()
67 list_for_each_entry(top_dev, &topology_device_list, list) kfd_device_by_pci_dev()
155 list_for_each_entry(dev, &topology_device_list, list) { kfd_parse_subtype_cu()
184 list_for_each_entry(dev, &topology_device_list, list) { kfd_parse_subtype_mem()
231 list_for_each_entry(dev, &topology_device_list, list) kfd_parse_subtype_cache()
283 list_for_each_entry(dev, &topology_device_list, list) { kfd_parse_subtype_iolink()
769 list_for_each_entry(iolink, &dev->io_link_props, list) kfd_remove_sysfs_node_entry()
781 list_for_each_entry(cache, &dev->cache_props, list) kfd_remove_sysfs_node_entry()
793 list_for_each_entry(mem, &dev->mem_props, list) kfd_remove_sysfs_node_entry()
872 list_for_each_entry(mem, &dev->mem_props, list) { kfd_build_sysfs_node_entry()
891 list_for_each_entry(cache, &dev->cache_props, list) { kfd_build_sysfs_node_entry()
910 list_for_each_entry(iolink, &dev->io_link_props, list) { kfd_build_sysfs_node_entry()
937 list_for_each_entry(dev, &topology_device_list, list) { kfd_build_sysfs_node_tree()
951 list_for_each_entry(dev, &topology_device_list, list) kfd_remove_sysfs_node_tree()
1080 list_for_each_entry(dev, &topology_device_list, list) { kfd_debug_print_topology()
1120 list_for_each_entry(dev, &topology_device_list, list) kfd_assign_gpu()
1210 list_for_each_entry(dev, &topology_device_list, list) kfd_topology_remove_device()
1241 list_for_each_entry(top_dev, &topology_device_list, list) { kfd_topology_enum_kfd_devices()
/linux-4.1.27/drivers/clk/ti/
H A Dautoidle.c75 list_for_each_entry(c, &autoidle_clks, node) of_ti_clk_allow_autoidle_all()
89 list_for_each_entry(c, &autoidle_clks, node) of_ti_clk_deny_autoidle_all()
/linux-4.1.27/drivers/thermal/
H A Dgov_bang_bang.c41 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { thermal_zone_trip_update()
110 list_for_each_entry(instance, &tz->thermal_instances, tz_node) bang_bang_control()
H A Dthermal_core.c74 list_for_each_entry(pos, &thermal_governor_list, governor_list) __find_governor()
103 list_for_each_entry(pos, &thermal_tz_list, node) { thermal_register_governor()
137 list_for_each_entry(pos, &thermal_tz_list, node) { thermal_unregister_governor()
201 list_for_each_entry(pos, &tz->thermal_instances, tz_node) { get_thermal_instance()
264 list_for_each_entry(pos, &thermal_tz_list, node) { bind_cdev()
306 list_for_each_entry(pos, &thermal_cdev_list, node) { bind_tz()
317 list_for_each_entry(pos, &thermal_cdev_list, node) { bind_tz()
495 list_for_each_entry(pos, &tz->thermal_instances, tz_node) thermal_zone_device_reset()
734 list_for_each_entry(cdev, &thermal_cdev_list, node) { passive_store()
747 list_for_each_entry(cdev, &thermal_cdev_list, node) { passive_store()
980 list_for_each_entry(pos1, &thermal_tz_list, node) { thermal_zone_bind_cooling_device()
984 list_for_each_entry(pos2, &thermal_cdev_list, node) { thermal_zone_bind_cooling_device()
1035 list_for_each_entry(pos, &tz->thermal_instances, tz_node) thermal_zone_bind_cooling_device()
1196 list_for_each_entry(pos, &thermal_tz_list, node) __thermal_cooling_device_register()
1267 list_for_each_entry(pos, &thermal_cdev_list, node) thermal_cooling_device_unregister()
1278 list_for_each_entry(tz, &thermal_tz_list, node) { thermal_cooling_device_unregister()
1320 list_for_each_entry(instance, &cdev->thermal_instances, cdev_node) { thermal_cdev_update()
1651 list_for_each_entry(pos, &thermal_tz_list, node) thermal_zone_device_unregister()
1662 list_for_each_entry(cdev, &thermal_cdev_list, node) { thermal_zone_device_unregister()
1720 list_for_each_entry(pos, &thermal_tz_list, node) thermal_zone_get_zone_by_name()
1872 list_for_each_entry(tz, &thermal_tz_list, node) { thermal_pm_notify()
/linux-4.1.27/arch/powerpc/kernel/
H A Dpci-hotplug.c48 list_for_each_entry(child_bus, &bus->children, node) pcibios_remove_pci_devices()
103 list_for_each_entry(dev, &bus->devices, bus_list) { pcibios_add_pci_devices()
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_64_vio_hv.c53 list_for_each_entry(stt, &kvm->arch.spapr_tce_tables, list) { kvmppc_h_put_tce()
85 list_for_each_entry(stt, &kvm->arch.spapr_tce_tables, list) { kvmppc_h_get_tce()
/linux-4.1.27/sound/aoa/core/
H A Dcore.c108 list_for_each_entry(c, &codec_list, list) { aoa_fabric_register()
123 list_for_each_entry(c, &codec_list, list) { aoa_fabric_unregister()
/linux-4.1.27/net/core/
H A Dfib_rules.c115 list_for_each_entry(o, &net->rules_ops, list) __fib_rules_register()
359 list_for_each_entry(r, &ops->rules_list, list) { fib_nl_newrule()
375 list_for_each_entry(r, &ops->rules_list, list) { fib_nl_newrule()
393 list_for_each_entry(r, &ops->rules_list, list) { fib_nl_newrule()
448 list_for_each_entry(rule, &ops->rules_list, list) { fib_nl_delrule()
505 list_for_each_entry(tmp, &ops->rules_list, list) { fib_nl_delrule()
708 list_for_each_entry(rule, rules, list) { list_for_each_entry() function
722 list_for_each_entry(rule, rules, list) { list_for_each_entry() function
742 list_for_each_entry(ops, &net->rules_ops, list) fib_rules_event()
747 list_for_each_entry(ops, &net->rules_ops, list) { fib_rules_event()
754 list_for_each_entry(ops, &net->rules_ops, list) fib_rules_event()
/linux-4.1.27/sound/soc/
H A Dsoc-dapm.c188 list_for_each_entry(w, &list, work_list) { dapm_widget_invalidate_input_paths()
189 list_for_each_entry(p, &w->sinks, list_source) { dapm_widget_invalidate_input_paths()
227 list_for_each_entry(w, &list, work_list) { dapm_widget_invalidate_output_paths()
228 list_for_each_entry(p, &w->sources, list_sink) { dapm_widget_invalidate_output_paths()
278 list_for_each_entry(w, &card->widgets, list) { dapm_mark_endpoints_dirty()
434 list_for_each_entry(path, dapm_kcontrol_get_path_list(kcontrol), \
484 list_for_each_entry(w, &card->widgets, list) { dapm_reset()
653 list_for_each_entry(w, &dapm->card->widgets, list) { dapm_is_shared_kcontrol()
784 list_for_each_entry(path, &w->sources, list_sink) { dapm_new_mixer()
828 list_for_each_entry(path, &w->sources, list_sink) { dapm_new_mux()
955 list_for_each_entry(path, &widget->sinks, list_source) { is_connected_output_ep()
1013 list_for_each_entry(path, &widget->sources, list_sink) { is_connected_input_ep()
1076 list_for_each_entry(w, &card->widgets, list) { snd_soc_dapm_dai_get_connected_widgets()
1185 list_for_each_entry(path, &w->sinks, list_source) { dapm_supply_check_power()
1241 list_for_each_entry(w, list, power_list) list_for_each_entry() function
1316 list_for_each_entry(w, pending, power_list) { list_for_each_entry() function
1347 list_for_each_entry(w, pending, power_list) { list_for_each_entry() function
1458 list_for_each_entry(d, &card->dapm_list, list) {
1609 list_for_each_entry(path, &w->sources, list_sink) dapm_widget_set_power()
1614 list_for_each_entry(path, &w->sinks, list_source) dapm_widget_set_power()
1685 list_for_each_entry(d, &card->dapm_list, list) { dapm_power_widgets()
1700 list_for_each_entry(w, &card->dapm_dirty, dirty) { dapm_power_widgets()
1704 list_for_each_entry(w, &card->widgets, list) { dapm_power_widgets()
1748 list_for_each_entry(d, &card->dapm_list, list) dapm_power_widgets()
1751 list_for_each_entry(d, &card->dapm_list, list) dapm_power_widgets()
1760 list_for_each_entry(d, &card->dapm_list, list) { dapm_power_widgets()
1767 list_for_each_entry(w, &down_list, power_list) { dapm_power_widgets()
1771 list_for_each_entry(w, &up_list, power_list) { dapm_power_widgets()
1784 list_for_each_entry(d, &card->dapm_list, list) { dapm_power_widgets()
1794 list_for_each_entry(d, &card->dapm_list, list) { dapm_power_widgets()
1851 list_for_each_entry(p, &w->sources, list_sink) { dapm_widget_power_read_file()
1861 list_for_each_entry(p, &w->sinks, list_source) { dapm_widget_power_read_file()
2093 list_for_each_entry(w, &codec->component.card->widgets, list) { dapm_widget_show_codec()
2210 list_for_each_entry(w, &dapm->card->widgets, list) { dapm_find_widget()
2313 list_for_each_entry(p, &w->sources, list_sink) { dapm_update_widget_flags()
2328 list_for_each_entry(p, &w->sinks, list_source) { dapm_update_widget_flags()
2467 list_for_each_entry(w, &dapm->card->widgets, list) { snd_soc_dapm_add_route()
2540 list_for_each_entry(p, &dapm->card->paths, list) { snd_soc_dapm_del_route()
2659 list_for_each_entry(path, &source->sinks, list_source) { snd_soc_dapm_weak_route()
2726 list_for_each_entry(w, &card->widgets, list) snd_soc_dapm_new_widgets()
3539 list_for_each_entry(dai_w, &card->widgets, list) { snd_soc_dapm_link_dai_widgets()
3551 list_for_each_entry(w, &card->widgets, list) { snd_soc_dapm_link_dai_widgets()
3991 list_for_each_entry(w, &dapm->card->widgets, list) { soc_dapm_shutdown_dapm()
4024 list_for_each_entry(dapm, &card->dapm_list, list) { snd_soc_dapm_shutdown()
/linux-4.1.27/drivers/infiniband/hw/nes/
H A Dnes.c154 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_inetaddr_event()
233 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_net_event()
852 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_show_adapter()
879 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_show_ee_cmd()
899 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_store_ee_cmd()
916 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_show_ee_data()
937 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_store_ee_data()
954 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_show_flash_cmd()
975 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_store_flash_cmd()
992 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_show_flash_data()
1013 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_store_flash_data()
1046 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_show_nonidx_data()
1067 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_store_nonidx_data()
1100 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_show_idx_data()
1121 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_store_idx_data()
1142 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_show_wqm_quanta()
1168 list_for_each_entry(nesdev, &nes_dev_list, list) { nes_store_wqm_quanta()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.c89 list_for_each_entry(cte, &ctbl->hash_list[hash], list) { cxgb4_clip_get()
152 list_for_each_entry(cte, &ctbl->hash_list[hash], list) { cxgb4_clip_release()
200 list_for_each_entry(ifa, &idev->addr_list, if_list) { cxgb4_update_dev_clip()
254 list_for_each_entry(ce, &ctbl->hash_list[i], list) { clip_tbl_show()
/linux-4.1.27/drivers/staging/i2o/
H A Ddriver.c118 list_for_each_entry(c, &i2o_controllers, list) { i2o_driver_register()
122 list_for_each_entry(i2o_dev, &c->devices, list) i2o_driver_register()
156 list_for_each_entry(c, &i2o_controllers, list) { i2o_driver_unregister()
159 list_for_each_entry(i2o_dev, &c->devices, list) i2o_driver_unregister()
H A Ddevice.c262 list_for_each_entry(tmp, &c->devices, list) i2o_device_add()
281 list_for_each_entry(tmp, &c->devices, list) i2o_device_add()
301 list_for_each_entry(tmp, &c->devices, list) { i2o_device_add()
307 list_for_each_entry(tmp, &c->devices, list) i2o_device_add()
337 list_for_each_entry(tmp, &c->devices, list) { i2o_device_remove()
/linux-4.1.27/drivers/s390/char/
H A Dmonwriter.c295 list_for_each_entry(monpriv, &mon_priv_list, priv_list) { monwriter_freeze()
296 list_for_each_entry(monbuf, &monpriv->list, list) { monwriter_freeze()
310 list_for_each_entry(monpriv, &mon_priv_list, priv_list) { monwriter_restore()
311 list_for_each_entry(monbuf, &monpriv->list, list) { monwriter_restore()
H A Draw3270.c561 list_for_each_entry(view, &rp->view_list, list) raw3270_size_device_done()
565 list_for_each_entry(view, &rp->view_list, list) { raw3270_size_device_done()
908 list_for_each_entry(nv, &rp->view_list, list) raw3270_activate_view()
944 list_for_each_entry(view, &rp->view_list, list) { raw3270_deactivate_view()
969 list_for_each_entry(rp, &raw3270_devices, list) { raw3270_add_view()
1002 list_for_each_entry(rp, &raw3270_devices, list) { raw3270_find_view()
1006 list_for_each_entry(tmp, &rp->view_list, list) { raw3270_find_view()
1040 list_for_each_entry(nv, &rp->view_list, list) { raw3270_del_view()
1142 list_for_each_entry(rp, &raw3270_devices, list) raw3270_register_notifier()
1153 list_for_each_entry(rp, &raw3270_devices, list) raw3270_unregister_notifier()
1177 list_for_each_entry(np, &raw3270_notifier, list) raw3270_set_online()
1228 list_for_each_entry(np, &raw3270_notifier, list) raw3270_remove()
1270 list_for_each_entry(view, &rp->view_list, list) { raw3270_pm_stop()
1352 list_for_each_entry(rp, &raw3270_devices, list) { raw3270_init()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dpsb_device.c199 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { psb_save_display_registers()
204 list_for_each_entry(connector, &dev->mode_config.connector_list, head) psb_save_display_registers()
239 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) psb_restore_display_registers()
243 list_for_each_entry(connector, &dev->mode_config.connector_list, head) psb_restore_display_registers()
/linux-4.1.27/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.c119 list_for_each_entry(interval, &intersection_set, link) { usnic_uiom_get_intervals_diff()
177 list_for_each_entry(interval, &intersection_set, link) { usnic_uiom_insert_interval()
222 list_for_each_entry(interval, &to_add, link) usnic_uiom_insert_interval()
248 list_for_each_entry(interval, removed, link) usnic_uiom_remove_interval()
H A Dusnic_ib_main.c110 list_for_each_entry(ctx, &us_ibdev->ctx_list, link) { usnic_ib_qp_grp_modify_active_to_err()
111 list_for_each_entry(qp_grp, &ctx->qp_grp_list, link) { usnic_ib_qp_grp_modify_active_to_err()
224 list_for_each_entry(us_ibdev, &usnic_ib_ibdev_list, ib_dev_link) { usnic_ib_netdevice_event()
288 list_for_each_entry(us_ibdev, &usnic_ib_ibdev_list, ib_dev_link) { usnic_ib_inetaddr_event()
464 list_for_each_entry(us_ibdev, &usnic_ib_ibdev_list, ib_dev_link) { usnic_ib_discover_pf()
/linux-4.1.27/drivers/base/power/
H A Ddomain_governor.c117 list_for_each_entry(link, &genpd->slave_links, slave_node) default_power_down_ok()
136 list_for_each_entry(pdd, &genpd->dev_list, list_node) { default_power_down_ok()
148 list_for_each_entry(link, &genpd->master_links, master_node) { default_power_down_ok()
170 list_for_each_entry(pdd, &genpd->dev_list, list_node) { default_power_down_ok()
/linux-4.1.27/drivers/video/fbdev/mmp/
H A Dcore.c94 list_for_each_entry(path, &path_list, node) { mmp_register_panel()
121 list_for_each_entry(path, &path_list, node) { mmp_unregister_panel()
146 list_for_each_entry(path, &path_list, node) { mmp_get_path()
190 list_for_each_entry(panel, &panel_list, node) { mmp_register_path()
/linux-4.1.27/drivers/video/fbdev/via/
H A Dvia_aux.c82 list_for_each_entry(pos, &bus->drivers, chain) { via_aux_get_preferred_mode()
/linux-4.1.27/include/linux/
H A Dresource_ext.h72 list_for_each_entry((entry), (list), node)
/linux-4.1.27/include/media/
H A Dv4l2-device.h131 list_for_each_entry(sd, &(v4l2_dev)->subdevs, list)
138 list_for_each_entry((sd), &(v4l2_dev)->subdevs, list) \
159 list_for_each_entry((sd), &(v4l2_dev)->subdevs, list) { \
203 list_for_each_entry(__sd, &(v4l2_dev)->subdevs, list) { \
/linux-4.1.27/arch/mips/mti-malta/
H A Dmalta-amon.c83 list_for_each_entry(n, &v->notify, list) vpe_run()
/linux-4.1.27/tools/virtio/linux/
H A Dvirtio.h9 #define list_for_each_entry(a, b, c) while (0) macro
/linux-4.1.27/fs/nilfs2/
H A Dsegbuf.c229 list_for_each_entry(bh, &segbuf->sb_payload_buffers, b_assoc_buffers) { nilfs_segbuf_fill_in_data_crc()
278 list_for_each_entry(segbuf, logs, sb_list) nilfs_clear_logs()
300 list_for_each_entry(segbuf, logs, sb_list) { list_for_each_entry() function
313 list_for_each_entry(segbuf, logs, sb_list) { list_for_each_entry() function
330 list_for_each_entry(segbuf, logs, sb_list) { list_for_each_entry() function
486 list_for_each_entry(bh, &segbuf->sb_segsum_buffers, b_assoc_buffers) { nilfs_segbuf_write()
492 list_for_each_entry(bh, &segbuf->sb_payload_buffers, b_assoc_buffers) { nilfs_segbuf_write()
/linux-4.1.27/tools/perf/util/
H A Dpmu.c334 list_for_each_entry(term, &alias->terms, list) { pmu_alias_terms()
483 list_for_each_entry(pmu, &pmus, list) pmu_find()
526 list_for_each_entry(format, formats, list) pmu_find_format()
567 list_for_each_entry(t, head_terms, list) { list_for_each_entry() function
662 list_for_each_entry(term, head_terms, list) { list_for_each_entry() function
707 list_for_each_entry(alias, &pmu->aliases, list) { pmu_find_alias()
836 list_for_each_entry(term, &alias->terms, list) { format_alias()
882 list_for_each_entry(alias, &pmu->aliases, list) print_pmu_events()
893 list_for_each_entry(alias, &pmu->aliases, list) { print_pmu_events()
952 list_for_each_entry(alias, &pmu->aliases, list) pmu_have_event()
/linux-4.1.27/drivers/media/rc/
H A Drc-ir-raw.c61 list_for_each_entry(handler, &ir_raw_handler_list, list) ir_raw_event_thread()
283 list_for_each_entry(handler, &ir_raw_handler_list, list) ir_raw_event_register()
307 list_for_each_entry(handler, &ir_raw_handler_list, list) ir_raw_event_unregister()
328 list_for_each_entry(raw, &ir_raw_client_list, list) ir_raw_handler_register()
344 list_for_each_entry(raw, &ir_raw_client_list, list) ir_raw_handler_unregister()
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c385 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { atmel_hlcdc_dc_connector_plug_all()
396 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { atmel_hlcdc_dc_connector_plug_all()
419 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) atmel_hlcdc_dc_preclose()
572 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) atmel_hlcdc_dc_drm_suspend()
587 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) atmel_hlcdc_dc_drm_resume()
/linux-4.1.27/drivers/base/
H A Dcomponent.c59 list_for_each_entry(m, &masters, node) __master_find()
93 list_for_each_entry(c, &component_list, node) { component_master_add_child()
207 list_for_each_entry(m, &masters, node) { try_to_bring_up_masters()
445 list_for_each_entry(c, &master->components, master_node) { component_bind_all()
495 list_for_each_entry(c, &component_list, node) component_del()
H A Dsyscore.c101 list_for_each_entry(ops, &syscore_ops_list, node) syscore_resume()
H A Dattribute_container.c150 list_for_each_entry(cont, &attribute_container_list, node) { attribute_container_add_device()
215 list_for_each_entry(cont, &attribute_container_list, node) { attribute_container_remove_device()
259 list_for_each_entry(cont, &attribute_container_list, node) { attribute_container_device_trigger()
299 list_for_each_entry(cont, &attribute_container_list, node) { attribute_container_trigger()
/linux-4.1.27/drivers/acpi/apei/
H A Dapei-base.c352 list_for_each_entry(res2, res_list2, list) { list_for_each_entry() function
408 list_for_each_entry(res, &resources2->iomem, list) { apei_resources_merge()
414 list_for_each_entry(res, &resources2->ioport, list) { apei_resources_merge()
512 list_for_each_entry(res, &resources->iomem, list) { apei_resources_request()
525 list_for_each_entry(res, &resources->ioport, list) { apei_resources_request()
545 list_for_each_entry(res, &resources->ioport, list) { apei_resources_request()
552 list_for_each_entry(res, &resources->iomem, list) { apei_resources_request()
570 list_for_each_entry(res, &resources->iomem, list) apei_resources_release()
572 list_for_each_entry(res, &resources->ioport, list) apei_resources_release()
/linux-4.1.27/arch/arm/mach-omap1/
H A Dclock.c776 list_for_each_entry(clkp, &tclk->children, sibling) { propagate_rate()
796 list_for_each_entry(clkp, &root_clks, sibling) { recalculate_root_clocks()
857 list_for_each_entry(clkp, &clocks, node) clk_enable_init_clocks()
877 list_for_each_entry(c, &clocks, node) { omap_clk_get_by_name()
896 list_for_each_entry(c, &clocks, node) omap_clk_enable_autoidle_all()
912 list_for_each_entry(c, &clocks, node) omap_clk_disable_autoidle_all()
964 list_for_each_entry(ck, &clocks, node) { clk_disable_unused()
1000 list_for_each_entry(c, &clocks, node) { clk_dbg_show_summary()
1086 list_for_each_entry(c, &clocks, node) { clk_debugfs_init()
/linux-4.1.27/drivers/s390/crypto/
H A Dzcrypt_api.c339 list_for_each_entry(zops, &zcrypt_ops_list, list) { __ops_lookup()
436 list_for_each_entry(zdev, &zcrypt_device_list, list) { zcrypt_rsa_modexpo()
484 list_for_each_entry(zdev, &zcrypt_device_list, list) { zcrypt_rsa_crt()
556 list_for_each_entry(zdev, &zcrypt_device_list, list) { zcrypt_send_cprb()
635 list_for_each_entry(zdev, &zcrypt_device_list, list) { zcrypt_send_ep11_cprb()
675 list_for_each_entry(zdev, &zcrypt_device_list, list) { zcrypt_rng()
706 list_for_each_entry(zdev, &zcrypt_device_list, list) zcrypt_status_mask()
718 list_for_each_entry(zdev, &zcrypt_device_list, list) { zcrypt_qdepth_mask()
734 list_for_each_entry(zdev, &zcrypt_device_list, list) { zcrypt_perdev_reqcnt()
749 list_for_each_entry(zdev, &zcrypt_device_list, list) { zcrypt_pendingq_count()
764 list_for_each_entry(zdev, &zcrypt_device_list, list) { zcrypt_requestq_count()
779 list_for_each_entry(zdev, &zcrypt_device_list, list) zcrypt_count_type()
1262 list_for_each_entry(zdev, &zcrypt_device_list, list) zcrypt_disable_card()
1276 list_for_each_entry(zdev, &zcrypt_device_list, list) zcrypt_enable_card()
/linux-4.1.27/drivers/dma/
H A Ddmaengine.c366 list_for_each_entry(chan, &device->channels, device_node) dma_issue_pending_all()
400 list_for_each_entry(device, &dma_device_list, global_node) { min_chan()
404 list_for_each_entry(chan, &device->channels, device_node) { min_chan()
445 list_for_each_entry(device, &dma_device_list, global_node) { dma_channel_rebalance()
448 list_for_each_entry(chan, &device->channels, device_node) dma_channel_rebalance()
515 list_for_each_entry(chan, &dev->channels, device_node) { private_candidate()
521 list_for_each_entry(chan, &dev->channels, device_node) { private_candidate()
718 list_for_each_entry(chan, &device->channels, device_node) { dmaengine_get()
752 list_for_each_entry(device, &dma_device_list, global_node) { dmaengine_put()
755 list_for_each_entry(chan, &device->channels, device_node) dmaengine_put()
870 list_for_each_entry(chan, &device->channels, device_node) { dma_async_device_register()
907 list_for_each_entry(chan, &device->channels, device_node) { dma_async_device_register()
939 list_for_each_entry(chan, &device->channels, device_node) { dma_async_device_register()
968 list_for_each_entry(chan, &device->channels, device_node) { dma_async_device_unregister()
H A Dvirt-dma.c47 list_for_each_entry(vd, &vc->desc_issued, node) vchan_find_desc()
H A Dof-dma.c37 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) of_dma_find_controller()
101 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) of_dma_controller_free()
249 list_for_each_entry(chan, &dev->channels, device_node) of_dma_xlate_by_chan_id()
/linux-4.1.27/drivers/pinctrl/
H A Dcore.c110 list_for_each_entry(pctldev, &pinctrldev_list, node) { get_pinctrl_dev_from_devname()
129 list_for_each_entry(pctldev, &pinctrldev_list, node) get_pinctrl_dev_from_of_node()
321 list_for_each_entry(range, &pctldev->gpio_ranges, node) { pinctrl_match_gpio_range()
356 list_for_each_entry(pctldev, &pinctrldev_list, node) { pinctrl_ready_for_gpio_range()
359 list_for_each_entry(range, &pctldev->gpio_ranges, node) { pinctrl_ready_for_gpio_range()
399 list_for_each_entry(pctldev, &pinctrldev_list, node) { pinctrl_get_device_gpio_range()
495 list_for_each_entry(range, &pctldev->gpio_ranges, node) { pinctrl_find_gpio_range_from_pin()
681 list_for_each_entry(state, &p->states, node) find_state()
776 list_for_each_entry(p, &pinctrl_list, node) find_pinctrl()
1000 list_for_each_entry(setting, &p->state->settings, node) { pinctrl_select_state()
1010 list_for_each_entry(setting, &state->settings, node) { pinctrl_select_state()
1036 list_for_each_entry(setting2, &state->settings, node) { pinctrl_select_state()
1206 list_for_each_entry(maps_node, &pinctrl_maps, node) { pinctrl_unregister_map()
1395 list_for_each_entry(range, &pctldev->gpio_ranges, node) { pinctrl_gpioranges_show()
1426 list_for_each_entry(pctldev, &pinctrldev_list, node) { pinctrl_devices_show()
1507 list_for_each_entry(p, &pinctrl_list, node) { pinctrl_show()
1512 list_for_each_entry(state, &p->states, node) { pinctrl_show()
1515 list_for_each_entry(setting, &state->settings, node) { pinctrl_show()
/linux-4.1.27/drivers/media/platform/xilinx/
H A Dxilinx-vipp.c60 list_for_each_entry(entity, &xdev->entities, list) { xvip_graph_find_entity()
180 list_for_each_entry(dma, &xdev->dmas, list) { xvip_graph_find_dma()
299 list_for_each_entry(entity, &xdev->entities, list) { xvip_graph_notify_complete()
328 list_for_each_entry(entity, &xdev->entities, list) { xvip_graph_notify_bound()
415 list_for_each_entry(entity, &xdev->entities, list) { xvip_graph_parse()
543 list_for_each_entry(entity, &xdev->entities, list) xvip_graph_init()
/linux-4.1.27/drivers/staging/gdm72xx/
H A Dgdm_usb.c365 list_for_each_entry(r, &rx->used_list, list) gdm_usb_send()
430 list_for_each_entry(t, &tx->sdu_list, list) gdm_usb_rcv_complete()
434 list_for_each_entry(t, &tx->sdu_list, list) { gdm_usb_rcv_complete()
659 list_for_each_entry(r, &rx->used_list, list) gdm_suspend()
684 list_for_each_entry(r, &rx->used_list, list) gdm_resume()
721 list_for_each_entry(r, &rx->used_list, list) k_mode_thread()
/linux-4.1.27/drivers/usb/phy/
H A Dphy.c30 list_for_each_entry(phy, list, head) { list_for_each_entry() function
45 list_for_each_entry(phy_bind, list, list) { list_for_each_entry() function
65 list_for_each_entry(phy, &phy_list, head) { __of_usb_find_phy()
352 list_for_each_entry(phy, &phy_list, head) { usb_add_phy()
391 list_for_each_entry(phy_bind, &phy_bind_list, list) usb_add_phy_dev()
415 list_for_each_entry(phy_bind, &phy_bind_list, list) usb_remove_phy()
/linux-4.1.27/drivers/pci/pcie/
H A Daspm.c131 list_for_each_entry(child, &linkbus->devices, bus_list) { pcie_set_clkpm_nocheck()
162 list_for_each_entry(child, &linkbus->devices, bus_list) { pcie_clkpm_cap_init()
208 list_for_each_entry(child, &linkbus->devices, bus_list) { pcie_aspm_configure_common_clock()
246 list_for_each_entry(child, &linkbus->devices, bus_list) pcie_aspm_configure_common_clock()
398 list_for_each_entry(child, &linkbus->devices, bus_list) { pcie_aspm_cap_init()
406 list_for_each_entry(child, &linkbus->devices, bus_list) { pcie_aspm_cap_init()
460 list_for_each_entry(child, &linkbus->devices, bus_list) pcie_config_aspm_link()
491 list_for_each_entry(child, &pdev->subordinate->devices, bus_list) { pcie_aspm_sanity_check()
615 list_for_each_entry(link, &link_list, sibling) { pcie_update_aspm_capable()
620 list_for_each_entry(link, &link_list, sibling) { pcie_update_aspm_capable()
625 list_for_each_entry(child, &linkbus->devices, bus_list) { pcie_update_aspm_capable()
803 list_for_each_entry(link, &link_list, sibling) { pcie_aspm_set_policy()
862 list_for_each_entry(link, &link_list, sibling) { link_state_store()
/linux-4.1.27/sound/aoa/soundbus/i2sbus/
H A Dpcm.c101 list_for_each_entry(cii, &sdev->codec_list, list) { i2sbus_pcm_open()
202 list_for_each_entry(cii, &sdev->codec_list, list) { i2sbus_pcm_open()
240 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { i2sbus_pcm_close()
420 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { i2sbus_pcm_prepare()
442 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { i2sbus_pcm_prepare()
465 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { i2sbus_pcm_prepare()
492 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) i2sbus_pcm_prepare()
522 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) i2sbus_pcm_prepare()
557 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) i2sbus_pcm_trigger()
606 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) i2sbus_pcm_trigger()
894 list_for_each_entry(cii, &dev->codec_list, list) { i2sbus_attach_codec()
911 list_for_each_entry(cii, &dev->codec_list, list) { i2sbus_attach_codec()
1051 list_for_each_entry(i, &dev->codec_list, list) { i2sbus_detach_codec()
/linux-4.1.27/drivers/infiniband/core/
H A Ddevice.c114 list_for_each_entry(device, &device_list, core_list) __ib_device_get_by_name()
133 list_for_each_entry(device, &device_list, core_list) { alloc_name()
320 list_for_each_entry(client, &client_list, list) ib_register_device()
387 list_for_each_entry(device, &device_list, core_list) ib_register_client()
413 list_for_each_entry(device, &device_list, core_list) { ib_unregister_client()
446 list_for_each_entry(context, &device->client_data_list, list) ib_get_client_data()
473 list_for_each_entry(context, &device->client_data_list, list) ib_set_client_data()
543 list_for_each_entry(handler, &event->device->event_handler_list, list) ib_dispatch_event()
H A Dnetlink.c68 list_for_each_entry(cur, &client_list, list) { ibnl_add_client()
148 list_for_each_entry(client, &client_list, list) { ibnl_rcv_msg()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_roce.c175 list_for_each_entry(dev, &be_adapter_list, entry) { be_roce_register_driver()
193 list_for_each_entry(dev, &be_adapter_list, entry) { be_roce_unregister_driver()
/linux-4.1.27/drivers/scsi/libfc/
H A Dfc_npiv.c73 list_for_each_entry(vn_port, &n_port->vports, list) { fc_vport_id_lookup()
153 list_for_each_entry(vn_port, &n_port->vports, list) { fc_vports_linkchange()
/linux-4.1.27/drivers/sh/intc/
H A Dvirq.c56 list_for_each_entry(d, &intc_list, list) { intc_irq_lookup()
262 list_for_each_entry(d, &intc_list, list) intc_finalize()
/linux-4.1.27/drivers/fmc/
H A Dfmc-chardev.c36 list_for_each_entry(fc, &fc_devices, list) fc_open()
166 list_for_each_entry(fc, &fc_devices, list) fc_remove()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dctrl.c105 list_for_each_entry(pstate, &clk->states, head) { nvkm_control_mthd_pstate_attr()
112 list_for_each_entry(cstate, &pstate->list, head) { nvkm_control_mthd_pstate_attr()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dbase.c88 list_for_each_entry(iobj, &imem->list, head) { _nvkm_instmem_fini()
118 list_for_each_entry(iobj, &imem->list, head) { _nvkm_instmem_init()
/linux-4.1.27/drivers/uwb/
H A Dradio.c46 list_for_each_entry(pal, &rc->pals, node) { uwb_radio_channel_changed()
183 list_for_each_entry(pal, &rc->pals, node) { uwb_radio_reset_state()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dmpic_pasemi_msi.c72 list_for_each_entry(entry, &pdev->msi_list, list) { pasemi_msi_teardown_msi_irqs()
101 list_for_each_entry(entry, &pdev->msi_list, list) { pasemi_msi_setup_msi_irqs()
H A Dmpic_u3msi.c112 list_for_each_entry(entry, &pdev->msi_list, list) { u3msi_teardown_msi_irqs()
144 list_for_each_entry(entry, &pdev->msi_list, list) { u3msi_setup_msi_irqs()
H A Dppc4xx_hsta_msi.c53 list_for_each_entry(entry, &dev->msi_list, list) { hsta_setup_msi_irqs()
111 list_for_each_entry(entry, &dev->msi_list, list) { hsta_teardown_msi_irqs()
/linux-4.1.27/arch/arm/kernel/
H A Dbios32.c38 list_for_each_entry(dev, &bus->devices, bus_list) { pcibios_bus_report_status()
62 list_for_each_entry(dev, &bus->devices, bus_list) pcibios_bus_report_status()
71 list_for_each_entry(bus, &pci_root_buses, node) pcibios_report_status()
307 list_for_each_entry(dev, &bus->devices, bus_list) { pcibios_fixup_bus()
343 list_for_each_entry(dev, &bus->devices, bus_list) { pcibios_fixup_bus()
520 list_for_each_entry(sys, &head, node) { pci_common_init_dev()
541 list_for_each_entry(sys, &head, node) { pci_common_init_dev()
548 list_for_each_entry(child, &bus->children, node) pci_common_init_dev()
/linux-4.1.27/net/bluetooth/
H A Dmgmt_util.c129 list_for_each_entry(cmd, &hdev->mgmt_pending, list) { mgmt_pending_find()
146 list_for_each_entry(cmd, &hdev->mgmt_pending, list) { mgmt_pending_find_data()
H A Dhci_debugfs.c148 list_for_each_entry(b, &hdev->whitelist, list) device_list_show()
150 list_for_each_entry(p, &hdev->le_conn_params, list) { device_list_show()
177 list_for_each_entry(b, &hdev->blacklist, list) blacklist_show()
202 list_for_each_entry(uuid, &hdev->uuids, list) { uuids_show()
237 list_for_each_entry(data, &hdev->remote_oob_data, list) { remote_oob_show()
395 list_for_each_entry(e, &cache->all, all) { inquiry_cache_show()
802 list_for_each_entry(b, &hdev->le_white_list, list) white_list_show()
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_sched.c92 list_for_each_entry(sched, &ip_vs_schedulers, n_list) { ip_vs_sched_getbyname()
203 list_for_each_entry(sched, &ip_vs_schedulers, n_list) { register_ip_vs_scheduler()
H A Dip_vs_pe.c76 list_for_each_entry(tmp, &ip_vs_pe, n_list) { register_ip_vs_pe()
/linux-4.1.27/net/netfilter/
H A Dnf_sockopt.c30 list_for_each_entry(ops, &nf_sockopts, list) { nf_register_sockopt()
67 list_for_each_entry(ops, &nf_sockopts, list) { nf_sockopt_find()
H A Dnfnetlink_acct.c67 list_for_each_entry(nfacct, &nfnl_acct_list, head) { nfnl_acct_new()
286 list_for_each_entry(cur, &nfnl_acct_list, head) { nfnl_acct_get()
344 list_for_each_entry(cur, &nfnl_acct_list, head) nfnl_acct_del()
351 list_for_each_entry(cur, &nfnl_acct_list, head) { nfnl_acct_del()
/linux-4.1.27/net/wimax/
H A Did-table.c94 list_for_each_entry(wimax_dev, &wimax_id_table, id_table_node) { wimax_dev_get_by_genl_info()
139 list_for_each_entry(wimax_dev, &wimax_id_table, id_table_node) { wimax_id_table_release()
/linux-4.1.27/net/wireless/
H A Dlib80211.c192 list_for_each_entry(alg, &lib80211_crypto_algs, list) { lib80211_unregister_crypto_ops()
215 list_for_each_entry(alg, &lib80211_crypto_algs, list) { lib80211_get_crypto_ops()
/linux-4.1.27/scripts/kconfig/
H A Dlist.h43 * list_for_each_entry - iterate over list of given type
48 #define list_for_each_entry(pos, head, member) \ macro
/linux-4.1.27/security/tomoyo/
H A Dmemory.c108 list_for_each_entry(group, list, head.list) { list_for_each_entry() function
161 list_for_each_entry(ptr, head, head.list) { list_for_each_entry() function
/linux-4.1.27/drivers/xen/
H A Dgntdev.c110 list_for_each_entry(map, &priv->maps, next) gntdev_print_maps()
181 list_for_each_entry(map, &priv->maps, next) { gntdev_add_map()
199 list_for_each_entry(map, &priv->maps, next) { gntdev_find_map_index()
476 list_for_each_entry(map, &priv->maps, next) { mn_invl_range_start()
479 list_for_each_entry(map, &priv->freeable_maps, next) { mn_invl_range_start()
500 list_for_each_entry(map, &priv->maps, next) { mn_release()
509 list_for_each_entry(map, &priv->freeable_maps, next) { mn_release()
716 list_for_each_entry(map, &priv->maps, next) { gntdev_ioctl_notify()
/linux-4.1.27/drivers/input/serio/
H A Dgscps2.c232 list_for_each_entry(ps2port, &ps2port_list, node) { gscps2_interrupt()
246 } /* list_for_each_entry */ gscps2_interrupt()
250 list_for_each_entry(ps2port, &ps2port_list, node) { gscps2_interrupt()
273 } /* list_for_each_entry */ gscps2_interrupt()
H A Dserio_raw.c69 list_for_each_entry(serio_raw, &serio_raw_list, node) { serio_raw_locate()
285 list_for_each_entry(client, &serio_raw->client_list, node) serio_raw_interrupt()
386 list_for_each_entry(client, &serio_raw->client_list, node) serio_raw_hangup()
/linux-4.1.27/drivers/gpu/drm/msm/edp/
H A Dedp_bridge.c72 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { edp_bridge_mode_set()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
H A Dlist.h84 * list_for_each_entry(iterator, &bar.list_of_foos, entry) {
302 * list_for_each_entry(iterator, &bar->list_of_foos, entry) {
314 #define list_for_each_entry(pos, head, member) \ macro
324 * See list_for_each_entry for more details.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c68 list_for_each_entry(dom, &ppm->domains, head) { nvkm_perfsig_find()
129 list_for_each_entry(chk, &ppm->domains, head) { nvkm_perfctr_query()
182 list_for_each_entry(dom, &ppm->domains, head) { nvkm_perfctr_sample()
202 list_for_each_entry(ctr, &dom->list, head) { nvkm_perfctr_sample()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dpad.c55 list_for_each_entry(port, &i2c->ports, head) { nvkm_i2c_pad_create_()
H A Dbase.c190 list_for_each_entry(port, &i2c->ports, head) { nvkm_i2c_find()
203 list_for_each_entry(port, &i2c->ports, head) { nvkm_i2c_find_type()
369 list_for_each_entry(port, &i2c->ports, head) { nvkm_i2c_intr()
406 list_for_each_entry(port, &i2c->ports, head) { _nvkm_i2c_fini()
435 list_for_each_entry(port, &i2c->ports, head) { _nvkm_i2c_init()
/linux-4.1.27/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c98 list_for_each_entry(crtc, &drm->mode_config.crtc_list, head) rockchip_crtc_from_pipe()
180 list_for_each_entry(connector, &drm_dev->mode_config.connector_list, rockchip_drm_load()
313 list_for_each_entry(connector, &drm->mode_config.connector_list, head) { rockchip_drm_sys_suspend()
338 list_for_each_entry(connector, &drm->mode_config.connector_list, head) { rockchip_drm_sys_resume()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c88 list_for_each_entry(entry, &lds->active, active) { vmw_ldu_commit_list()
116 list_for_each_entry(entry, &lds->active, active) { vmw_ldu_commit_list()
136 list_for_each_entry(entry, &lds->active, active) { vmw_ldu_commit_list()
196 list_for_each_entry(entry, &ld->active, active) { vmw_ldu_add_active()
/linux-4.1.27/drivers/usb/host/
H A Dimx21-dbg.c228 list_for_each_entry(dmem, &imx21->dmem_list, list) { debug_status_show()
233 list_for_each_entry(ep_priv, &imx21->queue_for_etd, queue) debug_status_show()
236 list_for_each_entry(etd, &imx21->queue_for_dmem, queue) debug_status_show()
271 list_for_each_entry(dmem, &imx21->dmem_list, list) debug_dmem_show()
/linux-4.1.27/include/linux/usb/
H A Dgadget_configfs.h77 list_for_each_entry(gs, &gi->string_list, list) { \
/linux-4.1.27/arch/mips/loongson/lemote-2f/
H A Dclock.c60 list_for_each_entry(clkp, &clock_list, node) { propagate_rate()
/linux-4.1.27/arch/ia64/kernel/
H A Dmca_drv.h105 list_for_each_entry(pos, head, list)
/linux-4.1.27/arch/m68k/kernel/
H A Dpcibios.c94 list_for_each_entry(dev, &bus->devices, bus_list) { pcibios_fixup_bus()
/linux-4.1.27/arch/alpha/kernel/
H A Dpci.c252 list_for_each_entry(dev, &bus->devices, bus_list) { pcibios_fixup_bus()
279 list_for_each_entry(dev, &b->devices, bus_list) { pcibios_claim_one_bus()
297 list_for_each_entry(child_bus, &b->children, node) pcibios_claim_one_bus()
306 list_for_each_entry(b, &pci_root_buses, node) pcibios_claim_console_setup()
/linux-4.1.27/fs/ceph/
H A Dlocks.c257 list_for_each_entry(lock, &ctx->flc_posix, fl_list) ceph_count_locks()
259 list_for_each_entry(lock, &ctx->flc_flock, fl_list) ceph_count_locks()
290 list_for_each_entry(lock, &ctx->flc_flock, fl_list) { ceph_encode_locks_to_buffer()
301 list_for_each_entry(lock, &ctx->flc_flock, fl_list) { ceph_encode_locks_to_buffer()
/linux-4.1.27/fs/fscache/
H A Dnetfs.c60 list_for_each_entry(ptr, &fscache_netfs_list, link) { __fscache_register_netfs()
/linux-4.1.27/net/openvswitch/
H A Ddp_notify.c53 list_for_each_entry(dp, &ovs_net->dps, list_node) { ovs_dp_notify_wq()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c155 list_for_each_entry(pos, &registered_mechs, gm_list) { _gss_mech_get_by_name()
190 list_for_each_entry(pos, &registered_mechs, gm_list) { gss_mech_get_by_OID()
220 list_for_each_entry(pos, &registered_mechs, gm_list) { _gss_mech_get_by_pseudoflavor()
261 list_for_each_entry(pos, &registered_mechs, gm_list) { gss_mech_list_pseudoflavors()
/linux-4.1.27/sound/firewire/dice/
H A Ddice-midi.c98 list_for_each_entry(subs, &str->substreams, list) { set_midi_substream_names()
/linux-4.1.27/drivers/net/phy/
H A Dfixed_phy.c140 list_for_each_entry(fp, &fmb->phys, node) { fixed_mdio_read()
176 list_for_each_entry(fp, &fmb->phys, node) { fixed_phy_set_link_update()
198 list_for_each_entry(fp, &fmb->phys, node) { fixed_phy_update_state()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-clk.c31 list_for_each_entry(clk, &clk_list, list) v4l2_clk_find()
83 list_for_each_entry(tmp, &clk_list, list) v4l2_clk_put()
98 list_for_each_entry(tmp, &clk_list, list) v4l2_clk_lock_driver()
/linux-4.1.27/drivers/connector/
H A Dconnector.c89 list_for_each_entry(__cbq, &dev->cbdev->queue_list, cn_netlink_send_mult()
157 list_for_each_entry(i, &dev->cbdev->queue_list, callback_entry) { cn_call_callback()
250 list_for_each_entry(cbq, &dev->queue_list, callback_entry) { cn_proc_show()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dbase.c80 list_for_each_entry(outp, &disp->outp, head) { nvkm_disp_hpd_ctor()
124 list_for_each_entry(outp, &disp->outp, head) { _nvkm_disp_fini()
151 list_for_each_entry(outp, &disp->outp, head) { _nvkm_disp_init()
/linux-4.1.27/drivers/char/agp/
H A Dsgi-agp.c241 list_for_each_entry(bridge, &agp_bridges, list) { sgi_tioca_find_bridge()
290 list_for_each_entry(info, &tioca_list, ca_list) { agp_sgi_init()
293 list_for_each_entry(pdev, info->ca_devices, bus_list) { agp_sgi_init()
/linux-4.1.27/drivers/char/
H A Dmisc.c121 list_for_each_entry(c, &misc_list, list) { misc_open()
133 list_for_each_entry(c, &misc_list, list) { misc_open()
205 list_for_each_entry(c, &misc_list, list) { misc_register()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dsched.c204 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { for_each_online_node()
274 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) { aff_merge_remaining_ctxs()
295 list_for_each_entry(ctx, gang->aff_ref_ctx->aff_list.prev, aff_list) { aff_set_offsets()
333 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { aff_ref_location()
344 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { aff_ref_location()
366 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) aff_set_ref_point_location()
386 list_for_each_entry(spu, ref->aff_list.prev, aff_list) { ctx_location()
604 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { spu_get_idle()
652 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { find_victim()
847 list_for_each_entry(ctx, rq, rq) { list_for_each_entry() function
1018 list_for_each_entry(spu, &cbe_spu_info[node].spus, spusched_thread()
1166 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) spu_sched_exit()
/linux-4.1.27/net/8021q/
H A Dvlan_core.c176 list_for_each_entry(vid_info, &vlan_info->vid_list, list) { vlan_vid_info_get()
316 list_for_each_entry(vid_info, &vlan_info->vid_list, list) { vlan_vids_add_by_dev()
346 list_for_each_entry(vid_info, &vlan_info->vid_list, list) vlan_vids_del_by_dev()
/linux-4.1.27/drivers/sh/clk/
H A Dcore.c229 list_for_each_entry(clkp, &tclk->children, sibling) { propagate_rate()
320 list_for_each_entry(clkp, &root_clks, sibling) { recalculate_root_clocks()
465 list_for_each_entry(clkp, &clock_list, node) clk_enable_init_clocks()
651 list_for_each_entry(clkp, &clock_list, node) { clks_core_resume()
688 list_for_each_entry(clk, &clock_list, node) clk_late_init()
/linux-4.1.27/drivers/bcma/
H A Dmain.c88 list_for_each_entry(core, &bus->cores, list) { bcma_find_core_unit()
302 list_for_each_entry(core, &bus->cores, list) { bcma_register_devices()
413 list_for_each_entry(core, &bus->cores, list) { bcma_bus_register()
538 list_for_each_entry(core, &bus->cores, list) { bcma_bus_suspend()
559 list_for_each_entry(core, &bus->cores, list) { bcma_bus_resume()
/linux-4.1.27/net/sctp/
H A Dbind_addr.c70 list_for_each_entry(addr, &src->address_list, list) { sctp_bind_addr_copy()
82 list_for_each_entry(addr, &src->address_list, list) { sctp_bind_addr_copy()
113 list_for_each_entry(addr, &src->address_list, list) { sctp_bind_addr_dup()
254 list_for_each_entry(addr, &bp->address_list, list) { sctp_bind_addrs_to_raw()
416 list_for_each_entry(laddr, &bp->address_list, list) { sctp_find_unmatch_addr()
/linux-4.1.27/drivers/hid/
H A Dhid-sensor-hub.c73 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) { sensor_hub_report()
122 list_for_each_entry(callback, &pdata->dyn_callback_list, list) sensor_hub_get_callback()
149 list_for_each_entry(callback, &pdata->dyn_callback_list, list) sensor_hub_register_callback()
190 list_for_each_entry(callback, &pdata->dyn_callback_list, list) sensor_hub_remove_callback()
381 list_for_each_entry(report, &report_enum->report_list, list) { sensor_hub_input_get_attribute_info()
418 list_for_each_entry(callback, &pdata->dyn_callback_list, list) { sensor_hub_suspend()
436 list_for_each_entry(callback, &pdata->dyn_callback_list, list) { sensor_hub_resume()
/linux-4.1.27/fs/nfs/
H A Dpnfs_nfs.c374 list_for_each_entry(da1, dsaddrs1, da_node) { list_for_each_entry() function
377 list_for_each_entry(da2, dsaddrs2, da_node) { list_for_each_entry() function
397 list_for_each_entry(ds, &nfs4_data_server_cache, ds_node) _data_server_lookup_locked()
450 list_for_each_entry(da, dsaddrs, da_node) { list_for_each_entry() function
461 list_for_each_entry(da, dsaddrs, da_node) { list_for_each_entry() function
594 list_for_each_entry(da, &ds->ds_addrs, da_node) { _nfs4_pnfs_v3_ds_connect()
632 list_for_each_entry(da, &ds->ds_addrs, da_node) { _nfs4_pnfs_v4_ds_connect()
/linux-4.1.27/arch/powerpc/platforms/cell/
H A Dspu_base.c100 list_for_each_entry(spu, &spu_full_list, full_list) { spu_flush_all_slbs()
496 list_for_each_entry(spu, &spu_full_list, full_list) spu_add_dev_attr()
510 list_for_each_entry(spu, &spu_full_list, full_list) { spu_add_dev_attr_group()
537 list_for_each_entry(spu, &spu_full_list, full_list) spu_remove_dev_attr()
548 list_for_each_entry(spu, &spu_full_list, full_list) spu_remove_dev_attr_group()
730 list_for_each_entry(spu, list, full_list) { list_for_each_entry() function
753 list_for_each_entry(spu, &spu_full_list, full_list) { spu_shutdown()
/linux-4.1.27/net/sched/
H A Dsch_atm.c75 list_for_each_entry(flow, &p->flows, list) { lookup_flow()
338 list_for_each_entry(flow, &p->flows, list) { atm_tc_walk()
375 list_for_each_entry(flow, &p->flows, list) { atm_tc_enqueue()
458 list_for_each_entry(flow, &p->flows, list) { sch_atm_dequeue()
529 list_for_each_entry(flow, &p->flows, list) { atm_tc_drop()
564 list_for_each_entry(flow, &p->flows, list) atm_tc_reset()
575 list_for_each_entry(flow, &p->flows, list) atm_tc_destroy()
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
H A Dconsole.c80 list_for_each_entry(ndl, &console_session.ses_ndl_hash[idx], ndl_hlink) { lstcon_node_find()
152 list_for_each_entry(ndl, &hash[idx], ndl_hlink) { lstcon_ndlink_find()
269 list_for_each_entry(grp, &console_session.ses_grp_list, grp_link) { lstcon_group_find()
732 list_for_each_entry(grp, &console_session.ses_grp_list, grp_link) { lstcon_group_list()
756 list_for_each_entry(ndl, head, ndl_link) { list_for_each_entry() function
815 list_for_each_entry(ndl, &grp->grp_ndl_list, ndl_link) lstcon_group_info()
833 list_for_each_entry(bat, &console_session.ses_bat_list, bat_link) { lstcon_batch_find()
911 list_for_each_entry(bat, &console_session.ses_bat_list, bat_link) { lstcon_batch_list()
942 list_for_each_entry(test, &bat->bat_test_list, tes_link) { lstcon_batch_info()
980 list_for_each_entry(ndl, clilst, ndl_link) lstcon_batch_info()
983 list_for_each_entry(ndl, srvlst, ndl_link) lstcon_batch_info()
1263 list_for_each_entry(ndl, &(*grp)->grp_ndl_list, ndl_link) { lstcon_verify_group()
1369 list_for_each_entry(test, &batch->bat_test_list, tes_link) { lstcon_test_find()
1783 list_for_each_entry(ndl, &console_session.ses_ndl_list, ndl_link) lstcon_session_info()
H A Dframework.c129 list_for_each_entry(tsc, &sfw_data.fw_tests, tsc_list) { sfw_find_test_case()
216 list_for_each_entry(tsc, &sfw_data.fw_tests, tsc_list) {
222 list_for_each_entry(tsb, &sn->sn_batches, bat_list) {
334 list_for_each_entry(bat, &sn->sn_batches, bat_list) { sfw_find_batch()
402 list_for_each_entry(bat, &sn->sn_batches, bat_list) { sfw_get_stats()
852 list_for_each_entry(tsb, &sn->sn_batches, bat_list) { sfw_test_unit_done()
1008 list_for_each_entry(tsi, &tsb->bat_tests, tsi_list) { sfw_run_batch()
1017 list_for_each_entry(tsu, &tsi->tsi_units, tsu_list) { sfw_run_batch()
1042 list_for_each_entry(tsi, &tsb->bat_tests, tsi_list) { sfw_stop_batch()
1059 list_for_each_entry(rpc, &tsi->tsi_active_rpcs, crpc_list) { sfw_stop_batch()
1086 list_for_each_entry(tsi, &tsb->bat_tests, tsi_list) { sfw_query_batch()
1689 list_for_each_entry(tsc, &sfw_data.fw_tests, tsc_list) { sfw_startup()
1769 list_for_each_entry(tsc, &sfw_data.fw_tests, tsc_list) { sfw_shutdown()
/linux-4.1.27/drivers/isdn/mISDN/
H A Ddsp_cmx.c166 list_for_each_entry(odsp, &dsp_ilist, list) { dsp_cmx_debug()
177 list_for_each_entry(conf, &conf_ilist, list) { dsp_cmx_debug()
179 list_for_each_entry(member, &conf->mlist, list) { dsp_cmx_debug()
208 list_for_each_entry(conf, &conf_ilist, list) dsp_cmx_search_conf()
288 list_for_each_entry(member, &dsp->conf->mlist, list) { dsp_cmx_del_conf_member()
462 list_for_each_entry(finddsp, &dsp_ilist, list) { dsp_cmx_hardware()
517 list_for_each_entry(member, &conf->mlist, list) { dsp_cmx_hardware()
526 list_for_each_entry(member, &conf->mlist, list) { dsp_cmx_hardware()
751 list_for_each_entry(dsp, &dsp_ilist, list) { dsp_cmx_hardware()
843 list_for_each_entry(dsp, &dsp_ilist, list) { dsp_cmx_hardware()
953 list_for_each_entry(member, &conf->mlist, list) { dsp_cmx_hardware()
966 list_for_each_entry(dsp, &dsp_ilist, list) { dsp_cmx_hardware()
1028 list_for_each_entry(dsp, &dsp_ilist, list) { dsp_cmx_hardware()
1669 list_for_each_entry(dsp, &dsp_ilist, list) {
1697 list_for_each_entry(conf, &conf_ilist, list) {
1712 list_for_each_entry(member, &conf->mlist, list) {
1727 list_for_each_entry(member, &conf->mlist, list) {
1736 list_for_each_entry(dsp, &dsp_ilist, list) {
1950 list_for_each_entry(member, &dsp->conf->mlist, list) { dsp_cmx_hdlc()
/linux-4.1.27/drivers/net/team/
H A Dteam.c119 list_for_each_entry(option, &team->option_list, list) { __team_find_option()
197 list_for_each_entry(opt_inst, &team->option_inst_list, list) { __team_option_inst_mark_removed_option()
223 list_for_each_entry(option, &team->option_list, list) { __team_option_inst_add_port()
242 list_for_each_entry(opt_inst, &team->option_inst_list, list) { __team_option_inst_mark_removed_port()
406 list_for_each_entry(mitem, &mode_list, list) { __find_mode()
835 list_for_each_entry(cur, qom_list, qom_list) { list_for_each_entry() function
848 list_for_each_entry(port, &team->port_list, list) { __team_queue_override_enabled_check()
909 list_for_each_entry(cur, &team->port_list, list) team_port_find()
980 list_for_each_entry(port, &team->port_list, list) { __team_compute_features()
1734 list_for_each_entry(port, &team->port_list, list) team_set_mac_address()
1753 list_for_each_entry(port, &team->port_list, list) { team_change_mtu()
1826 list_for_each_entry(port, &team->port_list, list) { team_vlan_rx_add_vid()
1849 list_for_each_entry(port, &team->port_list, list) team_vlan_rx_kill_vid()
1865 list_for_each_entry(port, &team->port_list, list) __team_netpoll_cleanup()
1886 list_for_each_entry(port, &team->port_list, list) { team_netpoll_setup()
2397 list_for_each_entry(opt_inst, &team->option_inst_list, list) team_nl_cmd_options_get()
2491 list_for_each_entry(opt_inst, &team->option_inst_list, list) { team_nl_cmd_options_set()
2755 list_for_each_entry(opt_inst, &team->option_inst_list, list) { __team_options_change_check()
2804 list_for_each_entry(port, &team->port_list, list) { __team_carrier_check()
/linux-4.1.27/kernel/trace/
H A Dtrace_events.c59 list_for_each_entry(tr, &ftrace_trace_arrays, list) { \
60 list_for_each_entry(file, &tr->events, list)
63 list_for_each_entry(tr, &ftrace_trace_arrays, list) { \
83 list_for_each_entry(field, head, link) { list_for_each_entry() function
421 list_for_each_entry(file, &tr->events, list) { ftrace_clear_events()
496 list_for_each_entry(child, &dir->d_subdirs, d_child) { remove_event_file_dir()
523 list_for_each_entry(file, &tr->events, list) { __ftrace_set_clr_event_nolock()
842 list_for_each_entry(file, &tr->events, list) { system_enable_read()
1146 list_for_each_entry(tr, &ftrace_trace_arrays, list) { subsystem_open()
1147 list_for_each_entry(dir, &tr->systems, list) { subsystem_open()
1508 list_for_each_entry(dir, &tr->systems, list) { event_subsystem_dir()
1518 list_for_each_entry(system, &event_subsystems, list) { event_subsystem_dir()
2067 list_for_each_entry(call, &ftrace_events, list) { __trace_add_event_dirs()
2082 list_for_each_entry(file, &tr->events, list) { find_event_file()
2380 list_for_each_entry(file, &tr->events, list) { __trace_early_add_event_dirs()
2400 list_for_each_entry(call, &ftrace_events, list) { __trace_early_add_events()
2426 list_for_each_entry(tr, &ftrace_trace_arrays, list) __add_event_to_tracers()
2776 list_for_each_entry(file, &tr->events, list) { event_trace_self_tests()
2819 list_for_each_entry(dir, &tr->systems, list) { event_trace_self_tests()

Completed in 7681 milliseconds

12345678910