Searched defs:list_for_each_entry_safe (Results 1 - 25 of 256) sorted by relevance

1234567891011

/linux-master/drivers/misc/ocxl/
H A Dpci.c32 list_for_each_entry_safe(afu, tmp, afu_list, list) { function
H A Dpasid.c67 list_for_each_entry_safe(cur, tmp, head, list) { function
/linux-master/drivers/usb/misc/
H A Donboard_usb_hub_pdevs.c137 list_for_each_entry_safe(pdle, tmp, pdev_list, node) { function
/linux-master/drivers/dma/
H A Dvirt-dma.c116 list_for_each_entry_safe(vd, _vd, head, node) { function
/linux-master/net/bluetooth/
H A Dhci_codec.c42 list_for_each_entry_safe(c, n, codec_list, list) { function
/linux-master/fs/smb/client/
H A Ddfs_cache.h80 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { function
/linux-master/net/atm/
H A Daddr.c59 list_for_each_entry_safe(this, p, head, entry) { function
/linux-master/mm/
H A Dballoon_compaction.c48 list_for_each_entry_safe(page, tmp, pages, lru) { function
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c128 list_for_each_entry_safe(entry, next, list, head) { function
164 list_for_each_entry_safe(entry, next, list, head) { function
H A Dvmwgfx_streamoutput.c363 list_for_each_entry_safe(entry, next, list, cotable_head) { function
/linux-master/drivers/md/
H A Ddm-uevent.c126 list_for_each_entry_safe(event, next, events, elist) { function
H A Ddm-init.c69 list_for_each_entry_safe(dev, tmp, devices, list) { function
H A Ddm-ps-round-robin.c39 list_for_each_entry_safe(pi, next, paths, list) { function
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.c164 list_for_each_entry_safe(interval, tmp, diff_set, link) { function
/linux-master/scripts/mod/
H A Dlist.h207 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/linux-master/arch/arm/probes/kprobes/
H A Dopt-arm.c293 list_for_each_entry_safe(op, tmp, oplist, list) { function
341 list_for_each_entry_safe(op, tmp, oplist, list) { function
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dinit.c570 list_for_each_entry_safe(bssprio_node, tmp_node, head, function
/linux-master/drivers/nvdimm/
H A Dbadrange.c118 list_for_each_entry_safe(bre, next, badrange_list, list) { function
/linux-master/drivers/usb/usbip/
H A Dstub_main.c280 list_for_each_entry_safe(priv, tmp, listhead, list) { function
/linux-master/scripts/kconfig/
H A Dlist.h204 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/linux-master/drivers/greybus/
H A Dmanifest.c65 list_for_each_entry_safe(desc, tmp, head, links) { function
/linux-master/security/tomoyo/
H A Dgc.c491 list_for_each_entry_safe(member, tmp, member_list, list) { function
511 list_for_each_entry_safe(acl, tmp, list, list) { function
578 list_for_each_entry_safe(group, tmp, list, head.list) { function
595 list_for_each_entry_safe(ptr, tmp, list, list) { function
/linux-master/net/rds/
H A Dib_frmr.c378 list_for_each_entry_safe(ibmr, next, list, unmap_list) { function
/linux-master/drivers/net/netdevsim/
H A Dhwstats.c469 list_for_each_entry_safe(hwsdev, tmp, hwsdev_list, list) { function
/linux-master/drivers/net/wireless/st/cw1200/
H A Dqueue.c72 list_for_each_entry_safe(item, tmp, gc_list, head) { function

Completed in 208 milliseconds

1234567891011