Lines Matching refs:num_found
886 u16 num_found; in _mapping_find_enc_map_space() local
894 num_found = 0; in _mapping_find_enc_map_space()
927 num_found += 1; in _mapping_find_enc_map_space()
928 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
929 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
936 num_found = 0; in _mapping_find_enc_map_space()
944 num_found = 0; in _mapping_find_enc_map_space()
949 num_found += 1; in _mapping_find_enc_map_space()
950 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
951 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
958 num_found = 0; in _mapping_find_enc_map_space()
1010 num_found = 0; in _mapping_find_enc_map_space()
1015 num_found += 1; in _mapping_find_enc_map_space()
1016 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
1017 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
1022 num_found = 0; in _mapping_find_enc_map_space()
1037 for (map_idx = start_idx; map_idx < (start_idx + num_found); in _mapping_find_enc_map_space()