Searched refs:_ps_flg (Results 1 – 2 of 2) sorted by relevance
3069 #define RT_IN_PS_LEVEL(ppsc, _ps_flg) \ argument3070 ((ppsc->cur_ps_level & _ps_flg) ? true : false)3071 #define RT_CLEAR_PS_LEVEL(ppsc, _ps_flg) \ argument3072 (ppsc->cur_ps_level &= (~(_ps_flg)))3073 #define RT_SET_PS_LEVEL(ppsc, _ps_flg) \ argument3074 (ppsc->cur_ps_level |= _ps_flg)
3180 #define RT_IN_PS_LEVEL(ppsc, _ps_flg) \ argument3181 ((ppsc->cur_ps_level & _ps_flg) ? true : false)3182 #define RT_CLEAR_PS_LEVEL(ppsc, _ps_flg) \ argument3183 (ppsc->cur_ps_level &= (~(_ps_flg)))3184 #define RT_SET_PS_LEVEL(ppsc, _ps_flg) \ argument3185 (ppsc->cur_ps_level |= _ps_flg)