Lines Matching refs:num_found
887 u16 num_found; in _mapping_find_enc_map_space() local
895 num_found = 0; in _mapping_find_enc_map_space()
928 num_found += 1; in _mapping_find_enc_map_space()
929 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
930 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
937 num_found = 0; in _mapping_find_enc_map_space()
945 num_found = 0; in _mapping_find_enc_map_space()
950 num_found += 1; in _mapping_find_enc_map_space()
951 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
952 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
959 num_found = 0; in _mapping_find_enc_map_space()
1011 num_found = 0; in _mapping_find_enc_map_space()
1016 num_found += 1; in _mapping_find_enc_map_space()
1017 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
1018 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
1023 num_found = 0; in _mapping_find_enc_map_space()
1038 for (map_idx = start_idx; map_idx < (start_idx + num_found); in _mapping_find_enc_map_space()