Searched refs:nvkm_list_find_next (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | os.h | 19 #define nvkm_list_find_next(p,h,m,c) ({ \ macro 30 (p = container_of((h), typeof(*p), m), nvkm_list_find_next(p, (h), m, (c))) 32 for (p = nvkm_list_find(p, (h), m, (c)); p; p = nvkm_list_find_next(p, (h), m, (c)))
|