Lines Matching refs:num_found
921 u16 num_found; in _mapping_find_enc_map_space() local
929 num_found = 0; in _mapping_find_enc_map_space()
962 num_found += 1; in _mapping_find_enc_map_space()
963 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
964 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
971 num_found = 0; in _mapping_find_enc_map_space()
979 num_found = 0; in _mapping_find_enc_map_space()
984 num_found += 1; in _mapping_find_enc_map_space()
985 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
986 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
993 num_found = 0; in _mapping_find_enc_map_space()
1045 num_found = 0; in _mapping_find_enc_map_space()
1050 num_found += 1; in _mapping_find_enc_map_space()
1051 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
1052 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
1057 num_found = 0; in _mapping_find_enc_map_space()
1072 for (map_idx = start_idx; map_idx < (start_idx + num_found); in _mapping_find_enc_map_space()