Searched refs:PSH_HINT_ACTIVE (Results 1 – 1 of 1) sorted by relevance
38 PSH_HINT_ACTIVE = 4, enumerator44 #define psh_hint_is_active( x ) ( ( (x)->flags & PSH_HINT_ACTIVE ) != 0 )48 #define psh_hint_activate( x ) (x)->flags |= PSH_HINT_ACTIVE49 #define psh_hint_deactivate( x ) (x)->flags &= ~PSH_HINT_ACTIVE
Completed in 3 milliseconds