exclude
struct intel_engine_cs *exclude)
if (engine == exclude)
if (exclude(cf->cf_root, name, "root device") |
exclude(nv->nv_next, name, "additional swap devices") |
exclude(cf->cf_dump, name, "dump device"))
static int exclude(struct nvlist *, const char *, const char *);