Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
Dos.h38 #define nvkm_list_find_next(p,h,m,c) ({ \ macro
49 (p = container_of((h), typeof(*p), m), nvkm_list_find_next(p, (h), m, (c)))
51 for (p = nvkm_list_find(p, (h), m, (c)); p; p = nvkm_list_find_next(p, (h), m, (c)))