Searched refs:list_for_each_entry_safe (Results 1 – 19 of 19) sorted by relevance
| /include/linux/ |
| A D | damon.h | 829 list_for_each_entry_safe(r, next, &t->regions_list, list) 835 list_for_each_entry_safe(t, next, &(ctx)->adaptive_targets, list) 841 list_for_each_entry_safe(s, next, &(ctx)->schemes, list) 847 list_for_each_entry_safe(goal, next, &(quota)->goals, list) 853 list_for_each_entry_safe(f, next, &(scheme)->filters, list) 859 list_for_each_entry_safe(f, next, &(scheme)->ops_filters, list)
|
| A D | plist.h | 164 list_for_each_entry_safe(pos, n, &(head)->node_list, node_list) 197 list_for_each_entry_safe(pos, n, &(head)->node_list, m.node_list)
|
| A D | livepatch.h | 179 list_for_each_entry_safe(obj, tmp_obj, &patch->obj_list, node) 190 list_for_each_entry_safe(func, tmp_func, &obj->func_list, node)
|
| A D | resource_ext.h | 67 list_for_each_entry_safe((entry), (tmp), (list), node)
|
| A D | crash_dump.h | 154 list_for_each_entry_safe(m, tmp, list, list) { in vmcore_free_ranges()
|
| A D | list.h | 856 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
| A D | netdevice.h | 3281 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
|
| /include/net/sctp/ |
| A D | auth.h | 60 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
|
| /include/sound/ |
| A D | soc-dpcm.h | 112 list_for_each_entry_safe(_dpcm, __dpcm, &(fe)->dpcm[stream].be_clients, list_be)
|
| A D | soc-component.h | 261 list_for_each_entry_safe(dai, _dai, &(component)->dai_list, list)
|
| A D | soc.h | 1098 list_for_each_entry_safe(rtd, _rtd, &(card)->rtd_list, list) 1103 list_for_each_entry_safe(component, _comp, \ 1115 list_for_each_entry_safe(w, _w, &card->widgets, list)
|
| A D | hda_codec.h | 299 list_for_each_entry_safe(c, n, &(bus)->core.codec_list, core.list)
|
| A D | soc-dapm.h | 786 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
|
| /include/drm/ |
| A D | drm_gpuvm.h | 503 list_for_each_entry_safe(va__, next__, &(gpuvm__)->rb.list, rb.entry) 788 list_for_each_entry_safe(va__, next__, &(vm_bo)->list.gpuva, gem.entry) 1012 list_for_each_entry_safe(op, next, &(ops)->list, entry)
|
| A D | drm_mm.h | 376 list_for_each_entry_safe(entry, next, drm_mm_nodes(mm), node_list)
|
| A D | drm_gem.h | 659 list_for_each_entry_safe(entry__, next__, &(obj__)->gpuva.list, list.entry.gem)
|
| /include/media/ |
| A D | v4l2-mem2mem.h | 722 list_for_each_entry_safe(b, n, &m2m_ctx->cap_q_ctx.rdy_queue, list) 733 list_for_each_entry_safe(b, n, &m2m_ctx->out_q_ctx.rdy_queue, list)
|
| /include/net/ |
| A D | xdp_sock_drv.h | 120 list_for_each_entry_safe(pos, tmp, xskb_list, list_node) { in xsk_buff_free()
|
| A D | dsa.h | 587 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \
|
Completed in 57 milliseconds