Lines Matching refs:num_found
924 u16 num_found; in _mapping_find_enc_map_space() local
932 num_found = 0; in _mapping_find_enc_map_space()
965 num_found += 1; in _mapping_find_enc_map_space()
966 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
967 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
974 num_found = 0; in _mapping_find_enc_map_space()
982 num_found = 0; in _mapping_find_enc_map_space()
987 num_found += 1; in _mapping_find_enc_map_space()
988 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
989 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
996 num_found = 0; in _mapping_find_enc_map_space()
1048 num_found = 0; in _mapping_find_enc_map_space()
1053 num_found += 1; in _mapping_find_enc_map_space()
1054 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
1055 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
1060 num_found = 0; in _mapping_find_enc_map_space()
1075 for (map_idx = start_idx; map_idx < (start_idx + num_found); in _mapping_find_enc_map_space()