Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c108 list_for_each_entry_srcu(e, &hdev->bpf.prog_list, list, in dispatch_hid_bpf_raw_requests()
145 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