diff_mmio
struct diff_mmio *ma;
struct diff_mmio *mb;
ma = container_of(a, struct diff_mmio, node);
mb = container_of(b, struct diff_mmio, node);
struct diff_mmio *node;
struct diff_mmio *node, *next;