Searched refs:list_for_each_entry (Results 1 – 15 of 15) sorted by relevance
/include/linux/ |
D | dmar.h | 53 list_for_each_entry(drhd, &dmar_drhd_units, list) 56 list_for_each_entry(drhd, &dmar_drhd_units, list) \ 60 list_for_each_entry(drhd, &dmar_drhd_units, list) \ 147 list_for_each_entry(rmrr, &dmar_rmrr_units, list)
|
D | plist.h | 143 list_for_each_entry(pos, &(head)->node_list, node_list) 163 list_for_each_entry(pos, &(head)->node_list, mem.node_list)
|
D | list.h | 429 #define list_for_each_entry(pos, head, member) \ macro
|
D | netdevice.h | 226 list_for_each_entry(ha, &(l)->list, list) 1608 list_for_each_entry(d, &(net)->dev_base_head, dev_list)
|
/include/media/ |
D | v4l2-device.h | 125 list_for_each_entry(sd, &(v4l2_dev)->subdevs, list) 132 list_for_each_entry((sd), &(v4l2_dev)->subdevs, list) \ 153 list_for_each_entry((sd), &(v4l2_dev)->subdevs, list) { \ 197 list_for_each_entry(__sd, &(v4l2_dev)->subdevs, list) { \
|
D | media-device.h | 94 list_for_each_entry(entity, &(mdev)->entities, list)
|
/include/net/sctp/ |
D | auth.h | 76 list_for_each_entry(__key, __list_head, key_list)
|
/include/linux/usb/ |
D | gadget_configfs.h | 77 list_for_each_entry(gs, &gi->string_list, list) { \
|
D | gadget.h | 553 list_for_each_entry(tmp, &(gadget)->ep_list, ep_list)
|
/include/net/ |
D | net_namespace.h | 259 list_for_each_entry(VAR, &net_namespace_list, list)
|
/include/net/bluetooth/ |
D | hci_core.h | 824 list_for_each_entry(hdev, &hci_dev_list, list) in hci_amp_capable() 963 list_for_each_entry(cb, &hci_cb_list, list) { in hci_auth_cfm() 984 list_for_each_entry(cb, &hci_cb_list, list) { in hci_encrypt_cfm() 996 list_for_each_entry(cb, &hci_cb_list, list) { in hci_key_change_cfm() 1009 list_for_each_entry(cb, &hci_cb_list, list) { in hci_role_switch_cfm()
|
/include/drm/ |
D | drm_mm.h | 115 #define drm_mm_for_each_node(entry, mm) list_for_each_entry(entry, \
|
D | drmP.h | 1752 list_for_each_entry(_entry, &dev->maplist, head) in drm_core_findmap()
|
/include/scsi/ |
D | scsi_device.h | 349 list_for_each_entry((sdev), &((shost)->__devices), siblings)
|
/include/sound/ |
D | pcm.h | 578 list_for_each_entry(s, &substream->group->substreams, link_list)
|