Searched refs:list_for_each_entry_safe (Results 1 – 17 of 17) sorted by relevance
/include/linux/ |
D | plist.h | 171 list_for_each_entry_safe(pos, n, &(head)->node_list, node_list) 204 list_for_each_entry_safe(pos, n, &(head)->node_list, m.node_list)
|
D | damon.h | 437 list_for_each_entry_safe(r, next, &t->regions_list, list) 443 list_for_each_entry_safe(t, next, &(ctx)->adaptive_targets, list) 449 list_for_each_entry_safe(s, next, &(ctx)->schemes, list)
|
D | livepatch.h | 180 list_for_each_entry_safe(obj, tmp_obj, &patch->obj_list, node) 191 list_for_each_entry_safe(func, tmp_func, &obj->func_list, node)
|
D | resource_ext.h | 67 list_for_each_entry_safe((entry), (tmp), (list), node)
|
D | xattr.h | 110 list_for_each_entry_safe(xattr, node, &xattrs->head, list) { in simple_xattrs_free()
|
D | msi.h | 184 list_for_each_entry_safe((desc), (tmp), dev_to_msi_list((dev)), list)
|
D | list.h | 732 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
D | netdevice.h | 2956 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
|
/include/net/sctp/ |
D | auth.h | 60 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
|
/include/sound/ |
D | soc-dpcm.h | 112 list_for_each_entry_safe(_dpcm, __dpcm, &(fe)->dpcm[stream].be_clients, list_be)
|
D | soc-component.h | 239 list_for_each_entry_safe(dai, _dai, &(component)->dai_list, list)
|
D | hda_codec.h | 301 list_for_each_entry_safe(c, n, &(bus)->core.codec_list, core.list)
|
D | soc.h | 1029 list_for_each_entry_safe(rtd, _rtd, &(card)->rtd_list, list) 1034 list_for_each_entry_safe(component, _comp, \ 1046 list_for_each_entry_safe(w, _w, &card->widgets, list)
|
D | soc-dapm.h | 797 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
|
/include/media/ |
D | v4l2-mem2mem.h | 710 list_for_each_entry_safe(b, n, &m2m_ctx->cap_q_ctx.rdy_queue, list) 721 list_for_each_entry_safe(b, n, &m2m_ctx->out_q_ctx.rdy_queue, list)
|
/include/drm/ |
D | drm_mm.h | 374 list_for_each_entry_safe(entry, next, drm_mm_nodes(mm), node_list)
|
/include/net/ |
D | dsa.h | 484 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \
|