Searched refs:last_index (Results 1 – 2 of 2) sorted by relevance
269 int last_index; in find_next() local288 last_index = start_index; in find_next()291 if (*pos < last_index + start_index) in find_next()292 return __start___tracepoint_str + (*pos - last_index); in find_next()294 start_index += last_index; in find_next()
149 unsigned int first_index, unsigned int last_index) in msi_free_msi_descs_range() argument157 xa_for_each_range(xa, idx, desc, first_index, last_index) { in msi_free_msi_descs_range()