Home
last modified time | relevance | path

Searched refs:_VPF_blocked_in_xen (Results 1 – 3 of 3) sorted by relevance

/xen/xen/include/xen/
A Devent.h174 set_bit(_VPF_blocked_in_xen, &current->pause_flags); \
178 clear_bit(_VPF_blocked_in_xen, &current->pause_flags); \
187 set_bit(_VPF_blocked_in_xen, &current->pause_flags); \
A Dsched.h824 #define _VPF_blocked_in_xen 2 macro
825 #define VPF_blocked_in_xen (1UL<<_VPF_blocked_in_xen)
/xen/xen/common/
A Devent_channel.c100 if ( test_and_clear_bit(_VPF_blocked_in_xen, &v->pause_flags) ) in default_xen_notification_fn()

Completed in 775 milliseconds