Lines Matching refs:zone_create_assert_not_both
9272 #define zone_create_assert_not_both(name, flags, current_flag, forbidden_flag) \ macro
9452 zone_create_assert_not_both(name, flags, ZC_OBJ_CACHE, ZC_NOCACHING);
9453 zone_create_assert_not_both(name, flags, ZC_OBJ_CACHE, ZC_PERCPU);
9454 zone_create_assert_not_both(name, flags, ZC_OBJ_CACHE, ZC_NOGC);
9455 zone_create_assert_not_both(name, flags, ZC_OBJ_CACHE, ZC_DESTRUCTIBLE);
9491 zone_create_assert_not_both(name, flags, ZC_READONLY, ZC_VM);
9492 zone_create_assert_not_both(name, flags, ZC_READONLY, ZC_DATA);
9507 zone_create_assert_not_both(name, flags, ZC_PERCPU, ZC_READONLY);
9508 zone_create_assert_not_both(name, flags, ZC_PERCPU, ZC_PGZ_USE_GUARDS);
9524 zone_create_assert_not_both(name, flags, ZC_DESTRUCTIBLE, ZC_READONLY);
9549 zone_create_assert_not_both(name, flags, ZC_VM, ZC_DATA);