Searched refs:PSH_HINT_ACTIVE (Results 1 – 1 of 1) sorted by relevance
37 #define PSH_HINT_ACTIVE 4U macro41 #define psh_hint_is_active( x ) ( ( (x)->flags & PSH_HINT_ACTIVE ) != 0 )45 #define psh_hint_activate( x ) (x)->flags |= PSH_HINT_ACTIVE46 #define psh_hint_deactivate( x ) (x)->flags &= ~PSH_HINT_ACTIVE