Home
last modified time | relevance | path

Searched refs:ntmp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c898 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_delete_prealloc_nodes() local
905 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) in guc_capture_delete_prealloc_nodes()
908 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) in guc_capture_delete_prealloc_nodes()
957 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_get_prealloc_node() local
960 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) { in guc_capture_get_prealloc_node()
966 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_get_prealloc_node() local
969 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) { in guc_capture_get_prealloc_node()
1566 struct __guc_capture_parsed_output *n, *ntmp; in intel_guc_capture_get_matching_node() local
1583 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) { in intel_guc_capture_get_matching_node()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Devent.c172 struct nvkm_event_ntfy *ntfy, *ntmp; in nvkm_event_ntfy() local
181 list_for_each_entry_safe(ntfy, ntmp, &event->ntfy, head) { in nvkm_event_ntfy()