Searched refs:EEH_PE_REMOVED (Results 1 – 4 of 4) sorted by relevance
521 if (!(pe->state & EEH_PE_REMOVED)) in eeh_pe_state_mark()590 if (pe->state & EEH_PE_REMOVED) in eeh_pe_state_clear()
1083 eeh_pe_state_mark(pe, EEH_PE_REMOVED); in eeh_handle_normal_event()
1384 !(pe->state & EEH_PE_REMOVED) && in eeh_pe_get_state()
70 #define EEH_PE_REMOVED (1 << 10) /* Removed permanently */ macro