nvkm_list_foreach
nvkm_list_foreach(tdev, &device->top->device, head, tdev->runlist == runl->addr) {
nvkm_list_foreach(tdev, &device->top->device, head, tdev->runlist >= 0) {
nvkm_list_foreach(tdev, &device->top->device, head, tdev->runlist >= 0) {
#define nvkm_runl_foreach_cond(runl,fifo,cond) nvkm_list_foreach(runl, &(fifo)->runls, head, (cond))
nvkm_list_foreach(engn, &(runl)->engns, head, (cond))
#define nvkm_runq_foreach_cond(runq,fifo,cond) nvkm_list_foreach(runq, &(fifo)->runqs, head, (cond))