Searched refs:list_for_each_entry (Results 226 - 250 of 2999) sorted by relevance

1234567891011>>

/linux-master/drivers/char/
H A Dmisc.c131 list_for_each_entry(iter, &misc_list, list) {
144 list_for_each_entry(iter, &misc_list, list) {
232 list_for_each_entry(c, &misc_list, list) {
/linux-master/drivers/char/xillybus/
H A Dxillybus_class.c75 list_for_each_entry(u, &unit_list, list_entry)
183 list_for_each_entry(iter, &unit_list, list_entry)
224 list_for_each_entry(iter, &unit_list, list_entry)
/linux-master/drivers/acpi/
H A Dacpi_memhotplug.c73 list_for_each_entry(info, &mem_device->res_list, list) {
181 list_for_each_entry(info, &mem_device->res_list, list) {
206 list_for_each_entry(info, &mem_device->res_list, list) {
/linux-master/sound/usb/
H A Dmedia.c187 list_for_each_entry(mixer, &chip->mixer_list, list) {
235 list_for_each_entry(mixer, &chip->mixer_list, list) {
316 list_for_each_entry(stream, &chip->pcm_list, list) {
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.c59 list_for_each_entry(comp_node, &mdp->comp_list, node)
68 list_for_each_entry(comp_node, &mdp->comp_list, node)
80 list_for_each_entry(ctx, &mdp->ctx_list, list) {
/linux-master/tools/perf/util/
H A Dbpf-filter.c68 list_for_each_entry(group, &expr->groups, list) {
104 list_for_each_entry(expr, &evsel->bpf_filters, list) {
121 list_for_each_entry(group, &expr->groups, list) {
/linux-master/net/dsa/
H A Dtag.c185 list_for_each_entry(dsa_tag_driver, &dsa_tag_drivers_list, list) {
211 list_for_each_entry(dsa_tag_driver, &dsa_tag_drivers_list, list) {
236 list_for_each_entry(dsa_tag_driver, &dsa_tag_drivers_list, list) {
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Drunl.h123 #define nvkm_runl_foreach(runl,fifo) list_for_each_entry((runl), &(fifo)->runls, head)
125 #define nvkm_runl_foreach_engn(engn,runl) list_for_each_entry((engn), &(runl)->engns, head)
128 #define nvkm_runl_foreach_cgrp(cgrp,runl) list_for_each_entry((cgrp), &(runl)->cgrps, head)
/linux-master/scripts/gdb/linux/
H A Ddevice.py9 from linux.lists import list_for_each_entry namespace
31 return list_for_each_entry(kset['list'],
68 return list_for_each_entry(klist['k_list'],
/linux-master/drivers/virt/acrn/
H A Dioeventfd.c60 list_for_each_entry(p, &vm->ioeventfds, list)
158 list_for_each_entry(p, &vm->ioeventfds, list) {
180 list_for_each_entry(p, &vm->ioeventfds, list) {
/linux-master/fs/jffs2/
H A Ddebug.c184 list_for_each_entry(jeb, &c->clean_list, list) {
192 list_for_each_entry(jeb, &c->very_dirty_list, list) {
200 list_for_each_entry(jeb, &c->dirty_list, list) {
208 list_for_each_entry(jeb, &c->erasable_list, list) {
216 list_for_each_entry(jeb, &c->erasable_pending_wbuf_list, list) {
224 list_for_each_entry(jeb, &c->erase_pending_list, list) {
232 list_for_each_entry(jeb, &c->free_list, list) {
240 list_for_each_entry(jeb, &c->bad_used_list, list) {
249 list_for_each_entry(jeb, &c->erasing_list, list) {
253 list_for_each_entry(je
[all...]
/linux-master/drivers/connector/
H A Dconnector.c78 list_for_each_entry(__cbq, &dev->cbdev->queue_list,
149 list_for_each_entry(i, &dev->cbdev->queue_list, callback_entry) {
262 list_for_each_entry(cbq, &dev->queue_list, callback_entry) {
/linux-master/drivers/dma/
H A Dof-dma.c36 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers)
159 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers)
360 list_for_each_entry(chan, &dev->channels, device_node)
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_crypto.c57 list_for_each_entry(tmp_dev, adf_devmgr_get_head(), list) { function
75 list_for_each_entry(tmp_dev, adf_devmgr_get_head(), list) { function
88 list_for_each_entry(tmp_inst, &accel_dev->crypto_list, list) {
/linux-master/drivers/gpu/drm/
H A Ddrm_panel.c130 list_for_each_entry(follower, &panel->followers, list) {
171 list_for_each_entry(follower, &panel->followers, list) {
324 list_for_each_entry(panel, &panel_list, list) {
/linux-master/drivers/greybus/
H A Dbundle.c72 list_for_each_entry(bundle, &intf->bundles, links) {
96 list_for_each_entry(connection, &bundle->connections, bundle_links)
104 list_for_each_entry(connection, &bundle->connections, bundle_links)
/linux-master/drivers/interconnect/
H A Dcore.c52 list_for_each_entry(provider, &icc_providers, provider_list) {
55 list_for_each_entry(n, &provider->nodes, node_list) {
111 list_for_each_entry(provider, &icc_providers, provider_list) {
118 list_for_each_entry(n, &provider->nodes, node_list)
122 list_for_each_entry(n, &provider->nodes, node_list)
132 list_for_each_entry(provider, &icc_providers, provider_list)
133 list_for_each_entry(n, &provider->nodes, node_list)
156 list_for_each_entry(provider, &icc_providers, provider_list) {
157 list_for_each_entry(n, &provider->nodes, node_list) {
385 list_for_each_entry(provide
[all...]
/linux-master/drivers/bus/
H A Dstm32_firewall.c67 list_for_each_entry(ctrl, &firewall_controller_list, entry) {
200 list_for_each_entry(ctrl, &firewall_controller_list, entry) {
226 list_for_each_entry(ctrl, &firewall_controller_list, entry) {
/linux-master/fs/dlm/
H A Ddebug_fs.c131 list_for_each_entry(lkb, &res->res_grantqueue, lkb_statequeue) {
138 list_for_each_entry(lkb, &res->res_convertqueue, lkb_statequeue) {
145 list_for_each_entry(lkb, &res->res_waitqueue, lkb_statequeue) {
155 list_for_each_entry(lkb, &res->res_lookup, lkb_rsb_lookup) {
208 list_for_each_entry(lkb, &r->res_grantqueue, lkb_statequeue) {
214 list_for_each_entry(lkb, &r->res_convertqueue, lkb_statequeue) {
220 list_for_each_entry(lkb, &r->res_waitqueue, lkb_statequeue) {
307 list_for_each_entry(lkb, &r->res_grantqueue, lkb_statequeue) {
313 list_for_each_entry(lkb, &r->res_convertqueue, lkb_statequeue) {
319 list_for_each_entry(lk
[all...]
/linux-master/arch/sh/drivers/dma/
H A Ddma-api.c32 list_for_each_entry(info, &registered_dmac_list, list) {
52 list_for_each_entry(info, &registered_dmac_list, list)
176 list_for_each_entry(info, &registered_dmac_list, list) {
/linux-master/drivers/gpu/drm/sti/
H A Dsti_drv.c45 list_for_each_entry(p, &drm_dev->mode_config.plane_list, head) {
61 list_for_each_entry(p, &drm_dev->mode_config.plane_list, head) {
82 list_for_each_entry(p, &dev->mode_config.plane_list, head) {
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c189 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) {
258 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) {
279 list_for_each_entry(ctx, gang->aff_ref_ctx->aff_list.prev, aff_list) {
317 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) {
328 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) {
349 list_for_each_entry(tmp, &gang->aff_list_head, aff_list)
369 list_for_each_entry(spu, ref->aff_list.prev, aff_list) {
586 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) {
634 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) {
829 list_for_each_entry(ct function
[all...]
/linux-master/include/drm/
H A Ddrm_plane.h949 list_for_each_entry((plane), &(dev)->mode_config.plane_list, head) \
962 list_for_each_entry(plane, &(dev)->mode_config.plane_list, head) \
973 list_for_each_entry(plane, &(dev)->mode_config.plane_list, head)
/linux-master/sound/soc/intel/avs/
H A Dapl.c193 list_for_each_entry(path, &adev->path_list, node) {
196 list_for_each_entry(ppl, &path->ppl_list, node) {
199 list_for_each_entry(mod, &ppl->mod_list, node) {
/linux-master/drivers/iommu/
H A Diommu-sva.c86 list_for_each_entry(handle, &mm->iommu_mm->sva_handles, handle_item) {
101 list_for_each_entry(domain, &mm->iommu_mm->sva_domains, next) {
254 list_for_each_entry(iopf, &group->faults, list) {

Completed in 557 milliseconds

1234567891011>>