Home
last modified time | relevance | path

Searched refs:list_for_each_entry_srcu (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/resctrl/
H A Dmpam_devices.c1332 list_for_each_entry_srcu(vmsc, &comp->vmsc, comp_list, in _msmon_read()
1337 list_for_each_entry_srcu(ris, &vmsc->ris, vmsc_list, in _msmon_read()
1431 list_for_each_entry_srcu(vmsc, &comp->vmsc, comp_list, in mpam_msmon_reset_mbwu()
1437 list_for_each_entry_srcu(ris, &vmsc->ris, vmsc_list, in mpam_msmon_reset_mbwu()
1793 list_for_each_entry_srcu(ris, &msc->ris, msc_list, in mpam_reprogram_msc()
1832 list_for_each_entry_srcu(msc, &mpam_all_msc, all_msc_list, in mpam_cpu_online()
1861 list_for_each_entry_srcu(msc, &mpam_all_msc, all_msc_list, in mpam_discovery_cpu_online()
1894 list_for_each_entry_srcu(msc, &mpam_all_msc, all_msc_list, in mpam_cpu_offline()
1906 list_for_each_entry_srcu(ris, &msc->ris, msc_list, in mpam_cpu_offline()
2532 list_for_each_entry_srcu(msc, &mpam_all_msc, all_msc_list, in mpam_register_irqs()
[all …]
/linux/drivers/nvme/host/
H A Dmultipath.c222 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_kick_requeue_lists()
263 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_mpath_clear_ctrl_paths()
279 list_for_each_entry_srcu(ns, &head->list, siblings, in nvme_mpath_revalidate_paths()
333 list_for_each_entry_srcu(ns, &head->list, siblings, in __nvme_find_path()
436 list_for_each_entry_srcu(ns, &head->list, siblings, in nvme_queue_depth_path()
507 list_for_each_entry_srcu(ns, &head->list, siblings, in nvme_available_path()
940 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_update_ana_state()
1304 list_for_each_entry_srcu(ns, &head->list, siblings, in nvme_mpath_add_sysfs_link()
H A Dcore.c4197 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_find_get_ns()
5318 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_mark_namespaces_dead()
5331 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_unfreeze()
5346 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_wait_freeze_timeout()
5363 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_wait_freeze()
5377 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_start_freeze()
5431 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_sync_io_queues()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c109 list_for_each_entry_srcu(e, &hdev->bpf.prog_list, list, in dispatch_hid_bpf_raw_requests()
146 list_for_each_entry_srcu(e, &hdev->bpf.prog_list, list, in dispatch_hid_bpf_output_report()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h36 list_for_each_entry_srcu(v, &_w->vif_list, list, \
/linux/kernel/unwind/
H A Ddeferred.c177 list_for_each_entry_srcu(work, &callbacks, list, in process_unwind_deferred()
/linux/virt/kvm/
H A Deventfd.c63 list_for_each_entry_srcu(irqfd, &resampler->list, resampler_link, in irqfd_resampler_notify()
692 list_for_each_entry_srcu(resampler, in kvm_notify_irqfd_resampler()
/linux/include/linux/
H A Drculist.h494 #define list_for_each_entry_srcu(pos, head, member, cond) \ macro
/linux/drivers/gpio/
H A Dgpiolib.c177 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpio_to_desc()
357 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpiochip_find_base_unlocked()
586 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpio_name_to_desc()
1085 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpiochip_setup_devs()
1482 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpio_device_find()
5464 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpiolib_seq_start()
/linux/fs/tracefs/
H A Devent_inode.c643 list_for_each_entry_srcu(ei_child, &ei->children, list, in eventfs_iterate()