Lines Matching refs:num_found
883 u16 num_found; in _mapping_find_enc_map_space() local
891 num_found = 0; in _mapping_find_enc_map_space()
924 num_found += 1; in _mapping_find_enc_map_space()
925 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
926 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
933 num_found = 0; in _mapping_find_enc_map_space()
941 num_found = 0; in _mapping_find_enc_map_space()
946 num_found += 1; in _mapping_find_enc_map_space()
947 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
948 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
955 num_found = 0; in _mapping_find_enc_map_space()
1007 num_found = 0; in _mapping_find_enc_map_space()
1012 num_found += 1; in _mapping_find_enc_map_space()
1013 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
1014 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
1019 num_found = 0; in _mapping_find_enc_map_space()
1034 for (map_idx = start_idx; map_idx < (start_idx + num_found); in _mapping_find_enc_map_space()