Lines Matching refs:num_found
884 u16 num_found; in _mapping_find_enc_map_space() local
892 num_found = 0; in _mapping_find_enc_map_space()
925 num_found += 1; in _mapping_find_enc_map_space()
926 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
927 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
934 num_found = 0; in _mapping_find_enc_map_space()
942 num_found = 0; in _mapping_find_enc_map_space()
947 num_found += 1; in _mapping_find_enc_map_space()
948 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
949 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
956 num_found = 0; in _mapping_find_enc_map_space()
1008 num_found = 0; in _mapping_find_enc_map_space()
1013 num_found += 1; in _mapping_find_enc_map_space()
1014 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
1015 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
1020 num_found = 0; in _mapping_find_enc_map_space()
1035 for (map_idx = start_idx; map_idx < (start_idx + num_found); in _mapping_find_enc_map_space()