Searched refs:list_for_each_entry_srcu (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/hid/bpf/ |
H A D | hid_bpf_dispatch.c | 106 list_for_each_entry_srcu(e, &hdev->bpf.prog_list, list, in dispatch_hid_bpf_raw_requests() 143 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 D | netdev.h | 36 list_for_each_entry_srcu(v, &_w->vif_list, list, \
|
/linux/kernel/unwind/ |
H A D | deferred.c | 179 list_for_each_entry_srcu(work, &callbacks, list, in process_unwind_deferred()
|
/linux/virt/kvm/ |
H A D | eventfd.c | 62 list_for_each_entry_srcu(irqfd, &resampler->list, resampler_link, in irqfd_resampler_notify() 688 list_for_each_entry_srcu(resampler, in kvm_notify_irqfd_resampler()
|
/linux/include/linux/ |
H A D | rculist.h | 443 * list_for_each_entry_srcu - iterate over rcu list of given type 455 #define list_for_each_entry_srcu(pos, head, member, cond) \ macro
|
/linux/drivers/gpio/ |
H A D | gpiolib.c | 177 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpio_to_desc() 336 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpiochip_find_base_unlocked() 546 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpio_name_to_desc() 954 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpiochip_setup_devs() 1340 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpio_device_find() 5280 list_for_each_entry_srcu(gdev, &gpio_devices, list, in gpiolib_seq_start()
|
/linux/ |
H A D | .clang-format | 563 - 'list_for_each_entry_srcu'
|
/linux/drivers/nvme/host/ |
H A D | core.c | 4067 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_find_get_ns() 5182 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_mark_namespaces_dead() 5195 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_unfreeze() 5209 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_wait_freeze_timeout() 5226 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_wait_freeze() 5240 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_start_freeze() 5294 list_for_each_entry_srcu(ns, &ctrl->namespaces, list, in nvme_sync_io_queues()
|
/linux/fs/tracefs/ |
H A D | event_inode.c | 645 list_for_each_entry_srcu(ei_child, &ei->children, list, in eventfs_iterate()
|
/linux/fs/proc/ |
H A D | vmcore.c | 123 list_for_each_entry_srcu(cb, &vmcore_cb_list, next, in pfn_is_ram()
|