Lines Matching refs:num_found
922 u16 num_found; in _mapping_find_enc_map_space() local
930 num_found = 0; in _mapping_find_enc_map_space()
963 num_found += 1; in _mapping_find_enc_map_space()
964 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
965 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
972 num_found = 0; in _mapping_find_enc_map_space()
980 num_found = 0; in _mapping_find_enc_map_space()
985 num_found += 1; in _mapping_find_enc_map_space()
986 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
987 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
994 num_found = 0; in _mapping_find_enc_map_space()
1046 num_found = 0; in _mapping_find_enc_map_space()
1051 num_found += 1; in _mapping_find_enc_map_space()
1052 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
1053 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
1058 num_found = 0; in _mapping_find_enc_map_space()
1073 for (map_idx = start_idx; map_idx < (start_idx + num_found); in _mapping_find_enc_map_space()