Lines Matching refs:num_found
925 u16 num_found; in _mapping_find_enc_map_space() local
933 num_found = 0; in _mapping_find_enc_map_space()
966 num_found += 1; in _mapping_find_enc_map_space()
967 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
968 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
975 num_found = 0; in _mapping_find_enc_map_space()
983 num_found = 0; in _mapping_find_enc_map_space()
988 num_found += 1; in _mapping_find_enc_map_space()
989 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
990 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
997 num_found = 0; in _mapping_find_enc_map_space()
1049 num_found = 0; in _mapping_find_enc_map_space()
1054 num_found += 1; in _mapping_find_enc_map_space()
1055 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
1056 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
1061 num_found = 0; in _mapping_find_enc_map_space()
1076 for (map_idx = start_idx; map_idx < (start_idx + num_found); in _mapping_find_enc_map_space()