Searched refs:_VPF_blocked_in_xen (Results 1 – 3 of 3) sorted by relevance
174 set_bit(_VPF_blocked_in_xen, ¤t->pause_flags); \178 clear_bit(_VPF_blocked_in_xen, ¤t->pause_flags); \187 set_bit(_VPF_blocked_in_xen, ¤t->pause_flags); \
824 #define _VPF_blocked_in_xen 2 macro825 #define VPF_blocked_in_xen (1UL<<_VPF_blocked_in_xen)
100 if ( test_and_clear_bit(_VPF_blocked_in_xen, &v->pause_flags) ) in default_xen_notification_fn()
Completed in 775 milliseconds