Lines Matching refs:_d
498 #define put_domain(_d) \ argument
499 if ( atomic_dec_and_test(&(_d)->refcnt) ) domain_destroy(_d)
753 #define for_each_domain(_d) \ argument
754 for ( (_d) = rcu_dereference(domain_list); \
755 (_d) != NULL; \
756 (_d) = rcu_dereference((_d)->next_in_list )) \
758 #define for_each_domain_in_cpupool(_d,_c) \ argument
759 for ( (_d) = first_domain_in_cpupool(_c); \
760 (_d) != NULL; \
761 (_d) = next_domain_in_cpupool((_d), (_c)))
763 #define for_each_vcpu(_d,_v) \ argument
764 for ( (_v) = (_d)->vcpu ? (_d)->vcpu[0] : NULL; \
876 #define is_hardware_domain(_d) ((_d) == hardware_domain) argument
879 #define is_control_domain(_d) ((_d)->is_privileged) argument