Searched refs:list_for_each_entry_safe (Results 151 - 175 of 509) sorted by relevance

1234567891011>>

/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c309 list_for_each_entry_safe(slot, tmp, &slot_list, slot_list) {
625 list_for_each_entry_safe(slot, tmp, &slot_list, slot_list) {
/drivers/scsi/fcoe/
H A Dfcoe_transport.c459 list_for_each_entry_safe(nm, tmp, &fcoe_netdevs, list) {
545 list_for_each_entry_safe(nm, tmp, &fcoe_netdevs, list) {
/drivers/scsi/libsas/
H A Dsas_ata.c665 list_for_each_entry_safe(dev, n, &port->disco_list, disco_list_node) {
766 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { function
/drivers/sh/maple/
H A Dmaple.c293 list_for_each_entry_safe(mq, nmq, &maple_waitq, list) {
642 list_for_each_entry_safe(mq, nmq, &maple_sentq, list) {
/drivers/staging/tidspbridge/core/
H A Dchnl_sm.c271 list_for_each_entry_safe(chirp, tmp, &pchnl->io_requests, link) {
881 list_for_each_entry_safe(chirp, tmp, chirp_list, link) { function
/drivers/staging/tidspbridge/rmgr/
H A Ddrv.c146 list_for_each_entry_safe(map_obj, temp_map, &ctxt->dmm_map_list, link) {
155 list_for_each_entry_safe(rsv_obj, temp_rsv, &ctxt->dmm_rsv_list, link) {
/drivers/target/iscsi/
H A Discsi_target_tpg.c407 list_for_each_entry_safe(tpg_np_child, tpg_np_child_tmp,
513 list_for_each_entry_safe(tpg_np_child, tpg_np_child_tmp,
/drivers/tty/hvc/
H A Dhvc_xen.c68 list_for_each_entry_safe(entry, n, &xenconsoles, list) {
570 list_for_each_entry_safe(entry, next, &xenconsoles, list) {
/drivers/virt/
H A Dfsl_hypervisor.c905 list_for_each_entry_safe(dbisr, n, &isr_list, list) {
925 list_for_each_entry_safe(dbisr, n, &isr_list, list) {
/drivers/acpi/
H A Dpci_slot.c320 list_for_each_entry_safe(slot, tmp, &slot_list, list) {
/drivers/dma/
H A Dsa11x0-dma.c402 list_for_each_entry_safe(txd, txn, &head, node) {
423 list_for_each_entry_safe(txd, txn, head, node) { function
738 list_for_each_entry_safe(txd, txn, &d->desc_complete, node)
893 list_for_each_entry_safe(c, cn, &dmadev->channels, chan.device_node) {
/drivers/gpu/drm/sis/
H A Dsis_mm.c334 list_for_each_entry_safe(entry, next, &file_priv->obj_list,
/drivers/hwmon/
H A Dvia-cputemp.c372 list_for_each_entry_safe(p, n, &pdev_list, list) {
/drivers/infiniband/hw/ipath/
H A Dipath_fs.c347 list_for_each_entry_safe(dd, tmp, &ipath_dev_list, ipath_list) {
/drivers/lguest/
H A Dlguest_device.c362 list_for_each_entry_safe(vq, n, &vdev->vqs, list)
/drivers/md/
H A Ddm-delay.c88 list_for_each_entry_safe(delayed, next, &dc->delayed_bios, list) {
/drivers/media/
H A Dmedia-device.c331 list_for_each_entry_safe(entity, next, &mdev->entities, list)
/drivers/mtd/maps/
H A Damd76xrom.c81 list_for_each_entry_safe(map, scratch, &window->maps, list) {
H A Dck804xrom.c93 list_for_each_entry_safe(map, scratch, &window->maps, list) {
H A Dichxrom.c67 list_for_each_entry_safe(map, scratch, &window->maps, list) {
/drivers/mtd/ubi/
H A Dgluebi.c504 list_for_each_entry_safe(gluebi, g, &gluebi_devices, list) {
/drivers/oprofile/
H A Dbuffer_sync.c456 list_for_each_entry_safe(task, ttask, &local_dead_tasks, tasks) {
/drivers/pnp/
H A Dmanager.c225 list_for_each_entry_safe(pnp_res, tmp, &dev->resources, list) {
/drivers/s390/kvm/
H A Dkvm_virtio.c238 list_for_each_entry_safe(vq, n, &vdev->vqs, list)
/drivers/scsi/
H A Draid_class.c104 list_for_each_entry_safe(rc, next, &rd->component_list, node) {

Completed in 4251 milliseconds

1234567891011>>