Lines Matching refs:zone_create_assert_not_both
9057 #define zone_create_assert_not_both(name, flags, current_flag, forbidden_flag) \ macro
9237 zone_create_assert_not_both(name, flags, ZC_OBJ_CACHE, ZC_NOCACHING);
9238 zone_create_assert_not_both(name, flags, ZC_OBJ_CACHE, ZC_PERCPU);
9239 zone_create_assert_not_both(name, flags, ZC_OBJ_CACHE, ZC_NOGC);
9240 zone_create_assert_not_both(name, flags, ZC_OBJ_CACHE, ZC_DESTRUCTIBLE);
9276 zone_create_assert_not_both(name, flags, ZC_READONLY, ZC_VM);
9277 zone_create_assert_not_both(name, flags, ZC_READONLY, ZC_DATA);
9292 zone_create_assert_not_both(name, flags, ZC_PERCPU, ZC_READONLY);
9293 zone_create_assert_not_both(name, flags, ZC_PERCPU, ZC_PGZ_USE_GUARDS);
9309 zone_create_assert_not_both(name, flags, ZC_DESTRUCTIBLE, ZC_READONLY);
9334 zone_create_assert_not_both(name, flags, ZC_VM, ZC_DATA);