Searched refs:missing_cnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.c574 u16 current_entry = MPR_DPM_BAD_IDX, missing_cnt, high_missing_cnt = 0; local
583 missing_cnt = dpm_entry->MappingInformation &
590 if (sc->dpm_entry_used[entry_num] && !missing_cnt)
604 (missing_cnt > high_missing_cnt)) {
606 high_missing_cnt = missing_cnt;
651 u8 missing_cnt, reason = element->ReasonCode, update_dpm = 1; local
706 missing_cnt = dpm_entry->MappingInformation &
710 (u64)dpm_entry->PhysicalIdentifier.Low)) && (missing_cnt ==
1581 u8 enc_idx, missing_cnt, is_removed = 0; local
1765 missing_cnt
1838 u8 enc_idx, missing_cnt, is_removed = 0; local
2213 u8 missing_cnt, enc_idx; local
[all...]
/freebsd-current/sys/dev/mps/
H A Dmps_mapping.c576 u16 current_entry = MPS_DPM_BAD_IDX, missing_cnt, high_missing_cnt = 0; local
585 missing_cnt = dpm_entry->MappingInformation &
592 if (sc->dpm_entry_used[entry_num] && !missing_cnt)
606 (missing_cnt > high_missing_cnt)) {
608 high_missing_cnt = missing_cnt;
653 u8 missing_cnt, reason = element->ReasonCode, update_dpm = 1; local
708 missing_cnt = dpm_entry->MappingInformation &
712 (u64)dpm_entry->PhysicalIdentifier.Low)) && (missing_cnt ==
1391 u8 enc_idx, missing_cnt, is_removed = 0; local
1575 missing_cnt
1764 u8 missing_cnt, enc_idx; local
[all...]

Completed in 191 milliseconds